Explore tweets tagged as #rails8
What's stopping you from coding like this? #rails8. Upgraded from 7.1.4 to 8.0.0beta on the flight home from #railsworld24! ✈️
1
0
9
TIL: Rails 8 adds the script/ folder! 🎉. Until now, I was just saving all scripts on my computer —and we even had a Slack channel just to share scripts across the team 😅. This is perfect. And yes, there's a generator too. #Rails8 #RubyOnRails
0
0
0
just implemented native rate_limiting in #Rails8 on a controller, very easy:. rate_limit to: 3, within: 5.minutes, by: -> { request.ip }, only: :create
2
1
20
Rails 8 introduces and recommends `params#expect` over `params#require`, offering more secure and explicit parameter handling! 🤩. #rubyonrails #rails8
2
12
120