1000ideas / redmine_budget

1 stars 1 forks source link

Could it support Redmine 3.3.X? #1

Open archonwang opened 7 years ago

archonwang commented 7 years ago

Could it support Redmine 3.3.X?

Thanks.

archonwang commented 7 years ago

when I rake db migration , it occured an error

# bundle exec rake redmine:plugins:migrate RAILS_ENV=production
(in /opt/redmine-3.3)
/usr/local/rvm/gems/ruby-2.2.4@newgemset/gems/htmlentities-4.3.1/lib/htmlentities/mappings/expanded.rb:465: warning: duplicated key at line 466 ignored: "inodot"
yard not installed (gem install yard)
/opt/redmine-3.3/plugins/redmine_issue_checklist/init.rb:24: warning: duplicated key at line 24 ignored: :issue_checklist
An error occurred while loading the routes definition of redmine_budget plugin (/opt/redmine-3.3/plugins/redmine_budget/config/routes.rb): Invalid route name, already in use: 'additional_co
st' You may have defined two routes with the same name using the `:as` option, or you may be overriding a route already defined by a resource with the same naming. For the latter, you can restr
ict the routes created with `resources` as explained here: http://guides.rubyonrails.org/routing.html#restricting-the-routes-created.