aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/integration.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary route reload in integration tests, obsoleted by [7676]. Cl...Michael Koziarski2007-11-191-1/+0
* Remove unneeded code to disable optimisations. the defined?(request) stuff t...Michael Koziarski2007-11-171-3/+0
* Factor Integration::Runner behavior out of IntegrationTest. Introduce Session...Jeremy Kemper2007-11-011-72/+85
* Integration tests: get_ and post_via_redirect take a headers hash. Closes #9130.Jeremy Kemper2007-10-271-6/+7
* More Performant Cookie Regexp for Integration tests. [Ola Bini]Michael Koziarski2007-10-161-1/+1
* Missed post_via_redirect. References #6834Michael Koziarski2007-10-131-1/+1
* Define get_via_redirect as well. Closes #6834 [colthorp]Michael Koziarski2007-10-131-1/+2
* Move ActionController::Routing.optimise_named_routes to ActionController::Bas...Rick Olson2007-10-031-1/+1
* Ruby 1.9 compat, consistent load pathsJeremy Kemper2007-10-021-8/+8
* Fixed spelling errors (closes #9706) [tarmo/rmm5t]David Heinemeier Hansson2007-09-281-1/+1
* Random hits from the style naziDavid Heinemeier Hansson2007-09-091-8/+7
* Removed deprecated form of calling xml_http_request/xhr without the first arg...David Heinemeier Hansson2007-09-091-9/+0
* Optimise named route generation when using positional arguments. Closes #945...Michael Koziarski2007-09-091-0/+4
* Documentation tweaks and fixes. Closes #9454 [sur, kampers]Jeremy Kemper2007-08-311-1/+1
* Revert [6811]. Should be fixed instead of selectively reintroducing the depre...Jeremy Kemper2007-05-231-1/+0
* Set RAW_POST_DATA in integration tests as expectedTobias Lütke2007-05-221-0/+1
* Integration tests: alias xhr to xml_http_request and add a request_method arg...Jeremy Kemper2007-05-211-20/+30
* Parse url-encoded and multipart requests ourselves instead of delegating to CGI.Jeremy Kemper2007-05-181-1/+1
* Pass stdinput to super.Jeremy Kemper2007-05-181-4/+3
* Add ActionController::Routing::Helpers, a module to contain common URL helper...Nicholas Seckar2007-05-121-1/+1
* Integration tests: introduce methods for other HTTP methods. Closes #6353.Jeremy Kemper2007-02-221-1/+1
* Use a consistent load path to avoid double requires. Fix some scattered Ruby ...Jeremy Kemper2007-01-281-1/+1
* Make sure html_document is reset between integration test requests (closes #6...Jamis Buck2007-01-011-0/+2
* Merge [5641] to TrunkMichael Koziarski2006-11-271-1/+1
* Use Location rather than location header.Jeremy Kemper2006-11-261-1/+1
* Still need the regular assertionsDavid Heinemeier Hansson2006-09-051-0/+1
* Better bundling of new assertions and make integration tests work againDavid Heinemeier Hansson2006-09-051-1/+1
* Integration tests: thoroughly test ActionController::Integration::Session. Cl...Jeremy Kemper2006-09-031-7/+18
* Added deprecation language for in_place_editor and auto_complete_field that b...David Heinemeier Hansson2006-09-031-1/+0
* Integration tests: headers beginning with X aren't excluded from the HTTP_ pr...Jeremy Kemper2006-09-011-1/+1
* Typo in integration app session. Closes #5864.Jeremy Kemper2006-08-261-1/+1
* r4886@ks: jeremy | 2006-07-31 00:01:55 -0700Jeremy Kemper2006-07-311-1/+1
* Fixed that integration simulation of XHRs should set Accept header as well [E...David Heinemeier Hansson2006-07-311-1/+5
* Update integration.rb to require test_process explicitly instead of via Depen...Nicholas Seckar2006-07-271-0/+1
* Reset @html_document between requests so assert_tag works. Closes #4810.Jeremy Kemper2006-07-081-0/+2
* Integration tests behave well with render_component. Closes #4632.Jeremy Kemper2006-07-081-2/+4
* Tweaks to integration tests and url rewriter for further compatibility with n...Jamis Buck2006-06-011-2/+2
* Add Integration Session methods for PUT and DELETE requests [Rick]Rick Olson2006-04-301-7/+10
* Replace alias method chaining with Module#alias_method_chain. [Marcel Molina ...Marcel Molina2006-04-291-3/+2
* Documentation fix: integration test scripts don't require integration_test. C...Marcel Molina2006-04-271-2/+0
* Enhance documentation for setting headers in integration tests. Skip auto HTT...Marcel Molina2006-04-261-4/+10
* Delegate xml_http_request in integration tests to the session instance.Jamis Buck2006-04-041-1/+1
* Fixed docsDavid Heinemeier Hansson2006-03-281-4/+3
* Use example.com as standard (closes #4413) [anna]David Heinemeier Hansson2006-03-251-2/+2
* Add Integration::Session.accept for setting the HTTP Accept header to use (de...Jamis Buck2006-03-181-1/+6
* rename 'integration_test.rb' -> 'integration.rb'Jamis Buck2006-03-181-0/+520