December 19, 2021
This week in Rails: New releases, bugfixes and more!
Hi there, it is Greg, bringing you the latest news about Ruby on Rails! We had an exciting week, so let’s get to it. Rails 7 has been released There...
December 15, 2021
Rails 7.0: Fulfilling a vision
This version of Rails has been years in the conceptual making. It’s the fulfillment of a vision to present a truly full-stack approach to web development that tackles both the...
December 15, 2021
Rails 6.0.4.4, and 6.1.4.4 have been released
Hi everyone again!!! Rails versions 6.0.4.4, and 6.1.4.4, have been released! This release wasn’t a security release. There was a bug in the previous release such that requests in development...
December 14, 2021
Rails 6.0.4.2, 6.1.4.2, and 7.0.0.rc2 have been released
Hi everyone!!! Rails versions 6.0.4.2, 6.1.4.2, and 7.0.0.rc2 have been released! These releases contain important security fixes, so please update when you can! This release just contains one security fix...
December 6, 2021
Rails 7.0 RC1: New JavaScript Answers, At-Work Encryption, Query Origin Logging, Zeitwerk Exclusively
We’re almost ready to declare Rails 7 done! The feedback since the first alpha release has been wonderful, we’ve eliminated a slew of issues, and we’ve seen Basecamp, HEY, GitHub,...
November 26, 2021
Composable blobs, improved upsert and much more!
Hey, Wojtek here with recent additions to Rails. All of them today for FREE, for you. Thank you all the contributors for making Rails. Those from one-time to day by...
November 21, 2021
Automated shard swapping middleware, standardised error reporting interface and more!
Hey, this is Greg, bringing you the latest news about Ruby on Rails. Support <form> elements without [action] By default, when a form is declared without an action attribute, browsers...
November 7, 2021
Nested attributes for delegated types, improved performances and more!
Hey! Robin here with the latest news from the Ruby on Rails world. Support accepts_nested_attributes_for for delegated types Rails 6.1 introduced delegated types to ease handling some polymorphic relationships. This...
October 31, 2021
🎃 Halloween Edition: Zeitwerk migration guide, selenium-webdriver, and some Ruby 3.1 snacks
🍭 Trick or treat, zzak here after a week off with lots of goodies! 🍬 Rails Autoloader Migration Guide: From Classic to Zeitwerk This new guide has all you need...
October 15, 2021
Auto timestamps on bulk inserts, HTML safe translations in controllers and more
Hey, Wojtek here with last week updates from the Ruby on Rails world. Set timestamps on insert_all/upsert_all record creation The timestamps will be automatically set when using bulk insert/upsert. This...