Rails (Ruby on Rails) 3.1 Official version released! This time there was no jump ticket and it was released as scheduled.
The official version provides several new features, including:
◆ Assets Pipeline: A new function Assets pipeline is introduced in Rails 3.1. It makes CSS and JavaScript code management more standard and convenient.
◆ Streaming: HTTP Streaming is also a new improvement in Rails. It allows the browser to download style sheets and JavaScript files while responding to the page. This feature requires support from Ruby 1.9.2 and Web servers.
◆ JQuery replaces prototype as the default JS library of Rails.
◆ The migration task is reversible.
For more information, see http://guides.rubyonrails.org/3_?release_notes.html.
Note: Rails 3.1 requires that the Ruby version be at least 1.8.7 or later and be compatible with Ruby 1.9.2. Just in case, before you upgrade Rails, you 'd better upgrade it to Rails 3 to ensure normal operation after upgrade to 3.1. Newly Installed users strongly recommend Ruby 1.9.2 (1.9.1 is not easy to use, and 1.8.7 contains a bug that causes Rails crash ).
:
Https://github.com/rails/rails/zipball/v3.1.0 (ZIP Format)
Https://github.com/rails/rails/tarball/v3.1.0 (TAR. GZ format)
Original article: http://www.iteye.com/news/22669
- What can we expect from JRuby and Java 7?
- Ruby on Rails Development Company Obtiva acquired by Groupon
- Comparison of Perl, PHP, Python, Java and Ruby
- Every programmer should learn to use Python or Ruby
- The father of Ruby is the chief architect of Heroku to promote Ruby cloud computing applications.