aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/assertions/response_assertions.rb
Commit message (Expand)AuthorAgeFilesLines
* Add many examples to assertion documentation. Closes #7803 [jeremymcanally]Marcel Molina2007-12-051-0/+1
* Add examples in the documentation for various assertions. Closes #9938 [zapnap]Marcel Molina2007-12-051-3/+27
* Standardize on using hyphens rather than colons to separate option names from...Marcel Molina2007-11-061-4/+4
* Improve the error message for assert_redirected_to. Closes #7337 [mikong, san...Jeremy Kemper2007-10-161-3/+2
* 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-091-1/+1
* documentation project patches, closes #7342, #7319, #7316, #7190 [jeremymcana...Rick Olson2007-03-271-0/+2
* Use a consistent load path to avoid double requires. Fix some scattered Ruby ...Jeremy Kemper2007-01-281-1/+1
* Fix assert_redirected_to bug where redirecting from a nested to to a top-leve...Rick Olson2006-12-251-2/+2
* assert_response supports symbolic status codes. Closes #6569.Jeremy Kemper2006-11-071-11/+15
* Moved in deprecated assertions and remove duplicated requiresDavid Heinemeier Hansson2006-09-031-2/+0
* Follow proper naming conventionsDavid Heinemeier Hansson2006-09-031-0/+137