rails--rails/railties/lib/rails/application
José Valim 351816fab6 Ensure that eager_load actually takes place just after the middleware stack is built by using another pattern.
Also create a engine_blank_point initializer to ensure any :before or :after hooks defined inside engines won't move the configuration initializers to other places.
2010-05-15 23:49:03 +02:00
..
bootstrap.rb Reorganized initializers a bit to enable better hooks for common cases without the need for Railtie. Specifically, the following hooks were added: 2010-05-15 06:09:07 -07:00
configurable.rb Add tests for explicit engines. 2010-01-26 14:58:00 +01:00
configuration.rb Reorganized initializers a bit to enable better hooks for common cases without the need for Railtie. Specifically, the following hooks were added: 2010-05-15 06:09:07 -07:00
finisher.rb Ensure that eager_load actually takes place just after the middleware stack is built by using another pattern. 2010-05-15 23:49:03 +02:00
metal_loader.rb require Strings, not Symbols 2010-02-14 11:56:21 -08:00
railties.rb Solve some pendencies. 2010-01-24 09:32:54 +01:00
routes_reloader.rb Replace the placeholder base_hook API with on_load. To specify some code that 2010-03-29 17:08:50 -07:00