alexmonteiro / Redmine-Monitoring-Controlling

Redmine Plugin that works with Highcharts to show tasks on project throught Charts.
Other
131 stars 79 forks source link

Cannot migrate the plugins #70

Closed ghost closed 11 years ago

ghost commented 11 years ago

Hi Alex, my last problem was https://github.com/alexmonteiro/Redmine-Monitoring-Controlling/issues/52, today i tried to update my redmine, and now I'm using :

Redmine version : 2.1.2.stable.10607 Ruby version : 1.9.3 (i386-mingw32) Rails version : 3.2.8

after i do the rake redmine:plugins:migrate RAILS_ENV=production i've got this message :

DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at C:/redmine/Rakefile:7) Plugins in vendor/plugins (C:/redmine/vendor/plugins) are no longer allowed. Please, put your Redmine plugins in the plugins directory at the root of your Redmine directory (C:/redmine/plugins)

Please help. Thanks

alexmonteiro commented 11 years ago

Hi @harisx!

Redmine 2.x changed redmine plugins folder to the root folder. Move your plugins from /vendor/plugins to /plugins.

You will get some issues using Ruby 1.9.x version. This plugin is compatible with 1.8.7 Ruby.