ChiliProject is not maintained anymore. Please be advised that there will be no more updates.
We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.
Test errors on 1.8.6 after acts_as_journalized merge (Bug #413)
Description
There is an incompatibility with an API change from 1.8.6 to 1.8.7. Some tests in the IssueControllerTest rely on Hash#first
which was only introduced with Ruby 1.8.7.
I know, that 1.8.6's support status is rather vague, but since the needed changes are rather minimal, I am proposing to fix this issue.
Associated revisions
Adds email notification on wiki changes (#413). It's disabled by default and can be enabled in application settings.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2749 e93f8b46-1217-0410-a6f0-8f06a7374b81
Ability to watch a wiki or a single wiki page (#413).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2765 e93f8b46-1217-0410-a6f0-8f06a7374b81
[#413] using Hash#to_a.first since Hash#first is not present in 1.8.6
History
Updated by Gregor Schmidt at 2011-05-13 10:25 pm
The pull request is at https://github.com/chiliproject/chiliproject/pull/54.
Thanks for having a look.
- Assignee deleted (
Gregor Schmidt) - Status changed from Open to Ready for review
Updated by Felix Schäfer at 2011-05-13 11:39 pm
As this is only in the tests, I don't mind the performance hit if any. Merged in 0957e478abbc12cf9ff36cdefb455dd0c5e663a1, thanks.
- Status changed from Ready for review to Closed