I have a Rails 3 app ready for staging.
I haven\'t got a VPS host set up yet. As I was planning to have everything on shared host for the first few months.
Passenger doesn't read environment variables from config.ru until after it has loaded. Without your backtrace I can't be positive, but I suspect everything will work if you just run bundle lock
. If you're still having trouble after that, there's a list of troubleshooting information at the bottom of the bundler README that I need to know exactly what's going on.