Skip to content

Instantly share code, notes, and snippets.

@alaghu
Created November 11, 2015 04:44
Show Gist options
  • Save alaghu/ea4a8d58ce0a521e3f95 to your computer and use it in GitHub Desktop.
Save alaghu/ea4a8d58ce0a521e3f95 to your computer and use it in GitHub Desktop.
Started GET "/book/selection" for 127.0.0.1 at 2015-11-04 05:13:11 -0800
Processing by BookController#show as HTML
Parameters: {"chapter"=>"selection"}
Rendered book/show.html.erb within layouts/application (0.0ms)
Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)
 (0.1ms) ROLLBACK
 (0.1ms) BEGIN
Started GET "/" for 127.0.0.1 at 2015-11-04 05:13:11 -0800
Processing by HomesController#index as HTML
Rendered homes/index.html.erb within layouts/application (0.2ms)
Completed 200 OK in 33ms (Views: 33.1ms | ActiveRecord: 0.0ms)
 (0.1ms) ROLLBACK
ActiveRecord::SchemaMigration Load (0.1ms) SELECT `schema_migrations`.* FROM `schema_migrations`
 (0.1ms) BEGIN
Started GET "/book" for 127.0.0.1 at 2015-11-04 06:08:16 -0800
Processing by BookController#index as HTML
Redirected to http://www.example.com/book.1
@alaghu
Copy link
Author

alaghu commented Nov 11, 2015

Parameters: {"chapter"=>"selection"}

is not longer displayed. Looks like starting 2015-11-04 06:08:16 the log has changed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment