aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/assertions/response_assertions.rb
Commit message (Expand)AuthorAgeFilesLines
* Reorganize ActionController folder structureJoshua Peek2009-01-271-150/+0
* Add :partial option to assert_template [#1550 state:resolved]mark2008-12-111-13/+43
* Autoload HTML::Document and sanitizersJeremy Kemper2008-11-231-3/+0
* Make assert_template failure message more friendlyJeffrey Hardy2008-08-051-2/+2
* Small tweak to e0fef66Joshua Peek2008-07-131-3/+3
* Made ActionView::Base#first_render a little more private. And added _last_ren...Joshua Peek2008-07-131-2/+2
* Refactor template preloading. New abstractions include Renderable mixins and ...Joshua Peek2008-07-121-1/+1
* Restore support for partial matches in assert_redirected_toMichael Koziarski2008-07-121-2/+9
* Simplify the implementation of assert_redirected_to to normalise the urls bef...Michael Koziarski2008-07-041-76/+20
* Fix assert_redirected_to for nested controllers and named routesGabe da Silveira2008-06-041-1/+1
* assert_response, don't cry if @exception isn't available in the templateJeremy Kemper2008-03-181-1/+3
* assert_response failures include the exception message. Closes #10688.Jeremy Kemper2008-01-051-1/+5
* 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