Skip to content

Instantly share code, notes, and snippets.

@heyitsjames
Created June 21, 2011 02:07
Show Gist options
  • Select an option

  • Save heyitsjames/1037090 to your computer and use it in GitHub Desktop.

Select an option

Save heyitsjames/1037090 to your computer and use it in GitHub Desktop.
Pow fails
Error starting application
Your Rack app raised an exception when Pow tried to run it.
LoadError: no such file to load -- bundler/setup
~/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
~/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
~/Projects/demo_app/config/boot.rb:6:in `<top (required)>'
<internal:lib/rubygems/custom_require>:29:in `require'
<internal:lib/rubygems/custom_require>:29:in `require'
~/Projects/demo_app/config/application.rb:1:in `<top (required)>'
<internal:lib/rubygems/custom_require>:29:in `require'
<internal:lib/rubygems/custom_require>:29:in `require'
~/Projects/demo_app/config/environment.rb:2:in `<top (required)>'
<internal:lib/rubygems/custom_require>:29:in `require'
<internal:lib/rubygems/custom_require>:29:in `require'
~/Projects/demo_app/config.ru:3:in `block in <main>'
~/Library/Application Support/Pow/Versions/0.3.1/node_modules/nack/lib/nack/builder.rb:4:in `instance_eval'
~/Library/Application Support/Pow/Versions/0.3.1/node_modules/nack/lib/nack/builder.rb:4:in `initialize'
~/Projects/demo_app/config.ru:1:in `new'
~/Projects/demo_app/config.ru:1:in `<main>'
~/Library/Application Support/Pow/Versions/0.3.1/node_modules/nack/lib/nack/server.rb:50:in `eval'
~/Library/Application Support/Pow/Versions/0.3.1/node_modules/nack/lib/nack/server.rb:50:in `load_config'
~/Library/Application Support/Pow/Versions/0.3.1/node_modules/nack/lib/nack/server.rb:43:in `initialize'
~/Library/Application Support/Pow/Versions/0.3.1/node_modules/nack/lib/nack/server.rb:13:in `new'
~/Library/Application Support/Pow/Versions/0.3.1/node_modules/nack/lib/nack/server.rb:13:in `run'
~/Library/Application Support/Pow/Versions/0.3.1/node_modules/nack/bin/nack_worker:4:in `<main>'
(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.)
Pow User’s Manual
Troubleshooting
Frequently Asked Questions
Issue Tracker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment