This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
rails
Watch
1
Star
1
Fork
0
You've already forked rails
mirror of
https://github.com/github/rails.git
synced
2026-04-26 03:00:59 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fb89aba8b45bc5adbd3181ebb2e92ec99e63f821
rails
/
railties
/
test
/
application
/
initializers
History
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
..
boot_test.rb
Refactor railties test, break huge files in smaller chunks and move initializers to application folder.
2010-01-26 13:57:11 +01:00
check_ruby_version_test.rb
Refactor railties test, break huge files in smaller chunks and move initializers to application folder.
2010-01-26 13:57:11 +01:00
frameworks_test.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
i18n_test.rb
Refactor railties test, break huge files in smaller chunks and move initializers to application folder.
2010-01-26 13:57:11 +01:00
initializers_test.rb
Revert behavior from
a5684dfa3c
and ensure after_initializer is executed after to_prepare callbacks.
2010-02-19 08:15:49 +01:00
load_path_test.rb
Add more tests to some key points in Railties.
2010-01-28 10:28:41 -08:00
notifications_test.rb
Rename Rails::Subscriber to Rails::LogSubscriber
2010-02-16 22:36:15 +01:00