aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/test_process.rb
Commit message (Expand)AuthorAgeFilesLines
* reset TestRequest#parameters after assigning paramtersRick Olson2006-04-221-0/+1
* add the TestCase.fixture_path when testing file uploadsRick Olson2006-03-271-1/+1
* If RAW_POST_DATA was set explicitly, use that (closes #4281)David Heinemeier Hansson2006-03-191-6/+10
* Added easy support for testing file uploads with fixture_file_upload (closes ...David Heinemeier Hansson2006-03-181-0/+43
* Added TestRequest#raw_post that simulate raw_post from CgiRequest (closes #30...David Heinemeier Hansson2006-03-161-0/+10
* Make the xml_http_request testing method set the HTTP_ACCEPT headerJamis Buck2006-03-141-0/+2
* Added better support for using the same actions to output for different sourc...David Heinemeier Hansson2006-03-111-1/+1
* Move methods from TestResponse into a module, so they can be shared with resp...Jamis Buck2006-03-091-1/+7
* restore elided TestProcess#assigns methodJamis Buck2006-03-011-6/+7
* Make TestProcess methods public for access via Integration::Session. Make ret...Jamis Buck2006-03-011-114/+105
* Fixed that the request method would be sticky in tests (closes #3849) [lars@p...David Heinemeier Hansson2006-02-201-2/+3
* Added reusable reloading support through the inclusion of the Relodable modul...David Heinemeier Hansson2006-01-291-0/+7
* Extract Test::Unit::TestCase test process behavior into an ActionController::...Sam Stephenson2006-01-201-107/+113
* Add line and file information to test process' get, post, etc methodsNicholas Seckar2005-10-161-1/+1
* reasoning behind the seemingly duplicated methodMichael Koziarski2005-10-151-1/+2
* Add code and message to test response as per #2460Michael Koziarski2005-10-151-0/+8
* Unset the X-Requested-With header when using the xhr wrapper in functional te...Sam Stephenson2005-10-131-1/+3
* Testing should also use a default REQUEST_METHODDavid Heinemeier Hansson2005-09-291-0/+1
* 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