eyp / redmine_spent_time

Redmine plugin that improves the spent time functionality.
Other
57 stars 39 forks source link

Error in rake command #45

Closed cennini closed 11 years ago

cennini commented 11 years ago

I dowload the zip file http://www.redmine.org/attachments/download/9188/redmine_spent_time-2.5.0.zip and unzip it under plugins folder, as I usually do with plugins. When a perform the command: rake redmine:plugins:migrate RAILS_ENV=production I receive the error: could no find gem 'best_in_place' (>= 0) x86-mingw32' in the gems available on this machine. I use Bitnami Redmine 2.3.2.stable, Ruby version 1.9.3-p231, Rails 3.2.13 with other plugins. Thanks, Alberto

eyp commented 11 years ago

I guess it is solved, simply run bundle install in Redmine installation path and it solves the problem.