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...
August 19, 2022
Logging, raising and rescuing errors and a fix for a query method.
Cześć! I’m Emmanuel, and I have some updates for you from Rails. Log a warning if ActiveSupport::Cache is given an expiration in the past Imagine trying to write/fetch to/from a...
August 12, 2022
Bugfixes, improvements and more!
Hola, this is Greg bringing you the latest news from the Rails world! Improve failure safety for RedisCacheStore#delete_multi This PR fixes the issue when Redis is down and Rails.cache.delete_multi is...
August 5, 2022
Strict template locals, detecting unused routes and an improved find_or_create_by
Hi, Petrik here with some updates on activities in Rails and associated projects over the last week. Allow templates to set strict locals By default, templates will accept any locals...