Created
August 20, 2013 18:30
-
-
Save jamland/6285328 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Intergalactic:web andy$ rails s -e staging -p 5000 | |
=> Booting WEBrick | |
=> Rails 3.2.13 application starting in staging on http://0.0.0.0:5000 | |
=> Call with -d to detach | |
=> Ctrl-C to shutdown server | |
[2013-08-20 21:29:56] INFO WEBrick 1.3.1 | |
[2013-08-20 21:29:56] INFO ruby 1.9.3 (2012-12-25) [x86_64-darwin12.2.0] | |
[2013-08-20 21:29:56] INFO WEBrick::HTTPServer#start: pid=27632 port=5000 | |
Started GET "/" for 127.0.0.1 at 2013-08-20 21:29:58 +0300 | |
Processing by WelcomeController#index as HTML | |
Rendered welcome/index.html.erb within layouts/application (3.6ms) | |
Completed 500 Internal Server Error in 6ms | |
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___2000967740677996362_70194671737740' | |
Started GET "/favicon.ico" for 127.0.0.1 at 2013-08-20 21:29:59 +0300 | |
ActionController::RoutingError (No route matches [GET] "/favicon.ico"): | |
actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' | |
actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' | |
railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app' | |
railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call' | |
activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged' | |
railties (3.2.13) lib/rails/rack/logger.rb:16:in `call' | |
actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call' | |
rack (1.4.5) lib/rack/methodoverride.rb:21:in `call' | |
rack (1.4.5) lib/rack/runtime.rb:17:in `call' | |
rack-cache (1.2) lib/rack/cache/context.rb:136:in `forward' | |
rack-cache (1.2) lib/rack/cache/context.rb:245:in `fetch' | |
rack-cache (1.2) lib/rack/cache/context.rb:185:in `lookup' | |
rack-cache (1.2) lib/rack/cache/context.rb:66:in `call!' | |
rack-cache (1.2) lib/rack/cache/context.rb:51:in `call' | |
railties (3.2.13) lib/rails/engine.rb:479:in `call' | |
railties (3.2.13) lib/rails/application.rb:223:in `call' | |
rack (1.4.5) lib/rack/content_length.rb:14:in `call' | |
railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call' | |
rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service' | |
/Users/andy/.rvm/rubies/ruby-1.9.3-p362/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' | |
/Users/andy/.rvm/rubies/ruby-1.9.3-p362/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' | |
/Users/andy/.rvm/rubies/ruby-1.9.3-p362/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment