Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Partial revert of #d650b71 'Remove deprecated stuff in ActionController' | Carlos Antonio da Silva | 2010-09-26 | 1 | -0/+3 |
| | | | | | This brings back the deprecated modules from ActionController, because they didn't have any deprecation warning. | ||||
* | Remove deprecated stuff in ActionController | Carlos Antonio da Silva | 2010-09-26 | 1 | -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é Valim | 2010-08-29 | 1 | -1/+1 |
| | | | | ActionController::Base methods. | ||||
* | Make ActionController::Routing::Routes a DeprecatedProxy | Carlhuda | 2010-02-26 | 1 | -2/+0 |
| | |||||
* | WIP: Remove the global router | Carlhuda | 2010-02-25 | 1 | -1/+2 |
| | |||||
* | Use ActionDispatch::Routing everywhere | Martin Schürrer | 2010-02-21 | 1 | -1/+0 |
| | |||||
* | ActionMailer should depend just on AbstractController. | José Valim | 2010-01-29 | 1 | -1/+1 |
| | |||||
* | Add active_model/railtie back to generated boot.rb, add models back to ↵ | José Valim | 2010-01-25 | 1 | -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 logic | Joshua Peek | 2009-10-20 | 1 | -1/+0 |
| | |||||
* | Move Routing into AD | Joshua Peek | 2009-10-20 | 1 | -0/+3 |
| | |||||
* | Backwords compat alias for ActionController::Request and ↵ | Joshua Peek | 2009-04-14 | 1 | -0/+2 |
ActionController::Response |