Carlhuda
|
e311622e7b
|
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 |
|
Carlhuda
|
1776969627
|
Move session and session_store onto ActionDispatch and add deprecation warnings
|
2010-03-04 11:58:30 -08:00 |
|
Carl Lerche
|
15b3b74624
|
Fix all the broken tests due to the AC configuration refactor
|
2010-03-03 21:24:27 -08:00 |
|
Carlhuda
|
bcfb77782b
|
Work on deprecating ActionController::Base.relative_url_root
|
2010-03-03 15:49:52 -08:00 |
|
Carlhuda
|
bf9913f8f4
|
Move session_store and session_options to the AC configuration object
|
2010-03-03 15:49:52 -08:00 |
|
Carlhuda
|
29158d4158
|
Remove a failed attempt at refactoring AC configuration
|
2010-03-03 15:49:24 -08:00 |
|
Yehuda Katz
|
c3fa20883e
|
#include should be #extend
|
2009-10-27 09:21:01 -07:00 |
|
Yehuda Katz
|
60cc86136b
|
Base setup for config object in AC.
|
2009-10-26 15:47:08 -07:00 |
|
Carl Lerche
|
992c2db76c
|
Finish porting over the initializers to the app object and fix all the tests
|
2009-10-08 18:12:28 -07:00 |
|
Yehuda Katz
|
bd6b61be88
|
Rename /base to /metal and make base.rb and metal.rb top-level to reflect their module locations
|
2009-08-06 19:52:11 -03:00 |
|