Your Gemfile lists the gem yard (>= 0) more than once.
You should probably keep only one of them.
While it's not a problem now, it could cause errors if you change the version of
just one of them later.
* Invoke redmine:plugins:migrate (first_time)
* Invoke environment (first_time)
\ Execute environment
rake aborted!
cannot load such file -- redmine_acts_as_taggable_on/initialize
I am sorry, but I actually stopped using Redmine about a year ago, and I can't remember enough to be able to help. The Redmine forums are often helpful, though.
I have met error when I tried install redmine_knowledgebase to Bitnami Redmine 2.5.1-1 like as follows.
C:\Bitnami\redmine-2.5.1-1\apps\redmine\htdocs>bundle exec rake redmine:plugins:migrate NAME=redmine_knowledgebase
Your Gemfile lists the gem yard (>= 0) more than once. You should probably keep only one of them. While it's not a problem now, it could cause errors if you change the version of just one of them later. * Invoke redmine:plugins:migrate (first_time) * Invoke environment (first_time) \ Execute environment rake aborted! cannot load such file -- redmine_acts_as_taggable_on/initialize
And following is my RubyGems Environment.
And the related installed gems are these.
C:\Bitnami\redmine-2.5.1-1>gem list acts * LOCAL GEMS * acts-as-taggable-on (3.1.1, 2.4.1) redmine_acts_as_taggable_on (1.0.0)
I will appreciate your help................................................................................................