aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/application
Commit message (Collapse)AuthorAgeFilesLines
* Add config.to_prepare back and add tests for it.José Valim2010-01-281-1/+7
| | | | Signed-off-by: Carl Lerche <carllerche@mac.com>
* Refactor MetalLoader and RoutesReloader to rely less on class configuration.José Valim2010-01-283-28/+29
| | | | Signed-off-by: Carl Lerche <carllerche@mac.com>
* Move Rails::Rack::Metal to Rails::Application::Metal and just add cascade if ↵José Valim2010-01-261-0/+46
| | | | any metal was declared.
* Add tests for explicit engines.José Valim2010-01-261-0/+19
|
* Ensure all initializers are collections.José Valim2010-01-262-29/+29
|
* As first step setup the load path and lazy compare middlewares.José Valim2010-01-251-0/+4
|
* Fix a couple failures on 1.9.1.José Valim2010-01-241-1/+1
|
* Ensure metals and initializers in plugins are loaded.José Valim2010-01-242-8/+8
|
* Ensure environment config has higher priority than application ones.José Valim2010-01-241-0/+4
|
* Solve some pendencies.José Valim2010-01-243-9/+8
|
* Move configuration to subfolders.José Valim2010-01-231-0/+85
|
* First steps into making Plugin < Engine.José Valim2010-01-231-0/+12
|
* Extract Railtie load from application.José Valim2010-01-232-5/+40
|
* Break application.rb file in smaller chunks.José Valim2010-01-232-0/+108
|
* Extract routes reloading responsibilities from application and load them ↵José Valim2010-01-231-0/+46
just upon a request.