Tarantula is an open source tool for testing Rails web applications. Tarantula is developed by Relevance, Inc. and lives at http://github.com/relevance/tarantula.
Resource http://localhost:3000/posts
Response 302
Referrer /posts
# Data | |
---|---|
1 | {"post[user_id]"=>"50512260", "post[body]"=>1954, "utf8"=>1569, "post[title]"=>-1382, "post[published]"=>3837, "commit"=>3686} |
# Body | |
---|---|
1 | <html><body>You are being <a href="http://www.example.com/posts/1068895184">redirected</a>.</body></html> |
# Log | |
---|---|
12345678910 | Started POST "/posts" for 127.0.0.1 at 2012-09-12 10:56:56 -0700Processing by PostsController#create as HTML Parameters: {"post"=>{"user_id"=>"50512260", "body"=>"1954", "title"=>"-1382", "published"=>"3837"}, "utf8"=>"1569", "commit"=>"3686"} �[1m�[36m (0.1ms)�[0m �[1mSAVEPOINT active_record_1�[0m �[1m�[35mSQL (0.4ms)�[0m INSERT INTO "posts" ("body", "created_at", "published", "title", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?) [["body", "1954"], ["created_at", Wed, 12 Sep 2012 17:56:56 UTC +00:00], ["published", false], ["title", "-1382"], ["updated_at", Wed, 12 Sep 2012 17:56:56 UTC +00:00], ["user_id", 50512260]] �[1m�[36m (0.0ms)�[0m �[1mRELEASE SAVEPOINT active_record_1�[0mRedirected to http://www.example.com/posts/1068895184Completed 302 Found in 4ms (ActiveRecord: 0.5ms) |