public
Fork of KirinDave/fuzed
Description: A new revision of Fuzed, the Erlang-based frontend for web apps.
Clone URL: git://github.com/mojombo/fuzed.git
Search Repo:
disable test mode for rails_node
mojombo (author)
Sun May 04 11:56:08 -0700 2008
commit  ef7d1eb0d77cfc68b518e83fcae44777e4c97c3f
tree    58c8061545a8271abd4cc4f3f458899066c66d02
parent  e94dbe65d31ac1835cec30358a5d7f0dd902f259
...
148
149
150
151
 
152
153
154
...
148
149
150
 
151
152
153
154
0
@@ -148,7 +148,7 @@ class RailsHandler < Chassis
0
   end
0
 end
0
 
0
-if true
0
+if false
0
   # [[:method, :POST], [:http_version, [1, 1]], [:querypath, "/main/go"], [:querydata, ""], [:servername, "testing:8002"], [:headers, [[:connection, "keep-alive"], [:accept, "text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5"], [:host, "localhost:8002"], [:referer, "http://localhost:8002/main/ready"], [:user_agent, "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3"], [:keep_alive, "300"], [:content_length, "7"], [:content_type, "application/x-www-form-urlencoded"], [:"Cache-Control", "max-age=0"], [:"Accept-Charset", "ISO-8859-1,utf-8;q=0.7,*;q=0.7"], [:"Accept-Encoding", "gzip,deflate"], [:"Accept-Language", "en-us,en;q=0.5"]]], [:cookies, ["_helloworld_session_id=d3eae987aab3230377abc433b7a8d7c1"]], [:pathinfo, "/Users/tom/dev/fuzed/helloworld/public"], [:postdata, "val=foo"]]
0
   
0
   req =

Comments

    No one has commented yet.