Categories: None [Edit]
rtrac
== FEATURES/PROBLEMS: Ticket access for Trac == SYNOPSIS: Rtrac::Base.get_by_milestone(milestone).each do |id| # grab the ticket's data tick = Rtrac::Ticket.new(id) iteration_hash[:total] += tick.severity.to_i iteration_hash[:tickets] << {:id => id, :points => tick.severity.to_i, :status => tick.status, :updated_at =>Time.parse(tick.updated_at.to_s)} end == REQUIREMENTS: active_support hoe
Total
Ranking: 96,441 of 187,603
Downloads: 8,395
Daily
Ranking: 145,949 of 187,591
Downloads: 0
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 129,002 | 4,800 | rtrac-utils |
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 2,297 | 8,988,964 | hoe |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | jstep |