Skip to content

Instantly share code, notes, and snippets.

@helloluis
Created August 12, 2011 08:44
Show Gist options
  • Save helloluis/1141713 to your computer and use it in GitHub Desktop.
Save helloluis/1141713 to your computer and use it in GitHub Desktop.
Error starting application
Your Rack app raised an exception when Pow tried to run it.
SystemExit: exit
~/.rvm/gems/ruby-1.9.2-head/gems/bundler-1.0.12/lib/bundler/setup.rb:10:in `exit'
~/.rvm/gems/ruby-1.9.2-head/gems/bundler-1.0.12/lib/bundler/setup.rb:10:in `rescue in <top (required)>'
~/.rvm/gems/ruby-1.9.2-head/gems/bundler-1.0.12/lib/bundler/setup.rb:5:in `<top (required)>'
~/.rvm/rubies/ruby-1.9.2-head/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:59:in `require'
~/.rvm/rubies/ruby-1.9.2-head/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:59:in `rescue in require'
Show 21 more lines
(If your app uses Bundler, check to make sure you have the latest version, then run bundle install. If you’re using rvm, make sure you have the latest version installed and your app is using the right gemset.)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment