Skip to content

Instantly share code, notes, and snippets.

@jamland
Created October 25, 2013 14:15
Show Gist options
  • Save jamland/7155326 to your computer and use it in GitHub Desktop.
Save jamland/7155326 to your computer and use it in GitHub Desktop.
Intergalactic:web andy$ rails s -e staging
WARNING: Nokogiri was built against LibXML version 2.7.8, but has dynamically loaded 2.9.0
=> Booting WEBrick
=> Rails 3.2.13 application starting in staging on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
[2013-10-25 17:14:05] INFO WEBrick 1.3.1
[2013-10-25 17:14:05] INFO ruby 1.9.3 (2012-12-25) [x86_64-darwin12.2.0]
[2013-10-25 17:14:05] INFO WEBrick::HTTPServer#start: pid=3253 port=3000
Started GET "/" for 127.0.0.1 at 2013-10-25 17:14:31 +0300
Processing by WelcomeController#index as HTML
Rendered welcome/index.html.erb within layouts/application (2.5ms)
Completed 500 Internal Server Error in 5ms
ActionView::Template::Error (home-mq-banner/mq-diagram.png isn't precompiled):
17:
18: <div id="banner-left">
19: <div class="inside">
20: <%= image_tag 'home-mq-banner/mq-diagram.png' %>
21: </div>
22: </div>
23:
app/views/welcome/index.html.erb:20:in `_app_views_welcome_index_html_erb__1850580475320877347_70107484925120'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment