aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/test_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Functional test runner finalizes response just like the integration test runn...Joshua Peek2009-05-021-1/+3
* Start moving TestRequest and TestResponse into ActionDispatchJoshua Peek2009-04-301-2/+2
* Framework backtrace cleaning is handled by ActiveSupport nowJoshua Peek2009-04-301-27/+0
* Delegate controller.session to request.session and deprecate response session Joshua Peek2009-04-271-6/+0
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-131-0/+8
|\
| * added tests for session options being defaulted correctly to rack defaults [#...Kenny Ortmann2009-04-071-4/+0
| * adding session_options initialization and test [#2303 state:resolved]Ryan Angilly2009-03-241-0/+4
| * Reset request_parameters in TestRequest#recycle! to avoid multiple posts clob...Peter Marklund2009-03-241-0/+8
* | Temporarily modifies setup to call super directly. This can support more T::U...Yehuda Katz and Carl Lerche2009-04-081-0/+2
* | Merge commit 'rails/3-0-unstable'Yehuda Katz2009-01-301-1/+1
|\ \ | |/ |/|
| * Reorganize ActionController folder structureJoshua Peek2009-01-271-1/+1
* | Controller, response, and request should all refer to same session, even afte...Scott Taylor2009-01-291-0/+23
|/
* 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