aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/railtie.rb
Commit message (Collapse)AuthorAgeFilesLines
...
* AC railtie should configure helpers path.José Valim2010-01-261-0/+4
|
* Add active_model/railtie back to generated boot.rb, add models back to ↵José Valim2010-01-251-5/+4
| | | | paths, load active_support/railtie since we need it and ensure default logger is set before config.
* Rename plugin_name to railtie_name and engine_name.José Valim2010-01-241-1/+1
|
* Moved more configuration away from bootstrap.José Valim2010-01-221-10/+0
|
* Add view paths to Engine setup.José Valim2010-01-221-2/+1
|
* Massive cleanup in Railties and load stack.José Valim2010-01-211-6/+0
|
* Add ActionDispatch::Railties::Subscriber and finish tidying up the logging.José Valim2010-01-171-48/+0
|
* Get rid of prepare_each_request, since now it's a middleware initialization ↵José Valim2010-01-171-1/+0
| | | | parameter.
* Build middleware stack and reload routes after app initializers runJoshua Peek2010-01-161-1/+0
| | | | [#3709 state:resolved]
* Move Dispatcher setup to Railties and add instrumentation hook.José Valim2010-01-151-4/+4
|
* Add subscriber for ActionPack and move all logging inside it.José Valim2010-01-131-8/+3
|
* Cleanup junk metal and revise APIJoshua Peek2010-01-101-3/+25
| | | | | API Change: Returning a "X-Cascade: pass" header triggers the cascade instead of a 404 response.
* Default middleware stack needs to be available at configuration timeJoshua Peek2010-01-041-20/+0
|
* Some railties cleanup:Carl Lerche2009-12-311-0/+96
* Rename <framework>/rails.rb -> <framework>/railtie.rb * Rails::Plugin -> Rails::Railtie * Rails::Plugin::Vendored -> Rails::Plugin