19 Sep, 2012
1 commit
-
Conflicts: Gemfile.lock
11 Sep, 2012
2 commits
29 Aug, 2012
3 commits
-
…gn to show delete 'X' at right, and gravatar at left
28 Aug, 2012
1 commit
22 Aug, 2012
3 commits
21 Aug, 2012
2 commits
-
… shown at 500.html inside monitored app.
-
…rake gem), so now Errbit is compatible with the user informer feature.
14 Aug, 2012
3 commits
10 Aug, 2012
2 commits
09 Aug, 2012
1 commit
-
Feature/improve destroy problem
07 Aug, 2012
2 commits
02 Aug, 2012
2 commits
01 Aug, 2012
1 commit
19 Jul, 2012
1 commit
-
* Pivotal Trackers API requires 'requested_by' to be set
16 Jul, 2012
2 commits
-
This reverts commit 2f880ac002528cdf86bdc300d80f9c04155be8a7.
14 Jul, 2012
1 commit
11 Jul, 2012
1 commit
-
don't use iVars simplify github button specs
10 Jul, 2012
2 commits
-
don't use iVars in spec
06 Jul, 2012
1 commit
16 Jun, 2012
1 commit
-
fix confirm option deprecations
13 Jun, 2012
1 commit
10 Jun, 2012
1 commit
05 Jun, 2012
1 commit
04 Jun, 2012
2 commits
-
…ween creating an issue on Github, or on their configured issue tracker.
03 Jun, 2012
3 commits
-
It fixes ActionView::Template::Error (undefined method `>' for nil:NilClass) error. This error was showing when there is only one app was present. In AppsController when we were trying to sort our apps and if apps.count == 1 the sort method actually doesn't call block so we had empty @unresolved_counts, @problem_counts assigns.