25 Sep, 2013
1 commit
31 Jul, 2013
1 commit
13 Jun, 2013
1 commit
01 Jun, 2013
2 commits
-
* Delete the devmen unfuddle account * Improve spec to be more rspec compiliant * Little refactoring on unfuddle notification
08 Mar, 2013
1 commit
05 Mar, 2013
1 commit
07 Feb, 2013
2 commits
27 Dec, 2012
1 commit
26 Dec, 2012
1 commit
09 Nov, 2012
1 commit
05 Nov, 2012
3 commits
-
Fix whitespace issues
26 Sep, 2012
1 commit
-
Conflicts: Gemfile app/assets/images/gtalk_inactive.png
19 Jul, 2012
1 commit
-
* Pivotal Trackers API requires 'requested_by' to be set
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
09 Sep, 2011
1 commit
-
…back to issue trackers such as redmine. Redmine can now also be configured with 2 projects - one for creating tickets, and one for viewing files. (Some organizations do it this way because of permissions issues)
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.
19 Aug, 2011
2 commits
-
…ntroller into their respective models. * Wrote specs for Fogbugz. Turns out that the Fogbugz API used the 'Crack' gem which happened to break mongoid by playing with the String class. See here for details: [ https://github.com/mongoid/mongoid/issues/618 ]. * This is why I had to upgrade mongoid to version 2.1.1, which included the 'Crack' fix. Upgrading Mongoid to 2.1.1 required the following changes: ** Fixing a counter_cache test on Err model ** Namespacing all of the subclassed IssueTracker models based on their parent directory ** Setting `config.mongoid.preload_models = true` in config/application.rb