Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

root/trunk/actionpack/lib/action_controller/integration.rb


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @9188 [9188] 04/01/08 06:11:40 bitsweat Ruby 1.9 compat: don't confuse with headers method call
(edit) @8978 [8978] 03/03/08 06:42:24 nzkoz Allow file uploads in Integration Tests. Closes #11091 [RubyRedRick]
(edit) @8483 [8483] 12/22/07 19:03:01 bitsweat Integration tests use ActionController::Dispatcher rather than the old …
(edit) @8429 [8429] 12/17/07 00:39:19 david Added delete_via_redirect and put_via_redirect to integration testing …
(edit) @8426 [8426] 12/17/07 00:10:18 david Allow headers[Accept] to be set by hand when calling xml_http_request …
(edit) @8168 [8168] 11/19/07 23:11:26 nzkoz Remove unnecessary route reload in integration tests, obsoleted by [7676]. …
(edit) @8163 [8163] 11/17/07 03:57:42 nzkoz Remove unneeded code to disable optimisations. the defined?(request) …
(edit) @8064 [8064] 11/01/07 07:59:24 bitsweat Factor Integration::Runner behavior out of IntegrationTest. Introduce …
(edit) @8047 [8047] 10/27/07 20:38:08 bitsweat Integration tests: get_ and post_via_redirect take a headers hash. Closes …
(edit) @7946 [7946] 10/16/07 20:19:27 nzkoz More Performant Cookie Regexp for Integration tests. [Ola Bini]
(edit) @7851 [7851] 10/13/07 03:34:24 nzkoz Missed post_via_redirect. References #6834
(edit) @7850 [7850] 10/13/07 03:32:20 nzkoz Define get_via_redirect as well. Closes #6834 [colthorp]
(edit) @7724 [7724] 10/03/07 05:47:41 rick Move ActionController::Routing.optimise_named_routes to …
(edit) @7719 [7719] 10/02/07 05:32:14 bitsweat Ruby 1.9 compat, consistent load paths
(edit) @7666 [7666] 09/28/07 14:18:47 david Fixed spelling errors (closes #9706) [tarmo/rmm5t]
(edit) @7438 [7438] 09/09/07 23:12:57 david Random hits from the style nazi
(edit) @7436 [7436] 09/09/07 23:00:17 david Removed deprecated form of calling xml_http_request/xhr without the first …
(edit) @7421 [7421] 09/09/07 00:18:55 nzkoz Optimise named route generation when using positional arguments. Closes …
(edit) @7383 [7383] 08/31/07 19:07:42 bitsweat Documentation tweaks and fixes. Closes #9454 [sur, kampers]
(edit) @6816 [6816] 05/23/07 06:11:48 bitsweat Revert [6811]. Should be fixed instead of selectively reintroducing the …
(edit) @6811 [6811] 05/22/07 22:26:00 xal Set RAW_POST_DATA in integration tests as expected
(edit) @6796 [6796] 05/21/07 09:15:16 bitsweat Integration tests: alias xhr to xml_http_request and add a request_method …
(edit) @6764 [6764] 05/18/07 06:24:50 bitsweat Parse url-encoded and multipart requests ourselves instead of delegating …
(edit) @6759 [6759] 05/18/07 01:28:43 bitsweat Pass stdinput to super.
(edit) @6722 [6722] 05/12/07 04:18:46 ulysses Add ActionController::Routing::Helpers, a module to contain common URL …
(edit) @6203 [6203] 02/22/07 09:28:10 bitsweat Integration tests: introduce methods for other HTTP methods. Closes #6353.
(edit) @6057 [6057] 01/28/07 07:16:55 bitsweat Use a consistent load path to avoid double requires. Fix some scattered …
(edit) @5828 [5828] 01/01/07 03:03:13 minam Make sure html_document is reset between integration test requests (closes …
(edit) @5642 [5642] 11/27/06 23:56:27 nzkoz Merge [5641] to Trunk
(edit) @5635 [5635] 11/26/06 05:35:53 bitsweat Use Location rather than location header.
(edit) @5028 [5028] 09/05/06 23:04:14 david Still need the regular assertions
(edit) @5020 [5020] 09/05/06 21:28:22 david Better bundling of new assertions and make integration tests work again
(edit) @4954 [4954] 09/03/06 23:34:57 bitsweat Integration tests: thoroughly test ActionController::Integration::Session. …
(edit) @4952 [4952] 09/03/06 23:22:24 david Added deprecation language for in_place_editor and auto_complete_field …
(edit) @4892 [4892] 09/01/06 02:25:29 bitsweat Integration tests: headers beginning with X aren't excluded from the HTTP_ …
(edit) @4825 [4825] 08/26/06 06:54:26 bitsweat Typo in integration app session. Closes #5864.
(edit) @4636 [4636] 07/31/06 07:02:08 bitsweat r4886@ks: jeremy | 2006-07-31 00:01:55 -0700 comma
(edit) @4633 [4633] 07/31/06 06:18:20 david Fixed that integration simulation of XHRs should set Accept header as well …
(edit) @4624 [4624] 07/27/06 14:30:23 ulysses Update integration.rb to require test_process explicitly instead of via …
(edit) @4591 [4591] 07/08/06 04:58:55 bitsweat Reset @html_document between requests so assert_tag works. Closes #4810.
(edit) @4582 [4582] 07/08/06 00:18:42 bitsweat Integration tests behave well with render_component. Closes #4632.
(edit) @4397 [4397] 06/01/06 16:20:26 minam Tweaks to integration tests and url rewriter for further compatibility …
(edit) @4317 [4317] 04/30/06 20:17:06 rick Add Integration Session methods for PUT and DELETE requests [Rick]
(edit) @4312 [4312] 04/29/06 20:20:22 marcel Replace alias method chaining with Module#alias_method_chain. [Marcel …
(edit) @4292 [4292] 04/27/06 22:51:39 marcel Documentation fix: integration test scripts don't require …
(edit) @4286 [4286] 04/26/06 22:13:31 marcel Enhance documentation for setting headers in integration tests. Skip auto …
(edit) @4161 [4161] 04/04/06 20:16:29 minam Delegate xml_http_request in integration tests to the session instance.
(edit) @4079 [4079] 03/28/06 03:19:27 david Fixed docs
(edit) @4026 [4026] 03/25/06 19:43:40 david Use example.com as standard (closes #4413) [anna]
(edit) @3924 [3924] 03/18/06 15:09:27 minam Add Integration::Session.accept for setting the HTTP Accept header to use …
(copy) @3923 [3923] 03/18/06 14:27:36 minam rename 'integration_test.rb' -> 'integration.rb'
copied from trunk/actionpack/lib/action_controller/integration_test.rb:
(edit) @3908 [3908] 03/18/06 03:27:37 david Added access to remote_addr in integration tests (closes #4266) [Chad …
Note: See TracRevisionLog for help on using the revision log.