30 Sep, 2011

1 commit


28 Sep, 2011

1 commit


27 Sep, 2011

2 commits


26 Sep, 2011

4 commits


17 Sep, 2011

1 commit


11 Sep, 2011

1 commit


10 Sep, 2011

2 commits


09 Sep, 2011

2 commits


05 Sep, 2011

5 commits


03 Sep, 2011

2 commits


01 Sep, 2011

3 commits


31 Aug, 2011

1 commit


27 Aug, 2011

4 commits


25 Aug, 2011

1 commit


24 Aug, 2011

1 commit

  • In before filter you can simply redirect to halt execution (simplified require_admin!).
    Extracted creating deploy logic to separate methods for defaut deploy and heroku deploy.
    Haml views should use haml-style tag declarations:
      %h3#watchers_toggle
      not
      %h3{:id => 'watchers_toggle'}
    Pavel Forkert
     

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

4 commits


13 Aug, 2011

2 commits


12 Aug, 2011

2 commits