Federati Nu: Federated N-series GNU Social
  • Login
It's "All Of Us For All Of Us" Or We're On Our Own
  • Public

    • Public
    • Groups
    • Popular
    • People

Notices tagged with rails

  1. LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} (lnxw48a1@nu.federati.net)'s status on Saturday, 27-May-2023 03:29:43 UTC LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864}
    Trying to (re-) learn #PHP, #RoR ( #Ruby on #Rails ), #Node.js. #sonTwo is also doing this and #Daddy_A has talked about it.
    In conversation about 4 months ago from mustard permalink
  2. LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} (lnxw48a1@nu.federati.net)'s status on Tuesday, 01-Oct-2019 02:03:02 UTC LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864}
    • Sean Tilley
    I don’t run any #Rails software, but I still had to read https://prathamesh.tech/2019/08/26/understanding-webpacker-in-rails-6/ after @sean said RoR now requires #webpacker .
    In conversation Tuesday, 01-Oct-2019 02:03:02 UTC from Shoyu permalink
  3. maiki (maiki@mastodon.sdf.org)'s status on Friday, 05-Apr-2019 00:58:06 UTC maiki maiki
    Remote profile options...

    > On March 26, 2019, a malicious version of the popular #bootstrap #sass package, that has been downloaded a total of 28 million times to date, was published to the official #RubyGems repository. Version 3.2.0.3 includes a stealthy backdoor that gives attackers remote command execution on server-side #Rails applications.

    Comments: https://talkgroup.xyz/t/malicious-remote-code-execution-backdoor-discovered-in-the-popular-bootstrap-sass-ruby-gem/2936

    In conversation Friday, 05-Apr-2019 00:58:06 UTC from mastodon.sdf.org permalink

    Attachments

    1. Malicious remote code execution backdoor discovered in the popular bootstrap-sass Ruby gem
      from talkgroup
      Yikes!
  4. Nicole (funbreaker@mstdn.io)'s status on Saturday, 24-Mar-2018 03:41:23 UTC Nicole Nicole
    Remote profile options...

    Lobsters link aggregation site repo

    https://github.com/lobsters/lobsters

    #selfhosted #rails

    In conversation Saturday, 24-Mar-2018 03:41:23 UTC from mstdn.io permalink
  5. LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} (lnxw48a1@nu.federati.net)'s status on Tuesday, 09-Jan-2018 03:52:18 UTC LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864}
    in reply to
    • Brandon Hall
    @bthall I was going to suggest #Heroku. https://devcenter.heroku.com/articles/getting-started-with-rails5 #RoR #Rails
    In conversation Tuesday, 09-Jan-2018 03:52:18 UTC from AndStatus permalink
  6. Brandon Hall (bthall@mastodon.social)'s status on Tuesday, 09-Jan-2018 03:46:48 UTC Brandon Hall Brandon Hall
    Remote profile options...
    in reply to
    • LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864}

    @lnxw48a1 good point. For the #Rails stuff I'll likely just start with #Heroku and then move to my own thing.

    But for right now just mostly static site content, which I generate on my own machines. I think #GitLab's hosting might work well for me for now. 😅

    In conversation Tuesday, 09-Jan-2018 03:46:48 UTC from mastodon.social permalink
  7. Brandon Hall (bthall@mastodon.social)'s status on Tuesday, 09-Jan-2018 03:13:12 UTC Brandon Hall Brandon Hall
    Remote profile options...

    What web hosts do you guys recommend these days?

    I only really need FTP access right now, but getting into #Rails stuff later would be cool. I saw #Neocities recommended on #HN. #tech #webHosting

    In conversation Tuesday, 09-Jan-2018 03:13:12 UTC from mastodon.social permalink
  8. Brandon Hall (bthall@mastodon.social)'s status on Saturday, 06-Jan-2018 15:18:08 UTC Brandon Hall Brandon Hall
    Remote profile options...
    in reply to
    • copyright respecter

    @kai I might try to do this for practice with interacting with an external #API in #Rails. 😊

    In conversation Saturday, 06-Jan-2018 15:18:08 UTC from mastodon.social permalink
  9. ♇ ⚷ ♄ ♃ (piks3l@pouet.it)'s status on Saturday, 25-Nov-2017 13:39:46 UTC ♇ ⚷ ♄ ♃ ♇ ⚷ ♄ ♃
    Remote profile options...

    I'm looking for a job! Brussels area or remote. CV: https://piks3l.github.io/hello/ #Ruby #Rails #Python #WebDev #JuniorDev

    In conversation Saturday, 25-Nov-2017 13:39:46 UTC from pouet.it permalink
  10. Brandon Hall (bthall@mastodon.social)'s status on Tuesday, 07-Nov-2017 21:31:24 UTC Brandon Hall Brandon Hall
    Remote profile options...

    I'm gonna impose the restriction upon myself that I'm not going to come up with or entertain any business ideas until I learn the ins and outs of #Rails. #personal

    In conversation Tuesday, 07-Nov-2017 21:31:24 UTC from mastodon.social permalink
  11. Sean Tilley (dsh@deadsuperhero.com)'s status on Friday, 11-Aug-2017 20:11:18 UTC Sean Tilley Sean Tilley
    Remote profile options...
    I think I'm up against a polymorphic association in #Rails, and Jesus Christ, is it ever daunting.



    Trying to fetch all answers made by a user for a particular question. Fetching the answers works, fetching the questions works. But I can't seem to do this in a way that question.query and answer.body are displayed together in a coherent fashion.

    What I need is to display a question title with a  link to the question, then display the body of the answer.

    Here's the gnarly display that I'm working with. Answers are a nested resource of Questions: https://github.com/DeadSuperHero/askwise/blob/departments/app/views/users/show.html.erb

    So far, I'm just faking it by displaying the question body instead of the answer body.
    In conversation Friday, 11-Aug-2017 20:11:18 UTC from deadsuperhero.com permalink
  12. INACTIVE (deadsuperhero@social.nasqueron.org)'s status on Friday, 11-Aug-2017 20:04:16 UTC INACTIVE INACTIVE
    Remote profile options...

    I think I'm up against a polymorphic association in #Rails, and Jesus Christ, is it ever daunting.

    Trying to fetch all answers made by a user for a particular question. Fetching the answers works, fetching the questions works. But I can't seem to do this in a way that question.query and answer.body are displayed together in a coherent fashion.

    What I need is to display a question title with a link to the question, then display the body of the answer.

    In conversation Friday, 11-Aug-2017 20:04:16 UTC from social.nasqueron.org permalink
  13. Hallå Kitteh (clacke@social.heldscal.la)'s status on Monday, 07-Aug-2017 23:04:02 UTC Hallå Kitteh Hallå Kitteh
    Remote profile options...
    in reply to
    • LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864}
    • /usr/local/share
    @lnxw48a1 @usrlocalshare When I first learned #ruby I used #ramaze partly because it just wasnt #rails, but also for the ways it wasn't Rails: more minimal, less coupled, etc.

    When Rails 3 came out I got a gig working with it, and looking back at Rails 2 I was glad I hadn't had to suffer that epoch. :-)
    In conversation Monday, 07-Aug-2017 23:04:02 UTC from social.heldscal.la permalink
  14. LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} (lnxw48a1@nu.federati.net)'s status on Monday, 07-Aug-2017 07:54:27 UTC LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864}
    in reply to
    • /usr/local/share
    @usr_local_share Someone once advised me: If you want to learn #Ruby, learn the language first, then you can learn #Rails. $PERSON said #RoR is different enough that if you learn it first, you'll think you know Ruby, but you won't.
    In conversation Monday, 07-Aug-2017 07:54:27 UTC from web permalink
  15. Sean Tilley (dsh@deadsuperhero.com)'s status on Monday, 31-Jul-2017 21:43:48 UTC Sean Tilley Sean Tilley
    Remote profile options...
    Trying to understand the mystery of the acts_as_taggable_on gem in #Rails. I feel like a huge dummy; not quite able to get tags to work.
    In conversation Monday, 31-Jul-2017 21:43:48 UTC from deadsuperhero.com permalink
  16. INACTIVE (deadsuperhero@social.nasqueron.org)'s status on Monday, 31-Jul-2017 05:21:42 UTC INACTIVE INACTIVE
    Remote profile options...

    Not bad for a day's work. #Rails

    https://social.nasqueron.org/media/VSMIjMQrvaIFyamJJ6k

    In conversation Monday, 31-Jul-2017 05:21:42 UTC from social.nasqueron.org permalink
  17. INACTIVE (deadsuperhero@social.nasqueron.org)'s status on Sunday, 30-Jul-2017 21:23:44 UTC INACTIVE INACTIVE
    Remote profile options...

    Hey #Ruby devs! I'm having a problem with a #Rails app that I'm writing - I think I'm really close to solving it, but I would love some insight on what I'm doing wrong here: https://github.com/DeadSuperHero/askwise/issues/3

    In conversation Sunday, 30-Jul-2017 21:23:44 UTC from social.nasqueron.org permalink

    Attachments

    1. Answers do not currently save to questions (branch: answers) · Issue #3 · DeadSuperHero/askwise
      from GitHub
      On the bright side, the Answer object now exists, and is properly nested as an object of a Question. The associations appear to be correct now, and the Answer form now shows up on a Question. Great...
  18. Sean Tilley (dsh@deadsuperhero.com)'s status on Sunday, 30-Jul-2017 01:58:43 UTC Sean Tilley Sean Tilley
    Remote profile options...
    I'm writing a StackExchange clone in #Rails today. So far, most of it works, but I am now up against The Dreaded Thing I Suck At, which involves associations.

    I've managed to tie Questions to Users, and it works without incident - every Question page will properly represent who asked it. Because this association has been figured out, I can also show every question a particular person has asked. That's good!

    Now, I have to figure out how to correctly tie Answers to Questions. Answers are also tied to Users, so I have to be careful about how I hook this together. I've definitely screwed up on this kind of thing before, so I'm taking extra measures to do this work in a separate branch. It's easy to get a little bit too confused and tangle everything up incorrectly.

    Once I get the association logic (and controller logic) figured out, I should be able to embed an Answer response form into the show page for questions, and it should Just Work™.

    You can see it here: https://github.com/DeadSuperHero/askwise
    In conversation Sunday, 30-Jul-2017 01:58:43 UTC from deadsuperhero.com permalink

    Attachments

    1. DeadSuperHero/askwise
      from GitHub
      askwise - An internal question-and-answer system for teams
  19. Brandon Hall (bthall@mastodon.social)'s status on Sunday, 16-Jul-2017 15:42:45 UTC Brandon Hall Brandon Hall
    Remote profile options...

    I have an idea for a service that I could likely make with #Rails, and it would spread like wildfire across #Tumblr, if not other places. The only bit of its engineering that I don't really know how to do yet is the saving of historical data about the database's records; I imagine that for my use case it'd involve running a chron job and setting the job up such that it runs through the database, counts all records of a particular type, does so for all types, & saves to other table the counts/typ

    In conversation Sunday, 16-Jul-2017 15:42:45 UTC from mastodon.social permalink
  20. Eugen (gargron@mastodon.social)'s status on Thursday, 06-Jul-2017 15:00:26 UTC Eugen Eugen
    Remote profile options...

    Can any #rails folks tell me their opinions on JSON serialization options such as Rabl (we use currently), ActiveModel Serializer, JBuilder and whatever else I may not know about?

    In conversation Thursday, 06-Jul-2017 15:00:26 UTC from mastodon.social permalink
  • Before

Feeds

  • Activity Streams
  • RSS 1.0
  • RSS 2.0
  • Atom
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

Federati Nu: Federated N-series GNU Social is a social network, courtesy of Federati Networks. It runs on GNU social, version 2.0.0-dev, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All Federati Nu: Federated N-series GNU Social content and data are available under the Creative Commons Attribution 3.0 license.

Switch to mobile site layout.