Skip to content

Instantly share code, notes, and snippets.

@prathamesh-sonpatki
Created February 3, 2016 08:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prathamesh-sonpatki/ca9dbc32bcbae9066562 to your computer and use it in GitHub Desktop.
Save prathamesh-sonpatki/ca9dbc32bcbae9066562 to your computer and use it in GitHub Desktop.
prathamesh ~/Projects/reproductions/cache_key_app 2.3.0
$ rails s
=> Booting Thin
=> Rails 5.0.0.beta2 application starting in development on http://localhost:3000
=> Run `rails server -h` for more startup options
=> Ctrl-C to shutdown server
I am getting reloaded
Thin web server (v1.6.2 codename Doc Brown)
Maximum connections set to 1024
Listening on localhost:3000, CTRL+C to stop
Started GET "/" for 127.0.0.1 at 2016-02-03 13:31:38 +0530
ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
Processing by Rails::WelcomeController#index as HTML
Rendered /Users/prathamesh/Projects/sources/rails/railties/lib/rails/templates/rails/welcome/index.html.erb (2.9ms)
Completed 200 OK in 16ms (Views: 6.6ms | ActiveRecord: 0.0ms)
Started GET "/posts" for 127.0.0.1 at 2016-02-03 13:31:44 +0530
Processing by PostsController#index as HTML
Post Load (0.5ms) SELECT "posts".* FROM "posts"
Rendered posts/index.html.erb within layouts/application (5.8ms)
Completed 200 OK in 2300ms (Views: 2296.9ms | ActiveRecord: 1.4ms)
Started GET "/posts" for 127.0.0.1 at 2016-02-03 13:31:47 +0530
Processing by PostsController#index as HTML
Post Load (0.3ms) SELECT "posts".* FROM "posts"
Rendered posts/index.html.erb within layouts/application (1.1ms)
Completed 200 OK in 40ms (Views: 38.5ms | ActiveRecord: 0.3ms)
Started GET "/assets/carts.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for 127.0.0.1 at 2016-02-03 13:31:47 +0530
Started GET "/assets/posts.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for 127.0.0.1 at 2016-02-03 13:31:47 +0530
Started GET "/assets/scaffolds.self-bf9236f8e97d4546a5b1e71a3907da41eb73f4722da8f725c2f13584c5e26ff6.css?body=1" for 127.0.0.1 at 2016-02-03 13:31:47 +0530
Started GET "/assets/application.self-af04b226fd7202dfc532ce7aedb95a0128277937e90d3b3a3d35e1cce9e16886.css?body=1" for 127.0.0.1 at 2016-02-03 13:31:47 +0530
Started GET "/assets/jquery.self-c64a74367bda6ef8b860f19e74df08927ca99d2be2ac934e9e92d5fd361e0da4.js?body=1" for 127.0.0.1 at 2016-02-03 13:31:47 +0530
Started GET "/assets/jquery_ujs.self-d602bdfe68ffc63b9f9cc512872aa3cfff046228a0a36e90dd476e8ef54c1b09.js?body=1" for 127.0.0.1 at 2016-02-03 13:31:47 +0530
Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for 127.0.0.1 at 2016-02-03 13:31:47 +0530
Started GET "/assets/action_cable.self-8fc7cfd5b796d0299c89a57dbf5b046051f42ce410f160fd7f1e677c8dc07def.js?body=1" for 127.0.0.1 at 2016-02-03 13:31:47 +0530
Started GET "/assets/action_cable/connection.self-5625494ff511c0f78cd0746ef7e14909f3d517ceb45f989511e4b216c1862593.js?body=1" for 127.0.0.1 at 2016-02-03 13:31:47 +0530
Started GET "/assets/action_cable/connection_monitor.self-ca8bfd8bf7c622d03bf8314cbde2cf77e5a7732c8082e2fc50828a14175f6b53.js?body=1" for 127.0.0.1 at 2016-02-03 13:31:47 +0530
Started GET "/assets/action_cable/subscriptions.self-156d38d6efaf3f6139b95c7fc9fcfc44a62d77f2c13108a2d58c33b0017eec10.js?body=1" for 127.0.0.1 at 2016-02-03 13:31:47 +0530
Started GET "/assets/action_cable/subscription.self-63bb8fcaf3e18e3bb4b849c831819921afe52d3e48e77f3c0d2d50fdf43a9b0c.js?body=1" for 127.0.0.1 at 2016-02-03 13:31:47 +0530
Started GET "/assets/action_cable/consumer.self-d0a6518de32602abb57c66be88b1fd0445527abfb6d8fad3a0be0c59eb6b7fd1.js?body=1" for 127.0.0.1 at 2016-02-03 13:31:47 +0530
Started GET "/assets/cable.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for 127.0.0.1 at 2016-02-03 13:31:47 +0530
Started GET "/assets/carts.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for 127.0.0.1 at 2016-02-03 13:31:47 +0530
Started GET "/assets/posts.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for 127.0.0.1 at 2016-02-03 13:31:47 +0530
Started GET "/assets/application.self-b89234cf2659d7fedea75bca0b8d231ad7dfc2f3f57fcbaf5f44ed9dc384137b.js?body=1" for 127.0.0.1 at 2016-02-03 13:31:47 +0530
Started GET "/posts/new" for 127.0.0.1 at 2016-02-03 13:31:56 +0530
Processing by PostsController#new as HTML
Rendered posts/_form.html.erb (31.0ms)
Rendered posts/new.html.erb within layouts/application (33.0ms)
Completed 200 OK in 79ms (Views: 67.5ms | ActiveRecord: 3.0ms)
Started GET "/posts" for 127.0.0.1 at 2016-02-03 13:32:00 +0530
Processing by PostsController#index as HTML
Post Load (0.2ms) SELECT "posts".* FROM "posts"
Rendered posts/index.html.erb within layouts/application (1.3ms)
Completed 200 OK in 30ms (Views: 27.1ms | ActiveRecord: 0.2ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment