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-11-25 11:50:29 +01:00
..
abstract Avoid (@_var ||= nil) pattern by using initialize methods and ensuring everyone calls super as expected. 2010-09-29 11:18:31 +02:00
activerecord Ensure calling reset session twice does not raise errors. 2010-11-20 21:56:08 +01:00
controller If a user wants json output then try best to render json output. In such cases prefer kind_of(String) over respond_to?(to_str) 2010-11-24 22:08:36 +01:00
dispatch Dynamically generaeted helpers on collection should not clobber resources url helper [#6028 state:resolved] 2010-11-25 11:50:29 +01:00
fixtures add the fixture file 2010-11-22 23:06:13 +01:00
lib If a user wants json output then try best to render json output. In such cases prefer kind_of(String) over respond_to?(to_str) 2010-11-24 22:08:36 +01:00
template Allow template handlers to store temp data. 2010-11-24 12:38:52 +01:00
tmp Use safe tmp dir 2009-08-13 21:03:25 -05:00
abstract_unit.rb do not require ruby-debug automatically. please require it if you have declared it as a dependency 2010-11-19 16:26:09 -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