aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/assertions
Commit message (Expand)AuthorAgeFilesLines
* Fix url_for, redirect_to, etc. with :controller => :symbol instead of 'string...Jeremy Kemper2007-10-071-1/+2
* Roll back #7578, tests failedDavid Heinemeier Hansson2007-09-221-2/+3
* Improve the error message for assert_redirected_to (closes #7337) [sandofsky]David Heinemeier Hansson2007-09-221-3/+2
* Random hits from the style naziDavid Heinemeier Hansson2007-09-094-7/+14
* fix test cases to match new json output. Closes #8371Rick Olson2007-05-291-0/+2
* Add support for assert_select_rjs with :show and :hide. #7780 [dchelimsky]Marcel Molina2007-05-261-5/+8
* Make assert_select's failure messages clearer about what failed. #7779 [dchel...Marcel Molina2007-05-261-11/+19
* documentation project patches, closes #7342, #7319, #7316, #7190 [jeremymcana...Rick Olson2007-03-274-3/+6
* Make assert_select access content_type through accessor instead of headerDavid Heinemeier Hansson2007-02-211-1/+1
* fix form_for example in ActionController::Resources documentation. Closes #7...Rick Olson2007-02-041-4/+20
* Use a consistent load path to avoid double requires. Fix some scattered Ruby ...Jeremy Kemper2007-01-283-4/+4
* Remove deprecated assertions.Jeremy Kemper2007-01-281-228/+0
* Nodoc the irrelevant (from 1.2)David Heinemeier Hansson2007-01-261-1/+1
* Fix assert_redirected_to bug where redirecting from a nested to to a top-leve...Rick Olson2006-12-251-2/+2
* assert_select_rjs :removeJeremy Kemper2006-11-151-7/+21
* assert_response supports symbolic status codes. Closes #6569.Jeremy Kemper2006-11-071-11/+15
* Use new deprecate syntax so that alternatives are given with the warningJamis Buck2006-10-241-26/+26
* Fix broken assert_generates when extra keys are being checked.Jamis Buck2006-10-161-1/+1
* Fix typoNicholas Seckar2006-10-091-2/+2
* Fixed that assert_select selects the wrong tag by its contents (closes #6332)...David Heinemeier Hansson2006-10-091-66/+64
* assert_select_rjs decodes escaped unicode chars since the Javascript generato...Jeremy Kemper2006-09-291-17/+23
* Add chained replace/update support for assert_select_rjs [Rick Olson]Rick Olson2006-09-141-10/+25
* Active Record integration deprecation testsJeremy Kemper2006-09-041-3/+3
* Deprecate deprecated assertionsDavid Heinemeier Hansson2006-09-031-0/+26
* Moved in deprecated assertions and remove duplicated requiresDavid Heinemeier Hansson2006-09-037-16/+202
* Follow proper naming conventionsDavid Heinemeier Hansson2006-09-036-0/+0
* Better compartmentalizing of assertionsDavid Heinemeier Hansson2006-09-036-0/+939
* Deprecated the majority of all the testing assertions and replaced them with ...David Heinemeier Hansson2005-04-172-334/+0
* Added assert_no_cookie and fixed assert_cookie_equal to deal with non-existin...David Heinemeier Hansson2005-04-021-2/+11
* Introduce to_param to assert_redirected_to #880David Heinemeier Hansson2005-03-201-1/+1
* Added fine-grained assertions for RoutingDavid Heinemeier Hansson2005-02-221-17/+34
* Upgraded to breakpoint 92David Heinemeier Hansson2005-02-201-2/+1
* Fixed that assert_template_xpath_matches did not indicate when a path was not...David Heinemeier Hansson2005-02-181-1/+8
* A hopefully more successful attempt at the Routing branch mergeDavid Heinemeier Hansson2005-02-151-1/+31
* Backed out of routing merge.. investigating missing patchesDavid Heinemeier Hansson2005-02-151-31/+1
* Merged back the Routing branchDavid Heinemeier Hansson2005-02-151-1/+31
* Fixed documentation snafus #575, #576, #577, #585David Heinemeier Hansson2005-02-071-1/+1
* Added assert_cookie_equal to assert the contents of a named cookieDavid Heinemeier Hansson2005-01-171-0/+8
* Added the possibility of having validate be protected for assert_(in)valid_co...David Heinemeier Hansson2004-12-071-2/+2
* InitialDavid Heinemeier Hansson2004-11-242-0/+264