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
|
9795bf0e74
|
Fix Sam Ruby's tests and deprecation warnings
|
2010-03-04 12:12:04 -08:00 |
|
Carlhuda
|
57bae9764e
|
Fix a test that assumes that defined?(ActiveRecord) == defined?(ActiveRecord::Base)
|
2010-03-02 12:31:29 -08:00 |
|
José Valim
|
7fe4ca3253
|
Add a test for default_url_options in AM.
|
2010-02-21 13:19:21 +01:00 |
|
José Valim
|
e49f94d71c
|
Revert behavior from a5684dfa3c and ensure after_initializer is executed after to_prepare callbacks.
|
2010-02-19 08:15:49 +01:00 |
|
José Valim
|
a5684dfa3c
|
Ensure config.after_initializer is executed before building the middleware stack.
|
2010-02-18 18:56:11 +01:00 |
|
Prem Sichanugrist
|
f0523f72b4
|
Rename Rails::Subscriber to Rails::LogSubscriber
|
2010-02-16 22:36:15 +01:00 |
|
José Valim
|
e7418ab63c
|
Add more tests to some key points in Railties.
Signed-off-by: Carl Lerche <carllerche@mac.com>
|
2010-01-28 10:28:41 -08:00 |
|
José Valim
|
1dca7ebc93
|
Refactor railties test, break huge files in smaller chunks and move initializers to application folder.
|
2010-01-26 13:57:11 +01:00 |
|