Skip to content

Instantly share code, notes, and snippets.

@sirramongabriel
Created August 21, 2013 17:24
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save sirramongabriel/6297334 to your computer and use it in GitHub Desktop.
Server output
[2013-08-21 13:19:48] INFO WEBrick 1.3.1
[2013-08-21 13:19:48] INFO ruby 2.0.0 (2013-06-27) [x86_64-darwin10.8.0]
[2013-08-21 13:19:48] INFO WEBrick::HTTPServer#start: pid=11295 port=3000
Started GET "/subscriptions" for 127.0.0.1 at 2013-08-21 13:19:52 -0400
Processing by SubscriptionsController#index as HTML
Subscription Load (0.7ms) SELECT "subscriptions".* FROM "subscriptions"
Rendered subscriptions/index.html.erb within layouts/application (15.3ms)
Rendered layouts/_shim.html.erb (6.5ms)
Admin Load (0.9ms) SELECT "admins".* FROM "admins" WHERE "admins"."id" = 1 LIMIT 1
Rendered layouts/_nav.html.erb (41.2ms)
Rendered layouts/_flash_messages.html.erb (0.7ms)
Rendered layouts/_footer.html.erb (0.4ms)
Completed 200 OK in 250ms (Views: 170.6ms | ActiveRecord: 11.3ms)
Started GET "/assets/font-awesome.css?body=1" for 127.0.0.1 at 2013-08-21 13:19:52 -0400
Served asset /font-awesome.css - 304 Not Modified (7ms)
Started GET "/assets/alveolae.css?body=1" for 127.0.0.1 at 2013-08-21 13:19:52 -0400
Served asset /alveolae.css - 304 Not Modified (7ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-08-21 13:19:52 -0400
Served asset /application.css - 304 Not Modified (15ms)
Started GET "/assets/bootstrap-responsive.min.css?body=1" for 127.0.0.1 at 2013-08-21 13:19:52 -0400
Served asset /bootstrap-responsive.min.css - 304 Not Modified (2ms)
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2013-08-21 13:19:52 -0400
Served asset /bootstrap.min.css - 304 Not Modified (62ms)
Started GET "/assets/bootstrap.css?body=1" for 127.0.0.1 at 2013-08-21 13:19:52 -0400
Served asset /bootstrap.css - 304 Not Modified (3ms)
Started GET "/assets/bootstrap-responsive.css?body=1" for 127.0.0.1 at 2013-08-21 13:19:52 -0400
Served asset /bootstrap-responsive.css - 304 Not Modified (2ms)
Started GET "/assets/custom.css?body=1" for 127.0.0.1 at 2013-08-21 13:19:52 -0400
Served asset /custom.css - 304 Not Modified (3ms)
Started GET "/assets/deployments.css?body=1" for 127.0.0.1 at 2013-08-21 13:19:52 -0400
Served asset /deployments.css - 304 Not Modified (2ms)
Started GET "/assets/subscriptions.css?body=1" for 127.0.0.1 at 2013-08-21 13:19:52 -0400
Served asset /subscriptions.css - 304 Not Modified (1ms)
Started GET "/assets/whizchart_mailers.css?body=1" for 127.0.0.1 at 2013-08-21 13:19:52 -0400
Served asset /whizchart_mailers.css - 304 Not Modified (1ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment