December 4, 2018
Rails 5.2.2 has been released!
Hi everyone, I am happy to announce that Rails 5.2.2 has been released. CHANGES since 5.2.1 To view the changes for each gem, please read the changelogs on GitHub: Action...
December 2, 2018
Safety checks to prevent database writes, cache performance boost and more
Cheers for the first day of December! This is Kir bringing you the latest news from the Rails world. Use raw time string from DB to generate ActiveRecord#cache_version The PR...
November 28, 2018
Rails 5.2.2.rc1 has been released
Hi everyone, I am happy to announce that Rails 5.2.2.rc1 has been released. If no regressions are found, expect the final release on Monday, December 3, 2018. If you find...
November 27, 2018
Rails 4.2.11, 5.0.7.1, 5.1.6.1 and 5.2.1.1 have been released!
Hello everyone and happy Tuesday! Rails 4.2.11, 5.0.7.1, 5.1.6.1 and 5.2.1.1 have been released! These contain the following important security fixes, and it is recommended that users upgrade as soon...
November 25, 2018
Parallel tests on Windows, query cache with multiple databases and more!
Hello fellow Rubyists. This is Greg bringing you the latest updates from Rails. Fix parallel tests on Windows This pull request fixes an issue with running tests in parallel on...
November 16, 2018
More multi database goodies and decaffeinated Rails
Hello fellow Rubyists. This is Wojtek bringing you the latest updates from Rails. Note about CVE gems version bumps Usually it is enough to update vulnerable gem within the application...
November 2, 2018
Webpacker, Action Text, Multiple database improvements, and more
Boo! It’s Daniel here, bringing you news about Rails for October. 🎃 Make Webpacker the default JavaScript compiler for Rails 6 Less than two years ago Rails introduced the Webpacker...
October 3, 2018
Introducing Action Text for Rails 6
Action Text is a brand new framework coming to Rails 6 that’s going to make creating, editing, and displaying rich text content in your applications super easy. It’s an integration...
September 30, 2018
Multi env credentials support, Action Cable channel unit testing and more!
Hello everyone! This is Prathamesh from Pune, India bringing you the latest news from the Rails world. Multi environment support for credentials Now it is possible to have credentials for each environment....
September 16, 2018
Performance improvements, configuration options, and more
Greetings! Daniel here, reporting from Brooklyn, NY. Use faster globs for template resolving Resolving templates used to get pretty slow as the number of view paths, handlers, and formats increased....