Detail of get /posts/by-user/135242632 Generated on 2012-09-12 10:57:11 -0700

Resource http://localhost:3000/posts/by-user/135242632

Response 200

Referrer /users

#  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 99</h1><table class="magic_grid " data-current="/posts/by-user/135242632" data-default-ajax-handler="true" data-params="{&quot;controller&quot;:&quot;posts&quot;,&quot;action&quot;:&quot;by_user&quot;,&quot;user_id&quot;:&quot;135242632&quot;,&quot;magic_grid_id&quot;:2}" data-remote="true" data-searcher="2_searcher" id="2"><thead data-params="{&quot;controller&quot;:&quot;posts&quot;,&quot;action&quot;:&quot;by_user&quot;,&quot;user_id&quot;:&quot;135242632&quot;,&quot;magic_grid_id&quot;:2}"><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&#x27;t exist" id="2_searcher" name="2_searcher" placeholder="search... &lt;enter&gt;" 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/135242632?2_col=0&amp;2_order=1&amp;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/135242632?2_col=1&amp;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/135242632?2_col=2&amp;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>Really The Best Title Ever,</td><td>It was a dark and stormy ni...</td><td>false</td><td>user 99</td><td> <a href="/posts/275275824">Show</a> <a href="/posts/275275824/edit">Edit</a> <a href="/posts/275275824" data-confirm="Are you sure?" data-method="delete" rel="nofollow">Destroy</a></td></tr><!-- magic row: --><tr class="even"><td>Really The Best Title Ever,</td><td>It was a dark and stormy ni...</td><td>false</td><td>user 99</td><td> <a href="/posts/296356381">Show</a> <a href="/posts/296356381/edit">Edit</a> <a href="/posts/296356381" data-confirm="Are you sure?" data-method="delete" rel="nofollow">Destroy</a></td></tr><!-- magic row: --><tr class="odd"><td>Really The Best Title Ever,</td><td>It was a dark and stormy ni...</td><td>false</td><td>user 99</td><td> <a href="/posts/305061495">Show</a> <a href="/posts/305061495/edit">Edit</a> <a href="/posts/305061495" data-confirm="Are you sure?" data-method="delete" rel="nofollow">Destroy</a></td></tr><!-- magic row: --><tr class="even"><td>Really The Best Title Ever,</td><td>It was a dark and stormy ni...</td><td>false</td><td>user 99</td><td> <a href="/posts/350559394">Show</a> <a href="/posts/350559394/edit">Edit</a> <a href="/posts/350559394" data-confirm="Are you sure?" data-method="delete" rel="nofollow">Destroy</a></td></tr><!-- magic row: --><tr class="odd"><td>Really The Best Title Ever,</td><td>It was a dark and stormy ni...</td><td>false</td><td>user 99</td><td> <a href="/posts/619213620">Show</a> <a href="/posts/619213620/edit">Edit</a> <a href="/posts/619213620" 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
123456789Started GET "/posts/by-user/135242632" for 127.0.0.1 at 2012-09-12 10:57:10 -0700Processing by PostsController#by_user as HTML Parameters: {"user_id"=>"135242632"} �[1m�[36mUser Load (0.2ms)�[0m �[1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1�[0m [["id", "135242632"]] �[1m�[35mPost Load (0.7ms)�[0m SELECT "posts".* FROM "posts" WHERE "posts"."user_id" = '135242632' ORDER BY "posts"."title" ASC �[1m�[36mUser Load (0.3ms)�[0m �[1mSELECT "users".* FROM "users" WHERE "users"."id" IN ('135242632')�[0mCompleted 200 OK in 41ms (Views: 26.3ms | ActiveRecord: 1.2ms)