04 Jun, 2012

2 commits


21 Mar, 2012

2 commits


08 Mar, 2012

1 commit

  •   - closes #164
      - Kaminari was dropping the ?notice=1 from the
        first page link. In the controller if notice is
        not passed in we were assuming the user wanted
        the latest notice instead of the first.
      - Originally the Errs#show page would default to
        displaying the last notice page since that was
        the most recent notice. We changed the controller
        to order notices by created_at so that the notice
        we want to view is on page 1. That way, we do not
        have to fight Kaminari.
      - Rename Previous and Next to Older and Newer to
        reflect user's intent.
    Jared Pace
     

30 Nov, 2011

1 commit


19 Oct, 2011

1 commit


26 Sep, 2011

2 commits


05 Sep, 2011

4 commits


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

2 commits


15 Aug, 2011

1 commit


13 Aug, 2011

1 commit


10 Aug, 2011

2 commits


08 Aug, 2011

3 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


25 Apr, 2011

1 commit


23 Apr, 2011

1 commit


08 Apr, 2011

1 commit


05 Apr, 2011

1 commit


02 Apr, 2011

1 commit


30 Mar, 2011

2 commits


16 Mar, 2011

1 commit


09 Mar, 2011

1 commit


05 Mar, 2011

1 commit


04 Mar, 2011

1 commit


24 Nov, 2010

1 commit


23 Nov, 2010

1 commit


20 Aug, 2010

1 commit


13 Aug, 2010

1 commit