We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi there,
I am running Redmine 2.4.1 and Ruby 1.8.7. Unfortunately, installation of the unread_issues plguin fails upon execution of the database migration:
Resulting error:
/usr/local/redmine-2.4.1/plugins/unread_issues/init.rb:9: syntax error, unexpected ':', expecting kEND settings partial: 'unread_issues/settings'
Could anyone help to get unread_issues installed under Redmine 2.4.1 and Ruby 1.8.7?
Best regards, Peter.
The text was updated successfully, but these errors were encountered:
You may change hash syntax to old
settings :partial => 'unread_issues/settings'
but ruby 1.8.7 is too old...( I think that is not one place where new hash notation used.
Sorry, something went wrong.
I suggest you to move to ruby 1.9.3 and redmine 2.5, 1.8.7 is way too old.
2014-07-27 1:46 GMT+11:00 Danil Kukhlevskiy [email protected]:
You may change hash syntax to old settings :partial => 'unread_issues/settings' but ruby 1.8.7 is too old...( I think that is not one place where new hash notation used. — Reply to this email directly or view it on GitHub #12 (comment).
— Reply to this email directly or view it on GitHub #12 (comment).
No branches or pull requests
Hi there,
I am running Redmine 2.4.1 and Ruby 1.8.7. Unfortunately, installation of the unread_issues plguin fails upon execution of the database migration:
rake redmine:plugins:migrate NAME=unread_issues RAILS_ENV=production
Resulting error:
/usr/local/redmine-2.4.1/plugins/unread_issues/init.rb:9: syntax error, unexpected ':', expecting kEND
settings partial: 'unread_issues/settings'
Could anyone help to get unread_issues installed under Redmine 2.4.1 and Ruby 1.8.7?
Best regards,
Peter.
The text was updated successfully, but these errors were encountered: