home.social

#rails — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #rails, aggregated by home.social.

fetched live
  1. @rainer Ach, die Leute von #Neovim wollen sich nicht von #DavidHeinemeierHansson aka #dhh lossagen, dem Erfinder von Ruby on #Rails , Begründer der Arch-basierten Distribution #Omarchy und in letzter Zeit zunehmend notorischen Techbro-Fascho.

  2. @rainer Ach, die Leute von #Neovim wollen sich nicht von #DavidHeinemeierHansson aka #dhh lossagen, dem Erfinder von Ruby on #Rails , Begründer der Arch-basierten Distribution #Omarchy und in letzter Zeit zunehmend notorischen Techbro-Fascho.

  3. @rainer Ach, die Leute von #Neovim wollen sich nicht von #DavidHeinemeierHansson aka #dhh lossagen, dem Erfinder von Ruby on #Rails , Begründer der Arch-basierten Distribution #Omarchy und in letzter Zeit zunehmend notorischen Techbro-Fascho.

  4. @rainer Ach, die Leute von #Neovim wollen sich nicht von #DavidHeinemeierHansson aka #dhh lossagen, dem Erfinder von Ruby on #Rails , Begründer der Arch-basierten Distribution #Omarchy und in letzter Zeit zunehmend notorischen Techbro-Fascho.

  5. @rainer Ach, die Leute von #Neovim wollen sich nicht von #DavidHeinemeierHansson aka #dhh lossagen, dem Erfinder von Ruby on #Rails , Begründer der Arch-basierten Distribution #Omarchy und in letzter Zeit zunehmend notorischen Techbro-Fascho.

  6. Multi-step forms, multiple submit buttons routed to different controller actions, form elements scattered across the page and still tied together, all doable in plain HTML. No JavaScript required, and the form still works if JS is disabled. Rails' name/value/formaction attributes do the heavy lifting.

    go.upgradejs.com/wfm

    #Rails #Accessibility #a11y

  7. Multi-step forms, multiple submit buttons routed to different controller actions, form elements scattered across the page and still tied together, all doable in plain HTML. No JavaScript required, and the form still works if JS is disabled. Rails' name/value/formaction attributes do the heavy lifting.

    go.upgradejs.com/wfm

    #Rails #Accessibility #a11y

  8. Multi-step forms, multiple submit buttons routed to different controller actions, form elements scattered across the page and still tied together, all doable in plain HTML. No JavaScript required, and the form still works if JS is disabled. Rails' name/value/formaction attributes do the heavy lifting.

    go.upgradejs.com/wfm

    #Rails #Accessibility #a11y

  9. An MCP server that runs fine as a local subprocess can fall apart the moment it sits behind two Puma workers: StreamableHTTPTransport keeps session state in memory, so you need stateless mode or sticky routing. Worth checking your version too, everything before 0.23.0 was open to DNS rebinding.

    go.fastruby.io/kuu

    #Ruby #MCP #Rails #AppSecurity

  10. An MCP server that runs fine as a local subprocess can fall apart the moment it sits behind two Puma workers: StreamableHTTPTransport keeps session state in memory, so you need stateless mode or sticky routing. Worth checking your version too, everything before 0.23.0 was open to DNS rebinding.

    go.fastruby.io/kuu

    #Ruby #MCP #Rails #AppSecurity

  11. The SF Ruby Startup Conference is bringing together a fantastic lineup of Ruby and startup speakers—including talks from WNB.rb members—with a big focus on community and connection. 💜

    Expect great talks, organized networking, and plenty of opportunities to meet other Rubyists.

    🎟️ Tickets are on sale now: luma.com/sfrubyconf2026

    #ruby #rails #sfruby #rubyconf

  12. The SF Ruby Startup Conference is bringing together a fantastic lineup of Ruby and startup speakers—including talks from WNB.rb members—with a big focus on community and connection. 💜

    Expect great talks, organized networking, and plenty of opportunities to meet other Rubyists.

    🎟️ Tickets are on sale now: luma.com/sfrubyconf2026

    #ruby #rails #sfruby #rubyconf

  13. The SF Ruby Startup Conference is bringing together a fantastic lineup of Ruby and startup speakers—including talks from WNB.rb members—with a big focus on community and connection. 💜

    Expect great talks, organized networking, and plenty of opportunities to meet other Rubyists.

    🎟️ Tickets are on sale now: luma.com/sfrubyconf2026

    #ruby #rails #sfruby #rubyconf

  14. The SF Ruby Startup Conference is bringing together a fantastic lineup of Ruby and startup speakers—including talks from WNB.rb members—with a big focus on community and connection. 💜

    Expect great talks, organized networking, and plenty of opportunities to meet other Rubyists.

    🎟️ Tickets are on sale now: luma.com/sfrubyconf2026

    #ruby #rails #sfruby #rubyconf

  15. The SF Ruby Startup Conference is bringing together a fantastic lineup of Ruby and startup speakers—including talks from WNB.rb members—with a big focus on community and connection. 💜

    Expect great talks, organized networking, and plenty of opportunities to meet other Rubyists.

    🎟️ Tickets are on sale now: luma.com/sfrubyconf2026

    #ruby #rails #sfruby #rubyconf

  16. Your app is ready for the next Rails version and then your own internal gem blocks the whole thing. First question to answer: is the error coming from your gem's code or from one of its dependencies? If a dependency has no compatible release yet, forking and patching is a legitimate move. Sometimes a broad gemspec constraint just needs bundle update parent_gem.

    go.fastruby.io/gsz

    #Ruby #Rails #RailsUpgrade #Gems

  17. Your app is ready for the next Rails version and then your own internal gem blocks the whole thing. First question to answer: is the error coming from your gem's code or from one of its dependencies? If a dependency has no compatible release yet, forking and patching is a legitimate move. Sometimes a broad gemspec constraint just needs bundle update parent_gem.

    go.fastruby.io/gsz

    #Ruby #Rails #RailsUpgrade #Gems

  18. Modern #Rails apps probably don't need Redis, but it still incredibly useful for many reasons.

    Sidekiq is still the fastest job executor out there (in my experience), and that uses Redis.

    Here's how to set it up on your own server:

    binarysolo.blog/redis-server-s

  19. Modern #Rails apps probably don't need Redis, but it still incredibly useful for many reasons.

    Sidekiq is still the fastest job executor out there (in my experience), and that uses Redis.

    Here's how to set it up on your own server:

    binarysolo.blog/redis-server-s

  20. Modern #Rails apps probably don't need Redis, but it still incredibly useful for many reasons.

    Sidekiq is still the fastest job executor out there (in my experience), and that uses Redis.

    Here's how to set it up on your own server:

    binarysolo.blog/redis-server-s

  21. Modern #Rails apps probably don't need Redis, but it still incredibly useful for many reasons.

    Sidekiq is still the fastest job executor out there (in my experience), and that uses Redis.

    Here's how to set it up on your own server:

    binarysolo.blog/redis-server-s

  22. Modern #Rails apps probably don't need Redis, but it still incredibly useful for many reasons.

    Sidekiq is still the fastest job executor out there (in my experience), and that uses Redis.

    Here's how to set it up on your own server:

    binarysolo.blog/redis-server-s

  23. New European Sleeper train to connect Brussels, Amsterdam, Copenhagen and Malmo

    A new night train connecting the heart of Europe with its Nordic neighbours could be on its way…
    #Netherlands #Nederland #NL #Europe #Europa #EU #Amsterdam #Belgium #Brussels #EuropeanSleeper #Malmo #nighttrain #rails #railways #trvel
    europesays.com/netherlands/406

  24. Any #Rails person come across an issue with propshaft in development where CSS changes just aren't being seen, even with restarting the server?

    This is a *very* basic app, brand new Rails install.

    It is like it isn't regenerating the CSS file so the manifest is always looking at the old version.

  25. Any #Rails person come across an issue with propshaft in development where CSS changes just aren't being seen, even with restarting the server?

    This is a *very* basic app, brand new Rails install.

    It is like it isn't regenerating the CSS file so the manifest is always looking at the old version.

  26. Any #Rails person come across an issue with propshaft in development where CSS changes just aren't being seen, even with restarting the server?

    This is a *very* basic app, brand new Rails install.

    It is like it isn't regenerating the CSS file so the manifest is always looking at the old version.

  27. Any #Rails person come across an issue with propshaft in development where CSS changes just aren't being seen, even with restarting the server?

    This is a *very* basic app, brand new Rails install.

    It is like it isn't regenerating the CSS file so the manifest is always looking at the old version.

  28. Any #Rails person come across an issue with propshaft in development where CSS changes just aren't being seen, even with restarting the server?

    This is a *very* basic app, brand new Rails install.

    It is like it isn't regenerating the CSS file so the manifest is always looking at the old version.

  29. "Rails Testing from Scratch" book updates: Working on integration tests. What was 2 chapters in the RSpec version became 1 in this version, and now is 3 after much consternation 😅

    I've finally got a good setup for keeping the book and sample code synced though, so I plan to ship this update Thursday. #Rails #Ruby #TDD #IndiePublishing leanpub.com/everydayrails-test

  30. "Rails Testing from Scratch" book updates: Working on integration tests. What was 2 chapters in the RSpec version became 1 in this version, and now is 3 after much consternation 😅

    I've finally got a good setup for keeping the book and sample code synced though, so I plan to ship this update Thursday. #Rails #Ruby #TDD #IndiePublishing leanpub.com/everydayrails-test

  31. "Rails Testing from Scratch" book updates: Working on integration tests. What was 2 chapters in the RSpec version became 1 in this version, and now is 3 after much consternation 😅

    I've finally got a good setup for keeping the book and sample code synced though, so I plan to ship this update Thursday. #Rails #Ruby #TDD #IndiePublishing leanpub.com/everydayrails-test

  32. "Rails Testing from Scratch" book updates: Working on integration tests. What was 2 chapters in the RSpec version became 1 in this version, and now is 3 after much consternation 😅

    I've finally got a good setup for keeping the book and sample code synced though, so I plan to ship this update Thursday. #Rails #Ruby #TDD #IndiePublishing leanpub.com/everydayrails-test

  33. "Rails Testing from Scratch" book updates: Working on integration tests. What was 2 chapters in the RSpec version became 1 in this version, and now is 3 after much consternation 😅

    I've finally got a good setup for keeping the book and sample code synced though, so I plan to ship this update Thursday. #Rails #Ruby #TDD #IndiePublishing leanpub.com/everydayrails-test