aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/test_process.rb
Commit message (Expand)AuthorAgeFilesLines
* Added fourth option to process in test cases to specify the content of the fl...David Heinemeier Hansson2005-03-261-1/+2
* Added a much improved Flash module that allows for finer-grained control on e...David Heinemeier Hansson2005-03-201-2/+2
* Added assigns shortcut for @response.template.assigns to controller test case...David Heinemeier Hansson2005-03-101-1/+5
* A hopefully more successful attempt at the Routing branch mergeDavid Heinemeier Hansson2005-02-151-2/+20
* Backed out of routing merge.. investigating missing patchesDavid Heinemeier Hansson2005-02-151-20/+2
* Merged back the Routing branchDavid Heinemeier Hansson2005-02-151-2/+20
* Stringify the parameters on follow_redirectDavid Heinemeier Hansson2005-02-121-1/+1
* Added follow_redirect method for functional tests that'll get-request the red...David Heinemeier Hansson2005-02-121-1/+9
* Fixed that cookies shouldn't be frozen in TestRequest #571 [Eric Hodel]David Heinemeier Hansson2005-02-071-6/+2
* Added TestResponse#binary_content that'll return as a string the data sent th...David Heinemeier Hansson2005-01-201-0/+17
* Fixed that controller tests can now assert on the use of cookies #466 [Alexey]David Heinemeier Hansson2005-01-131-0/+9
* Apparently the temp hack for functional tests was still neededDavid Heinemeier Hansson2005-01-101-0/+16
* Removed temporary hack for test/unit problems that only worked for functional...David Heinemeier Hansson2005-01-101-16/+0
* Fixed problems with running multiple functional tests in Rails under 1.8.2 by...David Heinemeier Hansson2005-01-021-0/+16
* Fixed that @request.remote_ip didn't work in the test environment #369 [Bruno...David Heinemeier Hansson2004-12-311-4/+4
* Added Request#port_string to get something like ":8080" back on 8080 and "" o...David Heinemeier Hansson2004-12-181-0/+4
* Updated documentationDavid Heinemeier Hansson2004-12-161-18/+21
* Killed the out of place alias and made sure you can use the different HTTP me...David Heinemeier Hansson2004-12-081-6/+5
* Added all the HTTP methods as alternatives to the generic "process" for funct...David Heinemeier Hansson2004-12-071-1/+14
* Added TestSession#session_id that returns an empty string to make it easier t...David Heinemeier Hansson2004-12-061-0/+4
* InitialDavid Heinemeier Hansson2004-11-241-0/+195