October 25, 2019
Permanent public URLs for storage blobs and more
Hello Ruby folks. Wojtek from this side reporting on latest additions to Rails codebase. Add permanent URLs for public storage blobs It is now possible to configure Active Storage to...
October 6, 2019
New attribute methods, regex matching and more!
Hello! Tim here with the latest scoop on Ruby on Rails! New *_previously_was attribute methods! Your models just got a sprinkling of a little extra sugar. For any given attribute...
September 29, 2019
ActionController::Base.log_at and more!
Hi there, this is Greg, bringing you the changes in Rails from the past week. Let’s dive in! Reduce stat(2) calls This commit adds a slight performance improvement by reducing...
September 20, 2019
Delete multi entries from cache, bugfixes and more
Hi. This is Wojtek. Rails 6 is with us for some time and we all can see it is a stable and solid release. Thank you one more time to...
August 25, 2019
Rails 6 excitement, connection pool reaping, bug fixes
Greetings! Daniel here, reporting from Brooklyn, NY. Rails 6 in the wild I know we mentioned this last week, but I am so excited I wanted to mention it again....
August 18, 2019
Rails 6 is released, sass-rails 6, improved mysql2 error and more
Hello! This is Prathamesh bringing the latest news from the Rails community. This week we have some big news. Get ready. Rails 6 is out! After two and half years...
August 15, 2019
Rails 6.0: Action Mailbox, Action Text, Multiple DBs, Parallel Testing, Webpacker by default, and Zeitwerk
Dealing with incoming email, composing rich-text content, connecting to multiple databases, parallelizing test runs, integrating JavaScript with love, and rewriting the code loader. These are fundamental improvements to the fundamentals...
July 30, 2019
Rails 6.0.0 rc2 released
The final version of Rails 6.0 is almost ready, but before we put a pin in it, please enjoy this second release candidate. We’ve cleared all the blockers that were...
July 20, 2019
Active Storage, startless range in queries, SMS links and more!
Hello! This is Roque bringing the latest news from the Rails community. It’s been awhile so let’s see what has changed since then… Oops, since last week 😜 Preserve existing...
July 15, 2019
New contributors fixing bugs in the summer
Hey all! This is Daniel from Brooklyn, NY bringing you the latest news in Rails. Add database_exists? method to connection adapters The database_exists? method does what you might think—it checks...