| Commit message (Expand) | Author | Age | Files | Lines |
* | Partial revert of #d650b71 'Remove deprecated stuff in ActionController' | Carlos Antonio da Silva | 2010-09-26 | 2 | -0/+3 |
* | Remove deprecated stuff in ActionController | Carlos Antonio da Silva | 2010-09-26 | 2 | -3/+0 |
* | Remove deprecated support to <% form_for %> and several ActionController::Bas... | José Valim | 2010-08-29 | 2 | -161/+0 |
* | Fixes for "router" and "routes" terminology | Wincent Colaiuta | 2010-07-03 | 1 | -1/+1 |
* | Unify routes naming by renaming router to routes | Piotr Sarnacki | 2010-07-02 | 1 | -1/+1 |
* | Clean up the config object in ActionPack. Create config_accessor which just d... | José Valim | 2010-04-22 | 1 | -39/+9 |
* | Revert "Avoid deprecation warnings and potential TypeErrors [#4404 state:reso... | Carl Lerche | 2010-04-16 | 1 | -1/+0 |
* | page_cache_extension is delegating to config so no need to deprecate | Santiago Pastorino | 2010-04-16 | 1 | -1/+0 |
* | Make perform_caching work again, with the tests passing and backward compatible | Santiago Pastorino and Carl Lerche | 2010-04-15 | 1 | -1/+0 |
* | Revert "logger added to the deprecated config accessor" we need a major refac... | Santiago Pastorino and Carl Lerche | 2010-04-15 | 1 | -1/+0 |
* | logger added to the deprecated config accessor | Santiago Pastorino | 2010-04-14 | 1 | -0/+1 |
* | protected instance variables added to the deprecated config accessor | Santiago Pastorino | 2010-04-14 | 1 | -0/+1 |
* | asset and helper path added to the deprecated config accessor | Santiago Pastorino | 2010-04-14 | 1 | -0/+2 |
* | page_cache added to the deprecated config accessor | Santiago Pastorino | 2010-04-14 | 1 | -3/+6 |
* | config.perform_caching added to the deprecated config accessor [#4383 state:c... | Santiago Pastorino | 2010-04-13 | 1 | -1/+2 |
* | Move verification to a plugin as well: http://github.com/rails/verification.git | José Valim | 2010-04-10 | 1 | -9/+19 |
* | Rename config.cookie_secret to config.secret_token and pass it as configurati... | José Valim | 2010-04-05 | 1 | -5/+2 |
* | Move filter_parameter_logger to deprecated.rb | wycats | 2010-04-04 | 1 | -0/+9 |
* | Deprecate cookie_verifier_secret in favor of config.cookie_secret allowing si... | José Valim | 2010-03-31 | 1 | -0/+12 |
* | Fixes typo (ht: Claudio Poli) [#4107 state:closed] | wycats | 2010-03-26 | 1 | -1/+1 |
* | Typo in config.action_dispatch | wycats | 2010-03-07 | 1 | -1/+1 |
* | Deprecated ActionController::Base.session_options= and ActionController::Base... | Carlhuda | 2010-03-04 | 1 | -2/+15 |
* | Move stuff from compatibility.rb to deprecated.rb | Carlhuda | 2010-03-04 | 1 | -0/+118 |
* | Cleanup deprecation notices. | Joshua Peek | 2010-01-18 | 1 | -1/+1 |
* | Get rid of prepare_each_request, since now it's a middleware initialization p... | José Valim | 2010-01-17 | 1 | -3/+0 |
* | Move Dispatcher setup to Railties and add instrumentation hook. | José Valim | 2010-01-15 | 1 | -0/+31 |
* | Allow autoloads to opt out of eager loading | Joshua Peek | 2009-12-12 | 1 | -2/+0 |
* | Reorganize autoloads: | Carlhuda | 2009-12-02 | 1 | -0/+2 |
* | Move integration test runner into ActionDispatch | Joshua Peek | 2009-09-23 | 2 | -0/+3 |