30 Mar, 2014
2 commits
-
When creating a issue using octokit, we need to pass a instead of a , as those are changes on the new octokit gem. [fixes #675]
30 Nov, 2013
1 commit
25 Sep, 2013
1 commit
04 Jun, 2012
1 commit
-
…ween creating an issue on Github, or on their configured issue tracker.
02 Jun, 2012
1 commit
01 Jun, 2012
2 commits
-
No User-Agent: 'Ruby' is present in 1.8.7. (Fixed from my iPhone)
19 May, 2012
1 commit
10 May, 2012
1 commit
29 Nov, 2011
1 commit
26 Sep, 2011
1 commit
-
…les, fixed whitespace, upgraded RSpec to 2.6.0 Conflicts: app/helpers/errs_helper.rb app/mailers/mailer.rb app/models/notice.rb app/views/errs/_table.html.haml app/views/errs/show.html.haml app/views/notices/_summary.html.haml spec/models/issue_trackers/redmine_tracker_spec.rb spec/views/errs/show.html.haml_spec.rb
05 Sep, 2011
1 commit
27 Aug, 2011
1 commit
-
…issue tracker models. This not only keeps the view DRY, but also streamlines the process of creating new issue trackers. Next step is to write a rails generator so that we can run 'rails generate issue_tracker NewIssueTracker'. Also, this commit contains a fix for the apps/edit page, where issue trackers were not being saved correctly.