no such file to load -- bundler/setup (Ruby on rails)
ruby, ruby-on-rails
Solution
Try `gem install bundler`. If that doesn't work my guess would be that you're using two different `ruby` or `rubygems` installations. The user running the webserver does not see the bundler gem.
Problem
I am attempting to get a rails 3.0.5 app up and running at http://blastoserver.com/. You can see the errors there. (backtrace) Any ideas?