aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/railtie.rb
Commit message (Collapse)AuthorAgeFilesLines
...
* 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