backlogs/redmine_backlogs

View on GitHub
app/controllers/rb_calendars_controller.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Method generate_ical has 63 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def generate_ical
    cal = Icalendar::Calendar.new

    # current + future sprints
    RbSprint.find(:all, :conditions => ["not sprint_start_date is null and not effective_date is null and project_id = ? and effective_date >= ?", @project.id, Date.today]).each {|sprint|
Severity: Major
Found in app/controllers/rb_calendars_controller.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status