August 8, 2021
Active Record goodies and more!
Hi there, this is Greg, bringing you the latest new about the Rails framework. Allow entirely opting out of deprecation warnings Previously if you set app.config.active_support.deprecation = :silence, some work...
July 31, 2021
Favicons, InvalidAuthenticityToken message gains, Journey optimizations and more!
Hello, zzak here! Congrats on making it through another month and another week of Rails development. Add favicon to internal routes “/favicon.ico” They finally fixed that pesky No route matches...
July 23, 2021
Active record improvements and much more
Hi, Wojtek here presenting quite a lot of changes from the past week. Disable schema dump per database Dumping the schema is on by default for all databases in an...
July 19, 2021
Performance and parallel testing improvements and more!
Hi, this is Greg, bring you the latest news of the Rails world. It’s been a quiet week, so we don’t have much changes to cover this time. Fix try...
July 10, 2021
Rails 6.1.4 and plenty of developer UX goodies
Hi, zzak again with the changes from the last week in Rails. Rails 6.1.4 was released This release includes many bug fixes so be sure to upgrade! You can read...
July 2, 2021
Perform destroy_all in batches and a lot more features
Hello. News about latest changes in Rails delivered to you by Wojtek. Active Record destroy_all performs in batches By default it will load records in batches of 100 and allow...
June 27, 2021
Support preloads on instance dependent associations and more!
Hi there, this is Greg, bringing you the latest changes in Rails! Time#change should pass the zone property through if it’s set This PR fixes an issue with changing date...
June 24, 2021
Rails 6.1.4 has been released
Hi everyone, I am happy to announce that Rails 6.1.4 has been released. CHANGES since 6.1.3 To view the changes for each gem, please read the changelogs on GitHub: Action...
June 18, 2021
Rails 6.0.4, Lots of Active Storage goodies, and many Quality-of-Life improvements!
Hello, zzak here with the latest changes from the last week to Rails. Rails 6.0.4 was released This release includes many bug fixes so be sure to upgrade! You can read the...
June 15, 2021
Rails 6.0.4 has been released
Hi everyone, I am happy to announce that Rails 6.0.4 has been released. CHANGES since 6.0.3 To view the changes for each gem, please read the changelogs on GitHub: Action...