1
Good afternoon,
I am using someone else’s program developed in Ruby on Rails and after giving bundle install
in the project folder and install all gems
, I tried to create the database through the commands:
rake db:create
and rake db:migrate
But the following error is occurring:
Gem::Loaderror: You have already Activated rake 10.4.2, but your Gemfile requires rake 10.3.1. Prepending
bundle exec
to your command may Solve this.
I looked for some solution, but I could not solve
Thank you very much! Solved the problem.
– Pedro Luiz Tortella