Created
January 6, 2012 02:09
-
-
Save zires/1568560 to your computer and use it in GitHub Desktop.
Rails 3.2.0.rc2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## IMPORTANT | |
| **Support for Rails 2.3-style plugins (vendor/plugins!) will be | |
| removed in Rails 4.0. Move them out and bundle them in your Gemfile, | |
| or fold them in to your app as lib/myplugin/* and | |
| config/initializers/myplugin.rb** | |
| ## CHANGES since RC1 | |
| *ActionMailer* | |
| * No changes | |
| *ActionPack* | |
| * Add font_path helper method **Santiago Pastorino** | |
| * Depends on rack ~> 1.4.0 **Santiago Pastorino** | |
| * Add :gzip option to `caches_page`. The default option can be | |
| configured globally using `page_cache_compression` **Andrey Sitnik** | |
| *ActiveModel* | |
| * No changes | |
| *ActiveRecord* | |
| * No changes | |
| *ActiveResource* | |
| * No changes | |
| *ActiveSupport* | |
| * ActiveSupport::Base64 is deprecated in favor of ::Base64. **Sergey | |
| Nartimov** | |
| *Railties* | |
| * Rails 2.3-style plugins in vendor/plugins are deprecated and will | |
| be removed in Rails 4.0. Move them out of vendor/plugins and bundle | |
| them in your Gemfile, or fold them in to your app as lib/myplugin/* | |
| and config/initializers/myplugin.rb. **Santiago Pastorino** | |
| * Guides are available as a single .mobi for the Kindle and free | |
| Kindle readers apps. **Michael Pearson & Xavier Noria** | |
| * Allow scaffold/model/migration generators to accept a "index" and | |
| "uniq" modifiers, as in: "tracking_id:integer:uniq" in order to | |
| generate (unique) indexes. Some types also accept custom options, for | |
| instance, you can specify the precision and scale for decimals as | |
| "price:decimal{7,2}". **Dmitrii Samoilov** |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment