-
Notifications
You must be signed in to change notification settings - Fork 3
rails release history
Last updated 18 December 2013
A listing of Ruby on Rails versions with summaries and advice.
If you’re new to Rails, see What is Ruby on Rails?, the book Learn Ruby on Rails, and recommendations for a Rails tutorial.
Follow @rails_apps on Twitter for updates and timely Rails tips.
This is an article from the RailsApps project. The RailsApps project provides open source applications and detailed tutorials for Rails developers.
For Rails installation instructions or upgrade advice, see the articles:
To stay informed of new releases, subscribe to Peter Cooper’s Ruby Weekly newsletter and follow @ruby_news and @rails_apps on Twitter.
The railsdiff.org site shows differences between versions of the Rails default application.
Rails 4.1.0.beta1 is the newest pre-release version.
Rails 4.1.0.beta1 was released December 18, 2013. The Rails 4.1.0.beta1 release announcement offers an overview of new features.
You can learn more about Rails 4.1:
What You Need to Know: Rails 4.1 will soon be the recommended version. Start new projects with Rails 4.1.0.beta1 to use new features and minimize upgrade effort. The biggest change is the new config/secrets.yml file.
Rails 4.0.2 is the newest stable release.
Rails 4.0 was released June 25, 2013. Two release candidates were released beginning April 29, 2013. The Rails 4.0: Beta 1 release announcement offers an overview of new features.
You can learn more about Rails 4.0:
- Ebook: Andy Lindeman Upgrading to Rails 4
- Ebook: Philip De Smedt Upgrade to Rails 4
- Blog post: Mario Chavez Upgrading a Rails application to 4.0
- Script: Michael de Silva upgrade_rails_3.2.12_to_4.0.0.beta1
- Video: Code School Rails 4: Zombie Outlaws
- Article: RailsGuides Upgrading from Rails 3.2 to Rails 4.0 (work-in-progress document)
What You Need to Know: Rails 4.0 is the current stable version. Upgrade older projects to Rails 4.0 now. The biggest changes are the use of strong parameters, which requires rewriting controller methods that process forms, and Turbolinks, which requires rewriting JavaScript code that depends on page loading.
- Rails 4.0.2 was released December 3, 2013 with security fixes. See Rails 3.2.16 and 4.0.2 have been released!.
- Rails 4.0.1 was released November 1, 2013 with performance gains and many bug fixes. See Rails 4.0.1 has been released!.
- Rails 4.0.0 was released June 25, 2013. See Rails 4.0: Final version released!.
Rails 3.2 was released January 20, 2012. Improvements over Rails 3.1 include faster execution in development mode. The speed of resolving routes also improved. There are many tiny (but helpful) improvements throughout the framework. Rails 3.2 deprecates plugins so you must find Ruby gems to replace any plugins used in earlier Rails projects. You can use Ruby 1.8.7 but you should use Ruby 1.9.3 or Ruby 2.0. See the Rails 3.2.0 Announcement and Ruby on Rails 3.2 Release Notes (with upgrade instructions). There’s a Railscast from Ryan Bates titiled Upgrading to Rails 3.2. Michael Hartl’s popular Ruby on Rails Tutorial book covers Rails 3.2 (Ruby on Rails Tutorial Version 3.2). Finally, José Valim highlights his Five Favorite ‘Hidden’ features in Rails 3.2.
What You Need to Know: Rails 3.2.16 is far more secure than earlier versions. If an application uses an older version of Rails, you should update to Rails 3.2.16 immediately and then begin an upgrade to Rails 4.0.
- Rails 3.2.16 was released December 3, 2013 with security fixes. See Rails 3.2.16 and 4.0.2 have been released!.
- Rails 3.2.15 was released October 16, 2013 with security fixes. See Rails 3.2.15 has been released!.
- Rails 3.2.14 was released July 22, 2013 with many minor bug fixes. See Rails 3.2.14 has been released.
- Rails 3.2.13 was released March 18, 2013 with security fixes plus patches to assure that all Rails 3.2 projects run with Ruby 2.0. See Rails 3.2.13.rc1 has been released and Rails 3.2.13, 3.1.12, and 2.3.18 have been released.
- Rails 3.2.12 was released February 11, 2013 with an “update immediately” security fix. See Rails 3.2.12, 3.1.11, and 2.3.17 have been released.
- Rails 3.2.11 was released January 8, 2013 with an “upgrade right now!” security fix. Security researcher HD Moore called it, “The worst security issue that the Rails platform has seen to date” (details and discussion). If you’re running any earlier version of Rails, your application and its server are vulnerable to attack and the exploit code is readily available. See Rails 3.2.11, 3.1.10, 3.0.19, and 2.3.15 have been released and a preliminary Analysis of Rails XML Parameter Parsing Vulnerability.
Rails 3.2.10 was released January 2, 2013 with a fix for a Rails SQL injection vulnerability. See Rails 3.2.10, 3.1.9, and 3.0.18 have been released - Rails 3.2.9 was released November 12, 2012 with many small bug fixes. See Rails version 3.2.9 has been released.
- Rails 3.2.8 was released August 9, 2012 with a security fix that potentially impacts all users. See Rails version 3.2.8 has been released.
- Rails 3.2.7 was released July 26, 2012 with a security fix for digest authentication plus various minor fixes. See Rails version 3.2.7 has been released.
- Rails 3.2.6 was released June 12, 2012 with two important security fixes. See Rails version 3.2.6 has been released.
- Rails 3.2.5 was released June 1, 2012 to correct a regression in Rails 3.2.4. See Rails version 3.2.5 has been released.
- Rails 3.2.4 was released May 31, 2012 with minor bug fixes plus two important security fixes. See Rails version 3.2.4 has been released.
- Rails 3.2.3 was released March 31, 2012 with improved protection from mass assignment vulnerabilities. See the Rails 3.2.3 Announcement.
- Rails 3.2.2 was released March 1, 2012 with some minor bug fixes plus two important security fixes. See the Rails 3.2.2 Announcement.
- Rails 3.2.1 was released January 26, 2012 with some minor fixes. See Ruby on Rails v3.2.1 Changelogs.
Rails 3.1.0 was released August 31, 2011. Eight release candidates were released beginning May 21, 2011. Rails 3.1 introduced the asset pipeline which enables proper organization of CSS and JavaScript. Other features include HTTP streaming, default jQuery, reversible migrations, mountable engines, identity map, prepared statements, Rack::Cache on by default, forced SSL, role-based mass-assignment protection, has_secure_password, and custom serializers. See the Rails 3.1 release candidate announcement for details. There’s a Rails 3.1 Overview from Ryan Bates and a changelog for all the details. Yehuda Katz explains What’s Up With All These Changes in Rails?. The best overview of Rails 3.1 is Michael Hartl’s chapter on Rails 3.1 in his Ruby on Rails Tutorial book.
What You Need to Know: The greatest impact for developers moving from Rails 3.0 to 3.1 is the new location for CSS and JavaScript files and changes to the application layout file. See the official Rails 3.1 Asset Pipeline guide for details.
The official Rails blog describes all major and minor Rails releases.
The Rubygems.org site lists every Rails gem version, with release dates, including patch releases, release candidates, and beta releases.
Version | Date | Information |
---|---|---|
4.0 | June 25, 2013 | Announcement and Release Notes |
3.2 | January 20, 2012 | Announcement and Release Notes |
3.1 | August 31, 2011 | Announcement and Release Notes |
3.0 | August 29, 2010 | Announcement and Release Notes |
2.3 | March 16, 2009 | Announcement and Release Notes |
2.2 | November 21, 2008 | Announcement and Release Notes |
2.1 | June 1, 2008 | Announcement |
2.0 | December 7, 2007 | Announcement |
1.2 | January 19, 2007 | Announcement |
1.0 | December 13, 2005 | Announcement |
Daniel Kehoe compiled the information and wrote the summaries.
Was this useful to you? Follow @rails_apps on Twitter and tweet some praise. I’d love to know you were helped out by the article.
Any issues? Please leave a comment below.