1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/lib
José Valim eb367afeed rake assets:precompile loads 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.

Conflicts:

	railties/CHANGELOG
	railties/test/application/assets_test.rb
2011-09-24 03:17:23 +02:00
..
rails rake assets:precompile loads the application but does not initialize it. 2011-09-24 03:17:23 +02:00
rails.rb we are *sure* we want to set the encoding, so silence warnings around it 2011-08-24 16:23:38 -07:00