Skip to content

Instantly share code, notes, and snippets.

@BDQ
Created April 29, 2013 09:46
Show Gist options
  • Save BDQ/5480677 to your computer and use it in GitHub Desktop.
Save BDQ/5480677 to your computer and use it in GitHub Desktop.
=> Booting WEBrick
=> Rails 3.2.13 application starting in production on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
[2013-04-29 10:40:54] INFO WEBrick 1.3.1
[2013-04-29 10:40:54] INFO ruby 1.9.3 (2012-11-10) [x86_64-darwin12.2.0]
[2013-04-29 10:40:54] INFO WEBrick::HTTPServer#start: pid=14908 port=3000
Started GET "/" for 127.0.0.1 at 2013-04-29 10:45:54 +0100
Processing by Spree::HomeController#index as HTML
Deface: 2 overrides found for 'spree/layouts/spree_application'
Deface: 'api_key_spree_layout' matched 1 times with 'body'
Deface: [WARNING] No :original defined for 'api_key_spree_layout', you should change its definition to include:
:original => '77e1d75fe67e948d99deb620579ffaf2ac5f511f'
Deface: 'add_analytics_header' matched 1 times with 'head'
Rendered /Users/briandquinn/Development/spree/core/app/views/spree/shared/_taxonomies.html.erb (174.9ms)
Rendered /Users/briandquinn/Development/spree/core/app/views/spree/shared/_products.html.erb (303.9ms)
Rendered /Users/briandquinn/Development/spree/core/app/views/spree/home/index.html.erb within spree/layouts/spree_application (491.6ms)
Rendered /Users/briandquinn/Development/spree/core/app/views/spree/shared/_head.html.erb (15.9ms)
Deface: 1 overrides found for 'spree/shared/_nav_bar'
Deface: 'auth_shared_login_bar' matched 1 times with 'li#search-bar'
Rendered /Users/briandquinn/Development/spree/core/app/views/spree/shared/_search.html.erb (3.0ms)
Rendered /Users/briandquinn/Development/spree/core/app/views/spree/shared/_nav_bar.html.erb (8.7ms)
Rendered /Users/briandquinn/Development/spree/core/app/views/spree/shared/_main_nav_bar.html.erb (1.2ms)
Rendered /Users/briandquinn/Development/spree/core/app/views/spree/shared/_header.html.erb (25.8ms)
Rendered /Users/briandquinn/Development/spree/core/app/views/spree/shared/_sidebar.html.erb (0.3ms)
Deface: 1 overrides found for 'spree/shared/_footer'
Deface: 'add_tweets_to_footer' matched 1 times with 'footer'
Deface: [WARNING] No :original defined for 'add_tweets_to_footer', you should change its definition to include:
:original => 'e13993674e3d5b3ab4a3e714cf172914bd0477fd'
Rendered /Users/briandquinn/Development/spree/core/app/views/spree/shared/_footer.html.erb (2.0ms)
Rendered /Users/briandquinn/Development/spree/core/app/views/spree/shared/_google_analytics.html.erb (2.0ms)
Completed 200 OK in 657ms (Views: 628.2ms | ActiveRecord: 13.3ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment