aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/engine.rb
Commit message (Collapse)AuthorAgeFilesLines
...
* | Editing the railties/../railtie.rb and engine.rb docsMikel Lindsaar2010-02-081-4/+3
| |
* | Add docs for Railtie, Engine, Plugin and Application.José Valim2010-02-021-0/+84
|/
* Add reloadable specific for engines and move environment to application paths.José Valim2010-01-281-1/+1
| | | | Signed-off-by: Carl Lerche <carllerche@mac.com>
* Refactor MetalLoader and RoutesReloader to rely less on class configuration.José Valim2010-01-281-4/+4
| | | | 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-1/+1
| | | | any metal was declared.
* As first step setup the load path and lazy compare middlewares.José Valim2010-01-251-2/+2
|
* Fix i18n locales order test.José Valim2010-01-251-7/+9
|
* Ensure metals and initializers in plugins are loaded.José Valim2010-01-241-7/+11
|
* Rename plugin_name to railtie_name and engine_name.José Valim2010-01-241-0/+3
|
* Ensure namespaced controllers in engines work.José Valim2010-01-241-0/+10
|
* Solve some pendencies.José Valim2010-01-241-2/+2
|
* Move configuration to subfolders.José Valim2010-01-231-1/+3
|
* Create configurable modules and ensure that they are added only on direct ↵José Valim2010-01-231-23/+15
| | | | children.
* Plugin is now an Engine.José Valim2010-01-231-1/+10
|
* First steps into making Plugin < Engine.José Valim2010-01-231-10/+10
|
* Extract Railtie load from application.José Valim2010-01-231-6/+3
|
* Extract routes reloading responsibilities from application and load them ↵José Valim2010-01-231-4/+2
| | | | just upon a request.
* Ensure user set load paths have higher preference and move Bootstrap inside ↵José Valim2010-01-231-2/+2
| | | | Application.
* Get rid of initializers global and create i18n railtie.José Valim2010-01-231-30/+18
|
* Got tests working once again.José Valim2010-01-221-1/+3
|
* Add view paths to Engine setup.José Valim2010-01-221-16/+32
|
* Massive cleanup in Railties and load stack.José Valim2010-01-211-0/+107