backlogs / redmine_backlogs

A Redmine plugin for agile teams
https://backlogs.github.io/www/
GNU General Public License v2.0
773 stars 460 forks source link

bug with redmine 1.3.0 #1070

Closed unglevan closed 8 years ago

unglevan commented 9 years ago

I have flowing bug when setup with redmine 1.3.0. ruby 1.8.7 (2012-02-08 patchlevel 358) [x86_64-linux] Rails 2.3.14 backlog: V1.0.6 Plz help me /var/lib/redmine/vendor/plugins/redmine_backlogs/app/models/rb_release.rb:59: syntax error, unexpected '.', expecting kEND .order(:day).group(:day).sum(:total_points) ^ /var/lib/redmine/vendor/plugins/redmine_backlogs/app/models/rb_release.rb:61: syntax error, unexpected '.', expecting kEND .order(:day).group(:day).sum(:added_points) ^ /var/lib/redmine/vendor/plugins/redmine_backlogs/app/models/rb_release.rb:63: syntax error, unexpected '.', expecting kEND .order(:day).group(:day).sum(:closed_points) ^

achiinto commented 9 years ago

Isn't Redmine Backlogs only works with Redmine version 2+ ? I thought it was designed to work with Rails 3.

patrickatamaniuk commented 8 years ago

redmine 1.x is not working with backlogs, support was dropped long ago. There is some Rails2 code in there, but it is not working.