aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/test_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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