upgradeya / redmine-contracts-with-time-tracking-plugin

A Redmine plugin that allows you to manage contracts and associate time-entries with those contracts.
35 stars 22 forks source link

require_dependency 'contract_category' 45 #46

Closed bluenevus closed 8 years ago

bluenevus commented 8 years ago

I get an error that it require_dependency 'contract_category' 45

it won't install because this dependency can't be found

redmine 3.2 redmine 3.3

wesley-jones commented 8 years ago

Hey bluenevus, can you check if that dependency exists? It is referencing a file within the plugin. Check your plugins folder for contracts/app/models/contract_category.rb.

bluenevus commented 8 years ago

rake aborted! LoadError: No such file to load -- contract_category /var/lib/gems/2.1.0/gems/polyglot-0.3.5/lib/polyglot.rb:65:in require' /var/lib/gems/2.1.0/gems/polyglot-0.3.5/lib/polyglot.rb:65:inrequire'

bluenevus commented 8 years ago

the file is there though

bluenevus commented 8 years ago

got it. folder needs to be renamed to contracts. next I had redminecrm plugin invoices installed. didn't work because of a conflict in the table expenses it creates with the expense table this plugin creates. got it working

wesley-jones commented 8 years ago

Ok cool. Yea, sorry about that. I just made a change to resolve that conflict with that table names, so feel free to grab the latest code if you have issues with the expenses table.