aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/test_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix assert_redirected_to so it works with symbolsJamis Buck2006-03-201-3/+18
* Added easy support for testing file uploads with fixture_file_upload (closes ...David Heinemeier Hansson2006-03-181-0/+27
* Added TestRequest#raw_post that simulate raw_post from CgiRequest (closes #30...David Heinemeier Hansson2006-03-161-0/+17
* Fixed that the request method would be sticky in tests (closes #3849) [lars@p...David Heinemeier Hansson2006-02-201-0/+6
* Fix the html-scanner to count children correctly, playing nicely with :only, ...Jamis Buck2005-10-181-2/+19
* Unset the X-Requested-With header when using the xhr wrapper in functional te...Sam Stephenson2005-10-131-0/+5
* Make assert_tag :children count appropriately. Closes #2181.Marcel Molina2005-10-091-1/+128
* Use raise instead of assert_not_nil in Test::Unit::TestCase#process to ensure...Jamis Buck2005-08-011-0/+17
* Allow remote_addr to be queried on TestRequest #1668Jamis Buck2005-07-311-1/+14
* Improved rendering speed on complicated templates by up to 25% #1234 [Stephan...David Heinemeier Hansson2005-07-211-0/+1
* Fix assert_routing with nested controllers. Closes #1582 and #1386.Nicholas Seckar2005-07-151-3/+12
* Improved testing of functional test setup.Nicholas Seckar2005-07-071-3/+37
* Uncommented request.recycle! as it breaks more than it fixes, left test case ...David Heinemeier Hansson2005-06-301-4/+15
* Got back to functional testing harmonyDavid Heinemeier Hansson2005-06-291-0/+21
* r1475@iwill: jeremy | 2005-06-28 23:19:51 -0700Jeremy Kemper2005-06-291-5/+5
* Updated assert_generates/routing to the new Routes code #1498 [Rick Olson]David Heinemeier Hansson2005-06-251-0/+4
* Added assert_tag and assert_no_tag as a much improved alternative to the depr...David Heinemeier Hansson2005-04-171-0/+37
* Added simulation of @request.request_uri in functional tests #1038 [Jamis Buck]David Heinemeier Hansson2005-04-071-0/+25
* Added fourth option to process in test cases to specify the content of the fl...David Heinemeier Hansson2005-03-261-0/+25