We’re excited to welcome Clio as the newest Contributing Member of the Rails Foundation. Since its founding in 2008, Clio has relied on Rails to build tools that empower legal...
Hi, it’s Claudio Baccigalupo. Let’s explore this week’s changes in the Rails codebase. Extend –minimal option rails new --minimal allows to create a basic Rails app, but recent additions to...
Hi, it’s Greg. Let’s explore this week’s changes in the Rails codebase. Eliminate queries loading dumped model schema on Postgres This pull request improves resiliency by avoiding the need to...
Hi, it’s zzak. Let’s explore this week’s changes in the Rails codebase. Reduce the frequency of Dependabot updates in new projects. This changes frequency of Dependabot updates from daily to...
Hey everyone, Happy Friday! Vipul here with the latest updates for This Week in Rails. Before we start, a small update - I am happy to share that my team...
Happy new year everyone! The Rails Foundation is kicking off the year with great news: Saeloun has joined the Rails Foundation as its newest Contributing member! Saeloun is a Ruby...
Hi, Wojtek here. Let’s explore the first changes of the new year in the Rails codebase. Introduce versions formatter for the schema dumper It is now possible to override how...
This is Greg, Vipul, Wojciech, and Zzak, bringing you the summary of what happened with Rails in the past year. It was a busy year with close to 4000 commits...
Hi, it’s zzak. Let’s explore this week’s changes in the Rails codebase. Fix “#to_query” to not include setter for nil values To keep the behavior consistent with Rack::Utils.parse_nested_query. # Before...