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 Move integration test runner into ActionDispatch 2009-09-23 22:38:19 -05:00