Question

I've be using simple-navigation and it's working fine. I've just tried to do a database migration using:

rake db:migrate

and get the error:

test me$ rake db:migrate (in /Users/me/test) Could not find simple-navigation-3.2.0 in any of the sources Try running bundle install.

I've run bundle install and I have a working navigation in the application. Running the db migration is the only problem I'm having.

Any ideas?

Was it helpful?

Solution

Turns out it was a problem with my environment. I installed rvm and installed the latest version of Ruby and everything works fine now.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top