aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/action_pack_assertions_test.rb
Commit message (Expand)AuthorAgeFilesLines
* added assert_valid to APTobias Lütke2005-10-161-1/+51
* Make assert_redirected_to properly check URL's passed as strings #1910 [Scott...Jamis Buck2005-08-061-0/+10
* Improved performance of test app req/sec with ~10% refactoring the render met...David Heinemeier Hansson2005-07-241-1/+1
* Fix test broken by [1648]Jamis Buck2005-07-041-1/+1
* Fixed assert_redirected_to to handle absolute controller paths properly #1472...David Heinemeier Hansson2005-06-271-4/+23
* Fixed that Functional tests do not set request.path_parameters properly #1512...David Heinemeier Hansson2005-06-261-1/+10
* Deprecated redirect_to_path and redirect_to_url in favor of letting redirect_...David Heinemeier Hansson2005-05-221-2/+2
* Fixed assert_redirect_to to work with redirect_to_path #869 [Nicholas Seckar]David Heinemeier Hansson2005-05-191-1/+16
* Deprecated the majority of all the testing assertions and replaced them with ...David Heinemeier Hansson2005-04-171-2/+1
* Added a much improved Flash module that allows for finer-grained control on e...David Heinemeier Hansson2005-03-201-2/+1
* Fixed that assert_template_xpath_matches did not indicate when a path was not...David Heinemeier Hansson2005-02-181-0/+7
* Stringify the parameters on follow_redirectDavid Heinemeier Hansson2005-02-121-1/+3
* Added follow_redirect method for functional tests that'll get-request the red...David Heinemeier Hansson2005-02-121-0/+19
* Fixed documentation snafus #575, #576, #577, #585David Heinemeier Hansson2005-02-071-1/+1
* Killed the out of place alias and made sure you can use the different HTTP me...David Heinemeier Hansson2004-12-081-0/+12
* Added all the HTTP methods as alternatives to the generic "process" for funct...David Heinemeier Hansson2004-12-071-1/+27
* InitialDavid Heinemeier Hansson2004-11-241-0/+323