From 4d1552810f631898c3d7f758454c92ca35a8cb26 Mon Sep 17 00:00:00 2001 From: Marshall Huss Date: Mon, 18 May 2009 18:34:44 -0400 Subject: HTTP proxy support [#2133 state:committed] Signed-off-by: Jeremy Kemper --- activeresource/test/fixtures/proxy.rb | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 activeresource/test/fixtures/proxy.rb (limited to 'activeresource/test/fixtures') diff --git a/activeresource/test/fixtures/proxy.rb b/activeresource/test/fixtures/proxy.rb new file mode 100644 index 0000000000..bb8e015df0 --- /dev/null +++ b/activeresource/test/fixtures/proxy.rb @@ -0,0 +1,4 @@ +class ProxyResource < ActiveResource::Base + self.site = "http://localhost" + self.proxy = "http://user:password@proxy.local:3000" +end \ No newline at end of file -- cgit v1.2.3