October 21, 2022
An Active Record improvement, performance gains and a bugfix!
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
Column information in ERB template exceptions, migration option validation and more!
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
Updated Permissions-Policy directives and LSP support?
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
ERB in YAML keys, performance boosts, a new option for QueryLogs!
こんにちは。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
Improved assert_redirected_to, improved error messages and more!
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
Handling reconnects in Action Cable, no more Coffeescript and a new guide.
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
Rack 3 and Rails 7.0.4, 6.1.7, and 6.0.6 releases, ActionDispatch::Cookies, etc
👋🏾… 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...
September 9, 2022
Rails 7.0.4, 6.1.7, and 6.0.6 have been released!
Hi everyone, I am happy to announce that Rails 7.0.4, 6.1.7, and 6.0.6 have been released. These fixes are bugfix releases with various enhancements, compatibility fixes, and performance improvements. Please...
September 2, 2022
Bugfixes, improvements and more!
Hi, this is Greg with the latest news from the world of Rails. Return “Range Not Satisfiable” return code for partial downloads with incorrect range This PR fixes an issue...
August 26, 2022
Finer-grained error pages and extended routes grepping
Hi, this is Petrik with more Rails updates. Use the error_highlight gem to locate the columns where an error was raised Ruby 3.1 added the error_highlight  gem to display the fine-grained...