Created
May 6, 2009 07:26
-
-
Save jschementi/107417 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Processing PostsController#index (for 127.0.0.1 at 2009-05-06 00:39:41) [GET] | |
Rendering template within layouts/posts | |
Rendering posts/index | |
Completed in 460ms (View: 150, DB: 0) | 200 OK [http://localhost/posts] | |
Processing PostsController#new (for 127.0.0.1 at 2009-05-06 00:39:46) [GET] | |
Rendering template within layouts/posts | |
Rendering posts/new | |
Completed in 855ms (View: 672, DB: 0) | 200 OK [http://localhost/posts/new] | |
Processing PostsController#create (for 127.0.0.1 at 2009-05-06 00:40:20) [POST] | |
Parameters: {"authenticity_token"=>"PFiE66pP3JDmxq1ldv1M0f1o25rv+9vbKhS0RQY7Hv0=", "post"=>{"title"=>"IronRuby", "body"=>"It runs Rails CRUD with SQLServer."}, "commit"=>"Create"} | |
Redirected to http://localhost:3000/posts/1 | |
Completed in 530ms (DB: 0) | 302 Found [http://localhost/posts] | |
Processing PostsController#show (for 127.0.0.1 at 2009-05-06 00:40:21) [GET] | |
Parameters: {"id"=>"1"} | |
Rendering template within layouts/posts | |
Rendering posts/show | |
Completed in 242ms (View: 161, DB: 0) | 200 OK [http://localhost/posts/1] | |
Processing PostsController#index (for 127.0.0.1 at 2009-05-06 00:40:28) [GET] | |
Rendering template within layouts/posts | |
Rendering posts/index | |
Completed in 218ms (View: 198, DB: 0) | 200 OK [http://localhost/posts] | |
Processing PostsController#edit (for 127.0.0.1 at 2009-05-06 00:40:30) [GET] | |
Parameters: {"id"=>"1"} | |
Rendering template within layouts/posts | |
Rendering posts/edit | |
Completed in 358ms (View: 273, DB: 0) | 200 OK [http://localhost/posts/1/edit] | |
Processing PostsController#update (for 127.0.0.1 at 2009-05-06 00:40:38) [PUT] | |
Parameters: {"authenticity_token"=>"PFiE66pP3JDmxq1ldv1M0f1o25rv+9vbKhS0RQY7Hv0=", "post"=>{"title"=>"IronRuby", "body"=>"It runs Rails CRUD with SQLServer. And edits too."}, "commit"=>"Update", "id"=>"1"} | |
Redirected to http://localhost:3000/posts/1 | |
Completed in 391ms (DB: 0) | 302 Found [http://localhost/posts/1] | |
Processing PostsController#show (for 127.0.0.1 at 2009-05-06 00:40:39) [GET] | |
Parameters: {"id"=>"1"} | |
Rendering template within layouts/posts | |
Rendering posts/show | |
Completed in 124ms (View: 106, DB: 0) | 200 OK [http://localhost/posts/1] | |
Processing PostsController#index (for 127.0.0.1 at 2009-05-06 00:40:42) [GET] | |
Rendering template within layouts/posts | |
Rendering posts/index | |
Completed in 217ms (View: 203, DB: 0) | 200 OK [http://localhost/posts] | |
Processing PostsController#destroy (for 127.0.0.1 at 2009-05-06 00:40:44) [DELETE] | |
Parameters: {"authenticity_token"=>"PFiE66pP3JDmxq1ldv1M0f1o25rv+9vbKhS0RQY7Hv0=", "id"=>"1"} | |
Redirected to http://localhost:3000/posts | |
Completed in 61ms (DB: 0) | 302 Found [http://localhost/posts/1] | |
Processing PostsController#index (for 127.0.0.1 at 2009-05-06 00:40:46) [GET] | |
Rendering template within layouts/posts | |
Rendering posts/index | |
Completed in 119ms (View: 111, DB: 0) | 200 OK [http://localhost/posts] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment