Discover the latest Rails news, version releases, community updates, and feature announcements.
January 20, 2012
So we didn’t quite make the December release date as we intended, but hey, why break a good tradition and start hitting release targets now! In any case, your patience...
January 4, 2012
Hi everyone, Rails 3.2.0.rc2 has been released! What to update in your apps Update your Gemfile to depend on rails ~> 3.2.0.rc2 Update your Gemfile to depend on sass-rails ~>...
December 20, 2011
The forthcoming 3.2.x release series will be the last branch of Rails that supports Ruby 1.8.7. There’s a new 3-2-stable branch in git to track the changes we need until...
December 20, 2011
Once you’ve boarded the Rails train, you just know that every stop along the way is going to be a good time. This release candidate is no different and we’ve...
December 6, 2011
There are some new features related to EXPLAIN in the forthcoming Ruby on Rails 3.2 we’d like to share: Running EXPLAIN manually Automatic EXPLAIN for slow queries Silencing automatic EXPLAIN...
November 20, 2011
Rails 3.1.3 has been released. This release mainly contains fixes for regressions that popped up in 3.1.2. Changes Action Pack: Downgrade sprockets to ~> 2.0.3. Using 2.1.0 caused regressions. Fix...
November 18, 2011
Unfortunately I accidentally pushed an incorrect v3.1.2 tag yesterday. I immediately recognised that it was wrong, so quickly deleted it and pushed the correct tag. I thought that this would...
November 18, 2011
Rails 3.1.2 has been released. This is a patch-level release containing bug fixes and an important security fix. Possible XSS vulnerability in the translate helper method in Ruby on Rails...
November 18, 2011
Rails 3.0.11 has been released. This is a patch-level release containing bug fixes and an important security fix. Possible XSS vulnerability in the translate helper method in Ruby on Rails...
October 7, 2011
Hi everyone, Rails 3.1.1 has been released. This release requires at least sass-rails 3.1.4 CHANGES Action Mailer No changes Action Pack stylesheet_link_tag(‘/stylesheets/application’) and similar helpers doesn’t throw Sprockets::FileOutsidePaths exception anymore...