1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_controller/deprecated
2010-03-04 16:05:52 -08:00
..
base.rb Deprecated ActionController::Base.session_options= and 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. 2010-03-04 16:05:52 -08:00
dispatcher.rb Cleanup deprecation notices. 2010-01-18 09:49:38 -06:00
integration_test.rb Allow autoloads to opt out of eager loading 2009-12-12 18:41:26 -06:00
performance_test.rb