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/533666555?2_col=0&2_order=1&magic_grid_id=2
Response 200
Referrer /posts/by-user/533666555
# 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 81</h1><table class="magic_grid " data-current="/posts/by-user/533666555" data-default-ajax-handler="true" data-params="{"2_col":"0","2_order":"1","magic_grid_id":2,"controller":"posts","action":"by_user","user_id":"533666555"}" data-remote="true" data-searcher="2_searcher" id="2"><thead data-params="{"2_col":"0","2_order":"1","magic_grid_id":2,"controller":"posts","action":"by_user","user_id":"533666555"}"><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-desc"><a href="/posts/by-user/533666555?2_col=0&magic_grid_id=2" data-remote="true">Title<span class="ui-icon ui-icon-triangle-1-s"></span></a></th><th class="sorter ui-state-default "><a href="/posts/by-user/533666555?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/533666555?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>Best Title Ever, Really The</td><td>It was a dark and stormy ni...</td><td>false</td><td>user 81</td><td> <a href="/posts/52798959">Show</a> <a href="/posts/52798959/edit">Edit</a> <a href="/posts/52798959" data-confirm="Are you sure?" data-method="delete" rel="nofollow">Destroy</a></td></tr><!-- magic row: --><tr class="even"><td>Best Title Ever, Really The</td><td>It was a dark and stormy ni...</td><td>false</td><td>user 81</td><td> <a href="/posts/99510026">Show</a> <a href="/posts/99510026/edit">Edit</a> <a href="/posts/99510026" data-confirm="Are you sure?" data-method="delete" rel="nofollow">Destroy</a></td></tr><!-- magic row: --><tr class="odd"><td>Best Title Ever, Really The</td><td>It was a dark and stormy ni...</td><td>false</td><td>user 81</td><td> <a href="/posts/107656044">Show</a> <a href="/posts/107656044/edit">Edit</a> <a href="/posts/107656044" data-confirm="Are you sure?" data-method="delete" rel="nofollow">Destroy</a></td></tr><!-- magic row: --><tr class="even"><td>Best Title Ever, Really The</td><td>It was a dark and stormy ni...</td><td>false</td><td>user 81</td><td> <a href="/posts/128506209">Show</a> <a href="/posts/128506209/edit">Edit</a> <a href="/posts/128506209" data-confirm="Are you sure?" data-method="delete" rel="nofollow">Destroy</a></td></tr><!-- magic row: --><tr class="odd"><td>Best Title Ever, Really The</td><td>It was a dark and stormy ni...</td><td>false</td><td>user 81</td><td> <a href="/posts/858311237">Show</a> <a href="/posts/858311237/edit">Edit</a> <a href="/posts/858311237" 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/533666555?2_col=0&2_order=1&magic_grid_id=2" for 127.0.0.1 at 2012-09-12 10:57:18 -0700Processing by PostsController#by_user as HTML Parameters: {"2_col"=>"0", "2_order"=>"1", "magic_grid_id"=>"2", "user_id"=>"533666555"} �[1m�[35mUser Load (0.1ms)�[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "533666555"]] �[1m�[36mPost Load (0.4ms)�[0m �[1mSELECT "posts".* FROM "posts" WHERE "posts"."user_id" = '533666555' ORDER BY "posts"."title" DESC�[0m �[1m�[35mUser Load (0.2ms)�[0m SELECT "users".* FROM "users" WHERE "users"."id" IN ('533666555')Completed 200 OK in 19ms (Views: 16.8ms | ActiveRecord: 0.6ms) |