Download Rails 3.1.3

Spread the love

Ruby on Rails, or Rails for short, has been updated to 3.1.3. RoR is a web application framework for the Ruby programming language. It closely follows the mvc model and strives for simplicity to develop practical applications with less code and less configuration than other frameworks. Ruby allows for meta-programming which Rails uses a lot. This results in program code that is generally easy to read and understand. The announcement of this recent release looks like this:

Rails 3.1.3 has been released

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 sprocket to ~> 2.0.3. Using 2.1.0 caused regressions.
  • Fix using translate helper with a html translation which uses the :count option for pluralization.

ActiveRecord:

  • Perf fix: If we’re deleting all records in an association, don’t add a IN(..) clause to the query. GH 3672
  • Fix bug with referencing other mysql databases in settablename. GH 3690
  • Fix performance bug with mysql databases on a server with lots of other databases. GH 3678

rail ties:

  • New apps should be generated with a sass-rails dependency of 3.1.5, not 3.1.5.rc.2

As ever, you can see a full list of changes on Github.

Version number 3.1.3
Release status Final
Operating systems script language
Website Riding Rails
Download
License type Conditions (GNU/BSD/etc.)
You might also like