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/users
Response 302
Referrer /users
# Data | |
---|---|
1 | {"utf8"=>-4805, "user[name]"=>2023, "user[email]"=>1854, "commit"=>-4875} |
# Body | |
---|---|
1 | <html><body>You are being <a href="http://www.example.com/users/1057526560">redirected</a>.</body></html> |
# Log | |
---|---|
12345678910 | Started POST "/users" for 127.0.0.1 at 2012-09-12 10:57:10 -0700Processing by UsersController#create as HTML Parameters: {"utf8"=>"-4805", "user"=>{"name"=>"2023", "email"=>"1854"}, "commit"=>"-4875"} �[1m�[35m (0.1ms)�[0m SAVEPOINT active_record_1 �[1m�[36mSQL (0.4ms)�[0m �[1mINSERT INTO "users" ("created_at", "email", "name", "updated_at") VALUES (?, ?, ?, ?)�[0m [["created_at", Wed, 12 Sep 2012 17:57:10 UTC +00:00], ["email", "1854"], ["name", "2023"], ["updated_at", Wed, 12 Sep 2012 17:57:10 UTC +00:00]] �[1m�[35m (0.1ms)�[0m RELEASE SAVEPOINT active_record_1Redirected to http://www.example.com/users/1057526560Completed 302 Found in 6ms (ActiveRecord: 0.6ms) |