aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/deprecated
Commit message (Expand)AuthorAgeFilesLines
* Deprecate ActionController::Integration, ActionController::IntegrationTest, A...Vishnu Atrai2012-01-152-0/+5
* Partial revert of #d650b71 'Remove deprecated stuff in ActionController'Carlos Antonio da Silva2010-09-262-0/+3
* Remove deprecated stuff in ActionControllerCarlos Antonio da Silva2010-09-262-3/+0
* Remove deprecated support to <% form_for %> and several ActionController::Bas...José Valim2010-08-292-161/+0
* Fixes for "router" and "routes" terminologyWincent Colaiuta2010-07-031-1/+1
* Unify routes naming by renaming router to routesPiotr Sarnacki2010-07-021-1/+1
* Clean up the config object in ActionPack. Create config_accessor which just d...José Valim2010-04-221-39/+9
* Revert "Avoid deprecation warnings and potential TypeErrors [#4404 state:reso...Carl Lerche2010-04-161-1/+0
* page_cache_extension is delegating to config so no need to deprecateSantiago Pastorino2010-04-161-1/+0
* Make perform_caching work again, with the tests passing and backward compatibleSantiago Pastorino and Carl Lerche2010-04-151-1/+0
* Revert "logger added to the deprecated config accessor" we need a major refac...Santiago Pastorino and Carl Lerche2010-04-151-1/+0
* logger added to the deprecated config accessorSantiago Pastorino2010-04-141-0/+1
* protected instance variables added to the deprecated config accessorSantiago Pastorino2010-04-141-0/+1
* asset and helper path added to the deprecated config accessorSantiago Pastorino2010-04-141-0/+2
* page_cache added to the deprecated config accessorSantiago Pastorino2010-04-141-3/+6
* config.perform_caching added to the deprecated config accessor [#4383 state:c...Santiago Pastorino2010-04-131-1/+2
* Move verification to a plugin as well: http://github.com/rails/verification.gitJosé Valim2010-04-101-9/+19
* Rename config.cookie_secret to config.secret_token and pass it as configurati...José Valim2010-04-051-5/+2
* Move filter_parameter_logger to deprecated.rbwycats2010-04-041-0/+9
* Deprecate cookie_verifier_secret in favor of config.cookie_secret allowing si...José Valim2010-03-311-0/+12
* Fixes typo (ht: Claudio Poli) [#4107 state:closed]wycats2010-03-261-1/+1
* Typo in config.action_dispatchwycats2010-03-071-1/+1
* Deprecated ActionController::Base.session_options= and ActionController::Base...Carlhuda2010-03-041-2/+15
* Move stuff from compatibility.rb to deprecated.rbCarlhuda2010-03-041-0/+118
* Cleanup deprecation notices.Joshua Peek2010-01-181-1/+1
* Get rid of prepare_each_request, since now it's a middleware initialization p...José Valim2010-01-171-3/+0
* Move Dispatcher setup to Railties and add instrumentation hook.José Valim2010-01-151-0/+31
* Allow autoloads to opt out of eager loadingJoshua Peek2009-12-121-2/+0
* Reorganize autoloads:Carlhuda2009-12-021-0/+2
* Move integration test runner into ActionDispatchJoshua Peek2009-09-232-0/+3