1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/test
2010-03-08 14:46:57 +01:00
..
abstract More refactoring on the views side of rendering. 2010-03-08 14:46:57 +01:00
activerecord Fix failing Action Pack tests 2010-03-02 14:41:12 -08:00
controller Get rid of relative_url_path in favor of respecting SCRIPT_NAME. Also added a way to specify a default SCRIPT_NAME when generating URLs out of the context of a request. 2010-03-04 17:43:46 -08:00
dispatch Remove the ability to set the mountpoint when initializing a route set. 2010-03-04 22:17:25 -08:00
fixtures Solved a problem that prevented render :file => work in layouts 2010-03-05 08:52:10 -08:00
lib First take on ViewPaths clean up. 2010-03-07 12:49:27 +01:00
template Added template lookup responsible to hold all information used in template lookup. 2010-03-07 19:41:58 +01: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