aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/deprecated/base.rb
Commit message (Collapse)AuthorAgeFilesLines
* Typo in config.action_dispatchwycats2010-03-071-1/+1
|
* Deprecated ActionController::Base.session_options= and ↵Carlhuda2010-03-041-2/+15
| | | | ActionController::Base.session_store= in favor of a config.session_store method (which takes params) and a config.cookie_secret variable, which is used in various secret scenarios. The old AC::Base options will continue to work with deprecation warnings.
* Move stuff from compatibility.rb to deprecated.rbCarlhuda2010-03-041-0/+118