Discover the latest Rails news, version releases, community updates, and feature announcements.
November 11, 2022
Hi there, This is Greg, bringing you the latest changes in Rails. Fix Enumerable#many? to handle all block parameters Before this fix, Enumerable#many? didn’t forward the block parameters to the...
November 4, 2022
Hi, Petrik here with this week’s news from the Rails world. Improve the “missing template” error page This error page got a nice overhaul with clearer wording, making it more...
October 28, 2022
Hi, Wojtek here with this week’s news from the Rails world. Support checked as a keyword argument in check_box_tag and radio_button_tag Now the form helper f.check_box "admin", checked: false works...
October 21, 2022
Guten Tag! Emmanuel here again, with some updates from Rails. Don’t trigger after_commit :destroy callback again on destroy if record previously was destroyed The after_commit :destroy callback would always run...
October 14, 2022
Hey, this is Greg bringing you the latest news from the Rails world. Add column information to exceptions inside ERB templates This PR adds column information to exceptions that occurred...
October 8, 2022
Hi, this is Petrik with this weeks updates in the Rails world. Support more Permissions-Policy directives With the Permissions-Policy header you can allow or block the use of browser features....
September 30, 2022
こんにちは。I’m Emmanuel, and I’ve got some updates for you! Avoid double type cast when serialising attributes ActiveModel::Attribute#value already casts model attributes when persisting models, however some model attribute types try...
September 23, 2022
Hi, this is Greg, bringing you the latest changes in the Rails framework. Allow specifying the HTTP status code in assert_redirected_to Before this change, assert_redirect_to asserted any 3XX response, but...
September 17, 2022
Hi, this is Petrik with this week’s Rails updates and some Hotwire news. Add exclude? method to ActionController::Parameters exclude? returns true if the given key is not present in the...
September 10, 2022
👋🏾… This is Emmanuel. I’ve got some Rails updates for you. Rack 3.0 has shipped A major version of Rack has shipped, and as expected, there are breaking changes but...