26 Aug, 2011
1 commit
25 Aug, 2011
3 commits
-
…, based on IssueTracker subclasses.
24 Aug, 2011
4 commits
-
Small enhancements, more to go
-
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'}
-
Github username
19 Aug, 2011
8 commits
-
add SystemTimer for ruby 1.8 Looks good, as a drop-in replacement for timeout.rb. http://ph7spot.com/musings/system-timer
-
Update and fix will_paginate for 3.0 release
-
…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
18 Aug, 2011
17 commits
-
…t, I'm not getting paid at all!
-
…ke a while to load after you click them.
-
…e icons. Added desaturated 'inactive' icons.
17 Aug, 2011
5 commits
16 Aug, 2011
2 commits
-
Updated README, steps reordering in "Running locally" section
-
…ttach error) -> Failed to attach to process. This will make it easier for new users to set up in the meantime. [ci skip]" This reverts commit 3f18f4340016620e85526dae114ee72fb33dd80e.