aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/railtie.rb
Commit message (Collapse)AuthorAgeFilesLines
* Get the railties tests to pass again.Carlhuda2010-03-021-5/+0
|
* Moved initializers for ActionMailer and ActionController into their own railtiesCarlhuda2010-03-021-0/+5
|
* Make ActionController::Routing::Routes a DeprecatedProxyCarlhuda2010-02-261-1/+7
|
* Remove traces of SharedTestRoutes from user code; leave it as a standin for ↵Carlhuda2010-02-261-1/+0
| | | | Rails.application.routes in Rails internal tests
* Get URL helpers working again in integration tests.Carlhuda2010-02-251-0/+2
|
* Final pass at removing the router from a global constantCarlhuda2010-02-251-2/+8
|
* Continued effort to deglobalize the routerCarlhuda2010-02-251-0/+1
|
* Rename Rails::Subscriber to Rails::LogSubscriberPrem Sichanugrist2010-02-161-2/+2
|
* Rationalize railtie dependencies: AC uses AV; AR uses AMo; and Rails always ↵Jeremy Kemper2010-02-041-0/+1
| | | | uses AS.
* 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