aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/test_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Reorganize ActionController folder structureJoshua Peek2009-01-271-1/+1
* Ruby 1.9 compat: rescue Exception since minitest's assertion doesn't subclass...Jeremy Kemper2008-11-081-2/+2
* Move controller assertions from base TestCase to AC:: and AV::TestCaseJeremy Kemper2008-11-071-13/+9
* Make sure named routes with parameters can be used in tests before a request ...Eloy Duran2008-10-131-0/+1
* Add TestUploadFile.content_type= to match Request.UploadedFileTim Haines2008-08-271-0/+5
* Prepare Route#generate and Route#recognize early. Also refactor segments a bi...Joshua Peek2008-07-281-2/+2
* Routing whitespace cleanupJoshua Peek2008-07-281-11/+10
* Remove old broken follow_redirect from functional tests. Still works in inte...Michael Koziarski2008-07-041-18/+0
* Ruby 1.9 compat: ensure binary encoding for post body parsingJeremy Kemper2008-05-191-5/+15
* Fixed flash.now not being accessible in tests. Flash sweeping is now done bef...Andreas Neuhaus2008-05-111-0/+10
* Allow using named routes in ActionController::TestCase before any request has...Pratik Naik2008-03-081-0/+11
* TestSession supports indifferent access. Closes #7372.Jeremy Kemper2008-02-021-0/+26
* Make assert_routing aware of the HTTP method used. Closes #8039 [mpalmer]Michael Koziarski2008-01-301-0/+7
* * Continue evolution toward ActiveSupport::TestCase and friends. #10679 [Jos...Jeremy Kemper2008-01-051-10/+1
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-3/+2
* Ensure that test case setup is run even if overridden. Closes #10382.Jeremy Kemper2007-12-281-1/+10
* Fixed send_file/binary_content for testing (closes #8044) [tolsen]David Heinemeier Hansson2007-12-051-0/+9
* Fix typos (closes #10378)David Heinemeier Hansson2007-12-051-1/+1
* Introduce TestCase subclasses for testing rails applications allowing tests t...Michael Koziarski2007-10-261-0/+32
* request.parameters doesn't overwrite request.request_parameters. Closes #9949...Jeremy Kemper2007-10-221-2/+2
* Add tests for [7727]. Closes #6090 [dkubb, mpalmer, tarmo]Jeremy Kemper2007-10-081-0/+15
* Fixed spelling errors (closes #9706) [tarmo/rmm5t]David Heinemeier Hansson2007-09-281-2/+2
* Add option to force binary mode on tempfile used for fixture_file_upload. Clo...Jeremy Kemper2007-09-141-0/+24
* Fix assert_select for XML documents. Closes #8173. [dasil003]Michael Koziarski2007-09-081-0/+24
* Include location header in args.Jeremy Kemper2007-05-181-2/+1
* Introduce the request.body stream. Lazy-read to parse parameters rather than ...Jeremy Kemper2007-05-151-2/+13
* Expect string response body.Jeremy Kemper2007-04-241-1/+1
* Deprecation: remove deprecated url_for(:symbol, *args) and redirect_to(:symbo...Jeremy Kemper2007-03-131-14/+0
* Revert [6086] and [6087] since they caused a major regression with functional...Jeremy Kemper2007-02-101-14/+0
* TestSession supports indifferent access so session['foo'] == session[:foo] in...Jeremy Kemper2007-01-281-0/+14
* Fix Test::Unit::TestCase#clean_backtraceJeremy Kemper2007-01-281-2/+30
* Fix assert_redirected_to bug where redirecting from a nested to to a top-leve...Rick Olson2006-12-251-1/+1
* @response.redirect_url works with 201 Created responses: just return headers[...Jeremy Kemper2006-11-281-0/+19
* Fix broken assert_generates when extra keys are being checked.Jamis Buck2006-10-161-0/+4
* Fix assert_tag so that :content => "foo" does not match substrings, but only ...Jamis Buck2006-09-101-2/+9
* Add test case to test attribute matching by assert_tagJamis Buck2006-09-091-0/+10
* test_test deprecation and cosmeticsJeremy Kemper2006-09-041-22/+24
* Cleanup assert_tag :children counting. Closes #2181.Jeremy Kemper2006-09-031-0/+2
* New routes implementation. Simpler, faster, easier to understand. The publish...Jamis Buck2006-06-011-6/+7
* follow_redirect doesn't complain about being redirected to the same controlle...Jeremy Kemper2006-05-221-7/+39
* Diff compared options with #assert_redirected_to [Rick]Rick Olson2006-04-221-2/+9
* 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