hicknhack-software / redmine_time_tracker

A time tracker plugin for Redmine
Other
106 stars 32 forks source link

it doesn't install with redmine 2.6.x #197

Closed mauro-miatello closed 7 years ago

mauro-miatello commented 9 years ago

rake redmine:plugins:redmine_time_tracker:install RAILS_ENV=production

(in /var/www/redmine) [DEPRECATION] requiring "RMagick" is deprecated. Use "rmagick" instead

Compiling coffeescript files:

rake aborted! NameError: uninitialized constant CoffeeScript /var/www/redmine/plugins/redmine_time_tracker/lib/tasks/setup_plugin.rake:91:in convert_file' /var/www/redmine/plugins/redmine_time_tracker/lib/tasks/setup_plugin.rake:48:inblock (7 levels) in <top (required)>' /var/www/redmine/plugins/redmine_time_tracker/lib/tasks/setup_plugin.rake:47:in each' /var/www/redmine/plugins/redmine_time_tracker/lib/tasks/setup_plugin.rake:47:inblock (6 levels) in <top (required)>' /var/www/redmine/plugins/redmine_time_tracker/lib/tasks/setup_plugin.rake:46:in each' /var/www/redmine/plugins/redmine_time_tracker/lib/tasks/setup_plugin.rake:46:inblock (5 levels) in <top (required)>' /var/www/redmine/plugins/redmine_time_tracker/lib/tasks/setup_plugin.rake:13:in `block (4 levels) in <top (required)>' Tasks: TOP => redmine:plugins:redmine_time_tracker:convert:coffeescript (See full trace by running task with --trace)

MDXDave commented 9 years ago

+1

jume-dev commented 9 years ago

Hmm, strange one, because our travis tries with redmine 2.6.0 and this works. As it seems it is a problem with coffeescript. Please check if the Coffeescript gem is installed and in which version

mauro-miatello commented 9 years ago

my redmine is 2.6.3.stable my coffee-script is 2.4.1 my coffee-script-source is 1.9.1.1

gartorware commented 8 years ago

Same problem here, same gem versions

vvklymchuk commented 7 years ago

I use Redmine 3.2.0 and the same error. As described here http://stackoverflow.com/questions/28312460/object-doesnt-support-this-property-or-method-rails-windows-64bit in the second answer, I downgraded coffe-script-source to 1.8.0 and the plugin was installed successfully