Skip to content

Instantly share code, notes, and snippets.

@jamland
Created March 11, 2014 00:53
Show Gist options
  • Save jamland/9477500 to your computer and use it in GitHub Desktop.
Save jamland/9477500 to your computer and use it in GitHub Desktop.
ntergalactic:web andy$ rails s -e staging
=> 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
[2014-03-11 02:53:18] INFO WEBrick 1.3.1
[2014-03-11 02:53:18] INFO ruby 2.0.0 (2013-11-22) [x86_64-darwin13.0.0]
[2014-03-11 02:53:18] INFO WEBrick::HTTPServer#start: pid=5298 port=3000
Started GET "/" for 127.0.0.1 at 2014-03-11 02:53:19 +0200
Processing by WelcomeController#index as HTML
Rendered welcome/index.html.erb within layouts/application (2.4ms)
Completed 500 Internal Server Error in 5ms
ActionView::Template::Error (home-mq-banner/mq-alerts.png isn't precompiled):
15:
16: <p style="float: left;">Iron.io in now offering Docker-based images within its IronWorker processing platform.<br /></p>
17:
18: <%= image_tag 'home-mq-banner/mq-alerts.png', :id => "splash-image" %>
19:
20: <div id="action-button">
21: <button class="green" id="sign-up">Get started &rarr;</button><br />
app/views/welcome/index.html.erb:18:in `_app_views_welcome_index_html_erb__381919645593695750_70344726226280'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment