December 13, 2018
Introducing Action Mailbox for Rails 6
Action Mailbox is the second brand new framework coming to Rails 6 (the first was Action Text). It serves to route incoming emails to controller-like mailboxes for processing in Rails....
December 13, 2018
George joins Rails Core!
We couldn’t be happier to welcome George Claghorn to Rails core. George has been the co-creator of both Active Storage and Action Mailbox. His work on Rails has not just...
December 10, 2018
New Rails version, early new Ruby version fixes, and more!
Hello, hello! This is Tim here bringing you all the latest right from the Rails Edge. In the northern hemisphere, daylight is getting scarce, driving certain folks in the Pacific...
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...