Question

I am getting a "Rubymine - Uncaught exception: Could not find rake-10.1.0 in any of the sources" error, however, when I start the server in the console using the rails s command, it starts properly. I don't know what went wrong, please help.

Thanks.

Était-ce utile?

La solution

$ bundle install --path vendor/bundle   

this works for me

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top