Closed tofi86 closed 8 years ago
I went to the extend of installing ruby 1.9.3-p0 to test for myself. I get the same error. I conclude that wice_grid 3.5.0 doesn't support ruby 1.9.3-p0. It may be working using the latest ruby of the 1.9 branch, I didn't test. However, note that the ruby 1.9 branch is not supported anymore since the 23rd of February 2015. I think also the wice_grid maintainers won't be interested in fixing compatibility with an unsupported ruby version.
For these reasons, I would advise you to update the the latest stable ruby. RVM is a great help to manage ruby versions easily: https://rvm.io/
Please tell me if you try the latest ruby of the 1.9 branch (1.9.3-p551 I believe) so I can update the plugin README accordingly.
Also, out of curiosity, how did you end up with ruby 1.9.3-p0? Using a package manager? On which distro?
Cheers,
You're right, Ruby 1.9.3 is pretty old. However, it's the latest version on Ubuntu 12.04 LTS which we're currently using on our redmine web server.
I suggest you go with RVM not to be tied to distro packages (obviously that implies to uninstall the distro's Ruby package).
jup, I'm just in the middle of a migration from distro ruby to RVM ruby ;-)
Here we go:
Environment:
Redmine version 3.1.3.stable.14976
Ruby version 2.2.1-p85 (2015-02-26) [x86_64-linux]
Rails version 4.2.5
Environment production
Database adapter Mysql2
Will test the master
branch with my patch #20 now...
perfect, works well now! :)
Good to hear! Also I suspect that the patch would not have been required in this configuration. I'm still adding it for safety. Cheers!
After installing gems with
bundle install
(and after patching the Gemfile with PR #20) I ran the migration and got this error:This is my redmine environment: