05 Jan, 2012

1 commit


30 Nov, 2011

3 commits


29 Nov, 2011

2 commits


19 Oct, 2011

1 commit


27 Sep, 2011

1 commit


26 Sep, 2011

2 commits


08 Sep, 2011

1 commit


05 Sep, 2011

5 commits


03 Sep, 2011

1 commit


27 Aug, 2011

2 commits


24 Aug, 2011

1 commit


19 Aug, 2011

1 commit

  • …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
    Nathan Broadbent
     

18 Aug, 2011

3 commits


15 Aug, 2011

1 commit


13 Aug, 2011

1 commit


12 Aug, 2011

2 commits


10 Aug, 2011

3 commits


09 Aug, 2011

1 commit


08 Aug, 2011

3 commits


07 Aug, 2011

2 commits


25 Jul, 2011

1 commit

  • Moved too fast without thinking about tests, for a lot of things.
    Wrote tests for all_errs and environment params for /app/:id and /errs
    Tests for the Mongoid override reside in a separate fork of mongoid,
    found at
    https://github.com/mhs/mongoid/commit/e5b2b1346c73a2935c606317314b6ded07260429#diff-1
    it didn't make sense to re-test this functionality.
    Tracey Eubanks
     

21 Jul, 2011

1 commit


20 Jul, 2011

1 commit