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
ecf84b239f30e647b8bb12fb34f4569975bef4de
rails
/
actionpack
/
test
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
..
abstract
Renamed LocalizedCache to DetailsCache.
2010-02-24 22:17:26 +01:00
activerecord
Fix failing Action Pack tests
2010-03-02 14:41:12 -08:00
controller
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
dispatch
Deprecate IP spoofing settings that are directly on the controller in favor of configuring a middleware
2010-03-03 21:24:00 -08:00
fixtures
Fix render :file => "#{Rails.root}/public/404.html", :status => :not_found.
Closes
#8994
2010-02-23 22:45:42 -08:00
lib
Require persisted? in ActiveModel::Lint and remove new_record? and destroyed? methods. ActionPack does not care if the resource is new or if it was destroyed, it cares only if it's persisted somewhere or not.
2010-02-21 11:12:14 +01:00
template
Move stuff from compatibility.rb to deprecated.rb
2010-03-04 16:05:52 -08:00
tmp
Use safe tmp dir
2009-08-13 21:03:25 -05:00
abstract_unit.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
active_record_unit.rb
Autoload AR test case
2010-01-04 16:50:01 -06:00
ts_isolated.rb
Give useful test:isolated failures
2009-11-04 12:44:06 -08:00