aliak
06-08-2010, 07:13 PM
Hey guys,
When I run rake db:migrate:reset in my app root folder I get an error telling me to install missing gems using rake gems:install. So I did this, ran rake db again and got the same error. So I installed the gems via cpanel, but rake gives me the same error again! So I installed the gems using gem install --remote <gem_name> and everytime the gem installations work. But I still can't migrate my database because of "Missing Gems".
I'm only using two extra gems and they are listed in my environment.rb file. Any clues as to what's up?
environment.rb===
config.gem "formtastic"
config.gem "authlogic"
When I run rake db:migrate:reset in my app root folder I get an error telling me to install missing gems using rake gems:install. So I did this, ran rake db again and got the same error. So I installed the gems via cpanel, but rake gives me the same error again! So I installed the gems using gem install --remote <gem_name> and everytime the gem installations work. But I still can't migrate my database because of "Missing Gems".
I'm only using two extra gems and they are listed in my environment.rb file. Any clues as to what's up?
environment.rb===
config.gem "formtastic"
config.gem "authlogic"