April 24, 2019
Rails 6.0.0 rc1 released
Okay, so we didn’t quite make our aspirational release schedule, but Rails 6 is now almost ready, so here’s the first release candidate! There isn’t anything remarkably new compared to...
April 19, 2019
Performance improvements, collection cache versioning and more
Hello. This is Wojtek reporting on recent changes from Rails world. Collection cache versioning Add cache_version on relation to support recyclable cache keys via the versioned entries in ActiveSupport::Cache. This...
April 2, 2019
New versions of Rails, optimizer hints, ROFL, and more
Hi there! This is Daniel reporting from Brooklyn, NY. New versions of Rails released Rails 5.2.3 and Rails 5.1.7 were released last week. Check out the CHANGELOG and upgrade today!...
March 28, 2019
Rails 5.2.3 has been released
Hi everyone, I am happy to announce that Rails 5.2.3 has been released. CHANGES since 5.2.2 To view the changes for each gem, please read the changelogs on GitHub: Action...
March 28, 2019
Rails 5.1.7 has been released
Hi everyone, I am happy to announce that Rails 5.1.7 has been released. CHANGES since 5.1.6 To view the changes for each gem, please read the changelogs on GitHub: Action...
March 22, 2019
Rails 5.1.7.rc1 has been released!
Hi everyone, I am happy to announce that Rails 5.1.7.rc1 has been released. This is going to be the final bug fix release for the 5.1 series, so please make...
March 22, 2019
Rails 5.2.3.rc1 has been released!
Hi everyone, I am happy to announce that Rails 5.2.3.rc1 has been released. If no regressions are found, expect the final release on Wednesday, March 27, 2019. If you find...
March 15, 2019
Security fixes, bulk insert and upsert, seeds replanting
Hello. This is Wojtek here bringing you the exciting updates from Rails. Security fix releases of Rails Rails 4.2.11.1, 5.0.7.2, 5.1.6.2, 5.2.2.1, and 6.0.0.beta3 have been released containing important security...
March 13, 2019
Rails 4.2.11.1, 5.0.7.2, 5.1.6.2, 5.2.2.1, and 6.0.0.beta3 have been released!
Hello everyone! Rails 4.2.11.1, 5.0.7.2, 5.1.6.2, 5.2.2.1, and 6.0.0.beta3 have been released! These contain the following important security fixes. It is recommended that users upgrade as soon as possible: CVE-2019-5418...
March 3, 2019
reselect, negative enum scopes and more!
Why hello there! Tim here bringing you all the latest and greatest from This Week In Rails. Negative scopes for enum values Some sugar around enum values allows you to...