Hola, this is Greg bringing you the latest news from the Rails world!Improve failure safety for RedisCacheStore#delete_multiThis PR fixes the issue when Redis is down and Rails.cache.delete_multi is called. With...
Hi, Petrik here with some updates on activities in Rails and associated projects over the last week.Allow templates to set strict localsBy default, templates will accept any locals as keyword...
Maadwo! Emmanuel with some updates on activities in Rails over the last week.Allow passing Hash on secure password validationsYou can now pass an option hash to has_secure_password. If the option...
Hi, this is Greg, bringing you the latest news from the Rails world.Fix caching of missed translationsUsing Object.new for the default value of a missing translation caused the cache store...
Hi! Emmanuel here with updates from Rails over the last week.Rails Versions 7.0.3.1, 6.1.6.1, 6.0.5.1, and 5.2.8.1 have been released!A few days ago Rails released versions 7.0.3.1, 6.1.6.1, 6.0.5.1, and...
Hi everyone!!! Rails Versions 7.0.3.1, 6.1.6.1, 6.0.5.1, and 5.2.8.1 have been released!Yes, these are security releases and I think you should update. The releases have been made from the last...
Hi, this is Petrik, bringing you the latest news from the Rails world.Optimize Active Record batchingInstead of specifying a long list of ids for batch queries (WHERE IN (…ids…)), Active...
In the past few weeks, the Rails team has been working on a few changes to lower the barrier for new contributors to the framework.We started by disabling the automatic...
I’m thrilled to announce three new awesome members to the Rails Core team, which will increase the total number of core members to a cool twelve, and help ensure we...
Hi, this is Greg, bringing you the latest news from the Rails world.Add ability to ignore tables by a regular expression for SQL schema dumpsIt was already possible to ignore...