aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/assertions
Commit message (Expand)AuthorAgeFilesLines
* Merge with docrails.Pratik Naik2008-07-161-4/+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
* Merge docrails.Pratik Naik2008-05-254-20/+21
* Merge docrails:Pratik Naik2008-05-091-13/+13
* Ruby 1.9 compat: force assert_select text encoding to the encoding of the reg...Jeremy Kemper2008-04-281-1/+4
* assert_response, don't cry if @exception isn't available in the templateJeremy Kemper2008-03-181-1/+3
* Make assert_routing aware of the HTTP method used. Closes #8039 [mpalmer]Michael Koziarski2008-01-301-2/+5
* 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-054-37/+128
* Add examples in the documentation for various assertions. Closes #9938 [zapnap]Marcel Molina2007-12-053-5/+48
* Make sure assert_select_rjs gets counted, Closes #10278 [tarmo]Michael Koziarski2007-11-291-1/+2
* Standardize on using hyphens rather than colons to separate option names from...Marcel Molina2007-11-062-9/+11
* Fix broken tag in assert_tag documentation. Closes #9037 [mfazekas]Marcel Molina2007-11-061-3/+3
* Update tests for ActiveSupport's JSON escaping change. [rick]Rick Olson2007-10-261-0/+1
* 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-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