Skip to content
New issue

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

Support for Redmine 2.4.1 and Ruby 1.8.7 #12

Open
wunderwerk opened this issue Jul 26, 2014 · 2 comments
Open

Support for Redmine 2.4.1 and Ruby 1.8.7 #12

wunderwerk opened this issue Jul 26, 2014 · 2 comments

Comments

@wunderwerk
Copy link

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.

@dkuk
Copy link
Collaborator

dkuk commented Jul 26, 2014

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.

@pineapplethief
Copy link
Contributor

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants