November 30, 2020
New Active Record and Action View capabilities, bug fixes and more!
Hello! Andy here, highlighting some of the contributions to Ruby on Rails over the last week. Let’s dive in! Add where.associated to check association presence The Changelog covers how to...
November 23, 2020
Bugfixes, improvements and more!
Hey, this is Greg, bringing you the latest news about Ruby on Rails! Fix db:schema:load when table definition contains partitions This PR fixes a bug with loading the schema to...
November 13, 2020
Enhanced strict loading, multiple databases and more!
Hi, Wojtek from this side with a summary of the latest changes that will be available in the upcoming Rails 6.1. Rails 6.1 RC1 released Release candidate of Rails 6.1...
November 2, 2020
Rails 6.1 RC1: Horizontal Sharding, Multi-DB Improvements, Strict Loading, Destroy Associations in Background, Error Objects, and more!
The first release candidate for Rails 6.1 has been released and wow does it have a lot of great stuff! We’ve been hard at work these past few months implementing...
November 2, 2020
Multiple database improvements, bugfixes and more!
Hey, this is Greg bringing you the latest news about the Rails framework. Show outstanding migrations on the error page This PR adds the details of the pending migrations to the...
October 23, 2020
Active Record values_at and cache improvements
Hi, it’s Wojtek bringing you the latest changes summary from Ruby on Rails codebase. Add values_at method to Active Record Simplifies retrieving values of specific attributes on Active Record model instance, ie...
October 19, 2020
New API Docs site, configurable cache coder, bug fixes, and more!
Hi there! This is Andy bringing you the latest on what’s shipped this week in Ruby on Rails! New API docs back-end The frames-based Rails API docs site has been...
October 11, 2020
A security release, bugfixes and more!
Hey, this is Greg, bringing you the latest news about Ruby on Rails! Rails 6.0.3.4 has been released! Rails 6.0.3.4 has been released! It is a security release and addresses...
October 7, 2020
Rails 6.0.3.4 has been released
Hey everyone! Rails version 6.0.3.4 has been released! This version is a security release and addresses one possible XSS attack vector in Actionable Exceptions. You can read more about the...
October 3, 2020
Destroying associations asynchronously, interval datatype and more
Hi, Wojtek from this side. We are coming back with newsletter! Here are the changes in Ruby on Rails codebase from the last week. Destroy associations via background job Destroying...