0

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?

Mike Neumegen
  • 2,436
  • 1
  • 24
  • 39
  • As a workaround I comment out the line 'gem "simple-navigation"' in my Gemfile, run bundle install, run the migration, uncomment the line, run bundle install again. Surely there's a better way of doing this? – Mike Neumegen May 05 '11 at 03:45

1 Answers1

0

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

Mike Neumegen
  • 2,436
  • 1
  • 24
  • 39