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