Skip to content

Instantly share code, notes, and snippets.

@jasocox
Created May 9, 2012 15:06
Show Gist options
  • Save jasocox/2645246 to your computer and use it in GitHub Desktop.
Save jasocox/2645246 to your computer and use it in GitHub Desktop.
ails s 5000 ~/Code/nozomi
WARNING: Cucumber-rails required outside of env.rb. The rest of loading is being defered until env.rb is called.
To avoid this warning, move 'gem cucumber-rails' under only group :test in your Gemfile
Exiting
/usr/local/Cellar/ruby/1.9.3-p125/lib/ruby/gems/1.9.1/gems/rack-1.3.6/lib/rack/handler.rb:63:in `require': cannot load such file -- rack/handler/5000 (LoadError)
from /usr/local/Cellar/ruby/1.9.3-p125/lib/ruby/gems/1.9.1/gems/rack-1.3.6/lib/rack/handler.rb:63:in `try_require'
from /usr/local/Cellar/ruby/1.9.3-p125/lib/ruby/gems/1.9.1/gems/rack-1.3.6/lib/rack/handler.rb:16:in `get'
from /usr/local/Cellar/ruby/1.9.3-p125/lib/ruby/gems/1.9.1/gems/rack-1.3.6/lib/rack/server.rb:269:in `server'
from /usr/local/Cellar/ruby/1.9.3-p125/lib/ruby/gems/1.9.1/gems/railties-3.1.3/lib/rails/commands/server.rb:59:in `start'
from /usr/local/Cellar/ruby/1.9.3-p125/lib/ruby/gems/1.9.1/gems/railties-3.1.3/lib/rails/commands.rb:54:in `block in <top (required)>'
from /usr/local/Cellar/ruby/1.9.3-p125/lib/ruby/gems/1.9.1/gems/railties-3.1.3/lib/rails/commands.rb:49:in `tap'
from /usr/local/Cellar/ruby/1.9.3-p125/lib/ruby/gems/1.9.1/gems/railties-3.1.3/lib/rails/commands.rb:49:in `<top (required)>'
from script/rails:6:in `require'
from script/rails:6:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment