aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/test_process.rb
Commit message (Expand)AuthorAgeFilesLines
* Asserts now need html/document so it should require itDavid Heinemeier Hansson2005-09-211-9/+0
* Use raise instead of assert_not_nil in Test::Unit::TestCase#process to ensure...Jamis Buck2005-08-011-5/+6
* Make sure assigns are built for every request when testing #1866Jamis Buck2005-07-311-0/+9
* Allow remote_addr to be queried on TestRequest #1668Jamis Buck2005-07-311-0/+4
* Improved performance with 5-30% through a series of Action Pack optimizations...David Heinemeier Hansson2005-07-231-0/+1
* Added support for per-action session management #1763Jamis Buck2005-07-221-1/+1
* Improved testing of functional test setup.Nicholas Seckar2005-07-071-1/+37
* Fixed routing to allow for testing of *path components #1650 [Nicholas Seckar]David Heinemeier Hansson2005-07-071-1/+1
* Fixed mr recycle!David Heinemeier Hansson2005-06-301-1/+2
* Uncommented request.recycle! as it breaks more than it fixes, left test case ...David Heinemeier Hansson2005-06-301-5/+14
* A bit more routes refactoring and testDavid Heinemeier Hansson2005-06-291-5/+5
* Got back to functional testing harmonyDavid Heinemeier Hansson2005-06-291-33/+36
* Rolled back changed to test_process as it broke havok this morningDavid Heinemeier Hansson2005-06-291-13/+12
* r1475@iwill: jeremy | 2005-06-28 23:19:51 -0700Jeremy Kemper2005-06-291-12/+13
* Fixed that Functional tests do not set request.path_parameters properly #1512...David Heinemeier Hansson2005-06-261-3/+13
* Added testing of named routes #1506 [Nicholas Seckar]David Heinemeier Hansson2005-06-261-1/+6
* Removed the require hack used in functional tests that worked around an earli...Jamis Buck2005-06-141-16/+0
* Changed test requests to come from 0.0.0.0 instead of 127.0.0.1 such that the...David Heinemeier Hansson2005-06-141-1/+1
* r2495@sedna: jeremy | 2005-05-27 22:07:18 -0700Jeremy Kemper2005-06-121-0/+5
* Fixed Request#remote_ip in testing #1251 [bitsweat]David Heinemeier Hansson2005-05-191-2/+6
* Added xml_http_request/xhr method for simulating XMLHttpRequest in functional...David Heinemeier Hansson2005-04-191-0/+6
* Fixed that :get, :post, and the others should take a flash array as the third...David Heinemeier Hansson2005-04-191-2/+2
* Added assert_tag and assert_no_tag as a much improved alternative to the depr...David Heinemeier Hansson2005-04-171-0/+22
* Deprecated the majority of all the testing assertions and replaced them with ...David Heinemeier Hansson2005-04-171-16/+27
* Fixed url_for(nil) in functional tests #1116 [Alisdair McDiarmid]David Heinemeier Hansson2005-04-171-1/+2
* Added simulation of @request.request_uri in functional tests #1038 [Jamis Buck]David Heinemeier Hansson2005-04-071-0/+9
* 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