rails/actionpack/test
Andrew White 31f09f9dbc Improve testing of cookies in functional tests:
- cookies can be set using string or symbol keys
- cookies are preserved across calls to get, post, etc.
- cookie names and values are escaped
- cookies can be cleared using @request.cookies.clear

[#6272 state:resolved]
2011-03-06 12:49:44 +00:00
..
abstract removing usesless variable assignments 2011-01-18 15:52:56 -08:00
activerecord Replace rudimentary named_scope with scope. [#6052 state:resolved] 2010-12-15 14:02:30 -08:00
controller Action Pack typos. 2011-03-05 11:56:35 +01:00
dispatch Improve testing of cookies in functional tests: 2011-03-06 12:49:44 +00:00
fixtures Add a test for 'render :layout' 2011-02-03 12:55:32 -02:00
lib Fix tests on 1.9.2. 2010-11-28 12:48:50 +01:00
template added failing test for fields_for with a record object that inherits from Hash 2011-03-06 05:18:56 +00: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