Skip to content

Commit

Permalink
Merge pull request #4100 from simi/master
Browse files Browse the repository at this point in the history
rails version order in railties changelog
  • Loading branch information
josevalim committed Dec 21, 2011
2 parents 618cb44 + 9f44e27 commit e56043e
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions railties/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,6 @@
* Remove old 'config.paths.app.controller' API in favor of 'config.paths["app/controller"]' API *Guillermo Iguaran*


* Rails 3.1.1

* Add jquery-rails to Gemfile of plugins, test/dummy app needs it. Closes #3091. *Santiago Pastorino*

* Add config.assets.initialize_on_precompile which, when set to false, forces
`rake assets:precompile` to load the application but does not initialize it.

To the app developer, this means configuration add in
config/initializers/* will not be executed.

Plugins developers need to special case their initializers that are
meant to be run in the assets group by adding :group => :assets.

## Rails 3.1.2 (unreleased) ##

* Engines: don't blow up if db/seeds.rb is missing.
Expand All @@ -55,6 +42,19 @@
*GH 2564*

*José Valim*

## Rails 3.1.1 ##

* Add jquery-rails to Gemfile of plugins, test/dummy app needs it. Closes #3091. *Santiago Pastorino*

* Add config.assets.initialize_on_precompile which, when set to false, forces
`rake assets:precompile` to load the application but does not initialize it.

To the app developer, this means configuration add in
config/initializers/* will not be executed.

Plugins developers need to special case their initializers that are
meant to be run in the assets group by adding :group => :assets.

## Rails 3.1.0 (August 30, 2011) ##

Expand Down

0 comments on commit e56043e

Please sign in to comment.