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/by-user/825533186?2_col=0&magic_grid_id=2
Response 200
Referrer /posts/by-user/825533186?2_col=2&magic_grid_id=2
# Data | |
---|---|
No Data |
# Body | |
---|---|
12345678910111213141516171819202122232425262728293031323334353637383940414243 | <!DOCTYPE html><html><head> <title>Dummy</title> <link href="/assets/application.css" media="screen" rel="stylesheet" type="text/css" /><link href="/css/smoothness/jquery-ui-1.8.18.custom.css" media="screen" rel="stylesheet" type="text/css" /> <script src="/assets/application.js" type="text/javascript"></script><script src="/assets/magic_grid.js" type="text/javascript"></script> </head><body> <p> <a href="/posts">Posts</a> <a href="/users">Users</a> </p> <hr /><h1>Posts by: user 77</h1><table class="magic_grid " data-current="/posts/by-user/825533186" data-default-ajax-handler="true" data-params="{"2_col":"0","magic_grid_id":2,"controller":"posts","action":"by_user","user_id":"825533186"}" data-remote="true" data-searcher="2_searcher" id="2"><thead data-params="{"2_col":"0","magic_grid_id":2,"controller":"posts","action":"by_user","user_id":"825533186"}"><tr><td class="searcher full-width ui-widget-header" colspan="5"><label for="2_searcher">Search: </label><input data-current="" data-min-length="3" form="a form that doesn't exist" id="2_searcher" name="2_searcher" placeholder="search... <enter>" type="search" /><span class="magic_grid_spinner" id="2_spinner" /></td></tr><tr><th class="sorter ui-state-default sort-current sort-asc"><a href="/posts/by-user/825533186?2_col=0&2_order=1&magic_grid_id=2" data-remote="true">Title<span class="ui-icon ui-icon-triangle-1-n"></span></a></th><th class="sorter ui-state-default "><a href="/posts/by-user/825533186?2_col=1&magic_grid_id=2" data-remote="true">Body<span class="ui-icon ui-icon-carat-2-n-s"></span></a></th><th class="sorter ui-state-default "><a href="/posts/by-user/825533186?2_col=2&magic_grid_id=2" data-remote="true">Published<span class="ui-icon ui-icon-carat-2-n-s"></span></a></th><th class="ui-state-default ">User</th><th class="ui-state-default ">Actions</th></tr></thead><tbody class="ui-widget-content"><!-- magic row: --><tr class="odd"><td>Title Ever, Really The Best</td><td>It was a dark and stormy ni...</td><td>false</td><td>user 77</td><td> <a href="/posts/500396986">Show</a> <a href="/posts/500396986/edit">Edit</a> <a href="/posts/500396986" data-confirm="Are you sure?" data-method="delete" rel="nofollow">Destroy</a></td></tr><!-- magic row: --><tr class="even"><td>Title Ever, Really The Best</td><td>It was a dark and stormy ni...</td><td>false</td><td>user 77</td><td> <a href="/posts/680594069">Show</a> <a href="/posts/680594069/edit">Edit</a> <a href="/posts/680594069" data-confirm="Are you sure?" data-method="delete" rel="nofollow">Destroy</a></td></tr><!-- magic row: --><tr class="odd"><td>Title Ever, Really The Best</td><td>It was a dark and stormy ni...</td><td>false</td><td>user 77</td><td> <a href="/posts/693330086">Show</a> <a href="/posts/693330086/edit">Edit</a> <a href="/posts/693330086" data-confirm="Are you sure?" data-method="delete" rel="nofollow">Destroy</a></td></tr><!-- magic row: --><tr class="even"><td>Title Ever, Really The Best</td><td>It was a dark and stormy ni...</td><td>false</td><td>user 77</td><td> <a href="/posts/722853631">Show</a> <a href="/posts/722853631/edit">Edit</a> <a href="/posts/722853631" data-confirm="Are you sure?" data-method="delete" rel="nofollow">Destroy</a></td></tr><!-- magic row: --><tr class="odd"><td>Title Ever, Really The Best</td><td>It was a dark and stormy ni...</td><td>false</td><td>user 77</td><td> <a href="/posts/769530904">Show</a> <a href="/posts/769530904/edit">Edit</a> <a href="/posts/769530904" data-confirm="Are you sure?" data-method="delete" rel="nofollow">Destroy</a></td></tr></tbody><tfoot><tr><td class="full-width ui-widget-header" colspan="5"></td></tr></tfoot></table></body></html> |
# Log | |
---|---|
123456789 | Started GET "/posts/by-user/825533186?2_col=0&magic_grid_id=2" for 127.0.0.1 at 2012-09-12 10:57:19 -0700Processing by PostsController#by_user as HTML Parameters: {"2_col"=>"0", "magic_grid_id"=>"2", "user_id"=>"825533186"} �[1m�[35mUser Load (0.1ms)�[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "825533186"]] �[1m�[36mPost Load (0.4ms)�[0m �[1mSELECT "posts".* FROM "posts" WHERE "posts"."user_id" = '825533186' ORDER BY "posts"."title" ASC�[0m �[1m�[35mUser Load (0.2ms)�[0m SELECT "users".* FROM "users" WHERE "users"."id" IN ('825533186')Completed 200 OK in 19ms (Views: 16.9ms | ActiveRecord: 0.7ms) |