I'm getting the following output when I try to run rails g react:install
.
git://github.com/reactjs/react-rails.git (at master) is not yet checked out. Run `bundle install` first.
I had a different issue (I believe related to the coffee-script-source being 1.9.0 but react-rails requiring 1.9.0). I ran bundle update to resolve this, but now I'm running into this error.