I just created a new empty Rails app, it\'s almost empty. I created it just to try to pinpoint the problem, but I\'m getting the following error.
I\'m using Rails 3.
I fixed the same error doing packing the gems into vendor/bundle like this:
From inside your app directory:
$ bundle install --path vendor/bundle
Give a shot and tell me if that works to you.