aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/deprecated.rb
Commit message (Collapse)AuthorAgeFilesLines
* Partial revert of #d650b71 'Remove deprecated stuff in ActionController'Carlos Antonio da Silva2010-09-261-0/+3
| | | | | This brings back the deprecated modules from ActionController, because they didn't have any deprecation warning.
* Remove deprecated stuff in ActionControllerCarlos Antonio da Silva2010-09-261-3/+0
| | | | | | This removes all deprecated classes in ActionController related to Routing, Abstract Request/Response and Integration/IntegrationTest. All tests and docs were changed to ActionDispatch instead of ActionController.
* Remove deprecated support to <% form_for %> and several ↵José Valim2010-08-291-1/+1
| | | | ActionController::Base methods.
* Make ActionController::Routing::Routes a DeprecatedProxyCarlhuda2010-02-261-2/+0
|
* WIP: Remove the global routerCarlhuda2010-02-251-1/+2
|
* Use ActionDispatch::Routing everywhereMartin Schürrer2010-02-211-1/+0
|
* ActionMailer should depend just on AbstractController.José Valim2010-01-291-1/+1
|
* Add active_model/railtie back to generated boot.rb, add models back to ↵José Valim2010-01-251-0/+1
| | | | paths, load active_support/railtie since we need it and ensure default logger is set before config.
* Group together all the old routing dsl logicJoshua Peek2009-10-201-1/+0
|
* Move Routing into ADJoshua Peek2009-10-201-0/+3
|
* Backwords compat alias for ActionController::Request and ↵Joshua Peek2009-04-141-0/+2
ActionController::Response