Closed DejaAugustine closed 12 years ago
If you would look at the README, this plugin IS NOT compatible with Redmine 1.4.
There are a number of other problems with 1.4 which still need to be addressed.
An alternative way to fix this would be to replace the following:
<%= error_messages_for :gitosis_public_key %>
with the following:
<%= error_messages_for @gitosis_public_key %>
Since that's an easy fix, it would be great if someone could push it. Thanks!
My setup:
Redmine 1.4-stable Ubuntu 11.10 Ruby 1.9.2 (via RVM) Gem 1.8.24 Rails 2.3.14
I've encountered the following error while trying to use this plugin:
Changing line 7 to the following seems to have done the trick, however:
I'm not sure if this is the best way to solve it, but it's the recommended change for Rails 3 and oddly seems to have done the trick here.