04 Jun, 2012
2 commits
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.
02 Jun, 2012
3 commits
01 Jun, 2012
26 commits
-
refactor errs/show view spec
-
add github authentication
-
No User-Agent: 'Ruby' is present in 1.8.7. (Fixed from my iPhone)
-
Conflicts: Gemfile Gemfile.lock app/assets/javascripts/errbit.js app/assets/stylesheets/errbit.css app/models/user.rb config/initializers/_load_config.rb
-
Conflicts: app/models/issue_trackers/github_issues_tracker.rb
-
Make whole (path/file) into github link, hide [PROJECT_ROOT], and replace [GEM_ROOT]/gems/****-*.*.* with bold gem name. Improved CSS colors.
31 May, 2012
1 commit
-
…d outside the request.