You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Turns out it was because of the ruby version 1.8.7. The Hash#[] method from 1.9.3 is able to take a 2-dimention array, but the one from 1.8.7 can´t do it.
I worked around that that by manually adding the items to the hash, as the code below (method burndown_calc, line 174). Sorry, but i´m not skilled with ruby, probably there is a much clever way to do it.
The burndown graph is working fine with all issues opened. But as soon as I closed one issue, I got Internal Error 500. My log shows this:
I´m using Redmine 1.4.4, with Scrumbler commit 1d8002f (redmine 1.4.x support from may 2nd).
Ruby version: 1.8.7
Rails version: 2.3.14
Gem list:
The text was updated successfully, but these errors were encountered: