1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/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
..
abstract_controller Merge branch 'master' of github.com:lifo/docrails 2011-08-13 16:30:07 -07:00
action_controller Use safe_constantize where possible. 2011-09-23 16:46:33 +02:00
action_dispatch Deprecate passing the template handler in the template name. 2011-09-22 15:37:38 +02:00
action_pack Master version is 3.2.0.beta 2011-06-30 10:18:36 -03:00
action_view Use safe_constantize where possible. 2011-09-23 16:46:33 +02:00
sprockets rake assets:precompile loads the application but does not initialize it. 2011-09-24 03:17:23 +02:00
abstract_controller.rb
action_controller.rb TODO fix explicitly loading exceptations, autoload removed 2011-07-11 13:14:02 +05:30
action_dispatch.rb
action_pack.rb
action_view.rb Rename AV::Helpers::AssetPaths to AV::AssetPaths to solve autoload mess. 2011-06-21 11:24:05 -03:00