This is an OS X Homebrew install, with rbenv root in
/usr/local/var/rbenv;
Ruby 2.0.0, and Rails 4.0.0. ‘gem install rails’ went without
complaint.
Then I tried to run ‘rails new hypothetical_app’. That, and all calls to
the rails app, show that app_rails_loader is finding a
directorybin/rails where it expects to find a
file bin/rails:
loop’
from
from /usr/local/var/rbenv/versions/2.0.0-p195/bin/rails:23:in load’
from /usr/local/var/rbenv/versions/2.0.0-p195/bin/rails:23:in
from /usr/local/var/rbenv/versions/2.0.0-p195/bin/rails:23:in’
Aside from not setting my rbenv root to ~/.rbenv, I can’t think of any
departures I have made from completely standard installation of
everything.