rails/actionpack/test
2010-06-18 13:59:14 -07:00
..
abstract Use assert_respond_to because it has better error messaging 2010-05-18 02:12:06 +02:00
activerecord Cut the fat and make session stores rely on request.cookie_jar and change set_session semantics to return the cookie value instead of a boolean. 2010-05-18 03:18:23 +02:00
controller edit pass: the names of Rails components have a space, ie, "Active Record", not "ActiveRecord" 2010-06-14 23:22:04 +02:00
dispatch fix for :shallow in router not generating helpers for create, update, and destroy actions when :only or :except are used 2010-06-18 13:59:14 -07:00
fixtures render(:inline) in a layout before yield replaces original content 2010-06-13 13:56:08 +02:00
lib move FixtureResolver to a file that is accessible outside Rails' own tests 2010-05-02 22:45:54 +02:00
template Make text_helpers methods which return valid html to return it as safe and sanitize the input always unless :sanitize => false is set 2010-06-17 13:34:10 -05:00
tmp Use safe tmp dir 2009-08-13 21:03:25 -05:00
abstract_unit.rb cache_sweeper yields blank output 2010-06-08 23:20:04 +02: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