12 Jun, 2012
3 commits
-
Update docs for heroku scheduler plugin
11 Jun, 2012
2 commits
-
Don't precompile apps.show.js
-
Since this is included in application.js now, there's no need to precompile it. :)
10 Jun, 2012
2 commits
09 Jun, 2012
2 commits
08 Jun, 2012
1 commit
-
update rails to 3.2.5
06 Jun, 2012
3 commits
-
looks like this mongoid bug was fixed here: https://github.com/mongoid/mongoid/commit/2b7407977452a1f05d6eb5edf2d9a00b0c359ccf
-
looks like this mongoid bug was fixed here: https://github.com/mongoid/mongoid/commit/2bf79e273723b18b9706cf4ebeb348135af83fbe
05 Jun, 2012
12 commits
-
looks like this mongoid bug was fixed here: https://github.com/mongoid/mongoid/commit/2bf79e273723b18b9706cf4ebeb348135af83fbe
-
… issues for public/private/no repos)
-
…(in case tracker is changed, or multiple trackers are registered)
04 Jun, 2012
7 commits
-
extract comments logic to CommentsController
-
…ween creating an issue on Github, or on their configured issue tracker.
03 Jun, 2012
8 commits
-
fix error when only one app is present
-
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.