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
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.
02 Jun, 2012
2 commits
01 Jun, 2012
7 commits
-
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.
30 May, 2012
1 commit
19 May, 2012
1 commit
16 May, 2012
1 commit
-
Conflicts: Gemfile.lock
10 May, 2012
1 commit
09 May, 2012
1 commit
30 Mar, 2012
1 commit
23 Mar, 2012
4 commits
21 Mar, 2012
2 commits
-
Conflicts: spec/controllers/errs_controller_spec.rb
14 Mar, 2012
1 commit
-
Add Observers to Models
11 Mar, 2012
1 commit
08 Mar, 2012
1 commit
-
- closes #164 - Kaminari was dropping the ?notice=1 from the first page link. In the controller if notice is not passed in we were assuming the user wanted the latest notice instead of the first. - Originally the Errs#show page would default to displaying the last notice page since that was the most recent notice. We changed the controller to order notices by created_at so that the notice we want to view is on page 1. That way, we do not have to fight Kaminari. - Rename Previous and Next to Older and Newer to reflect user's intent.
07 Mar, 2012
1 commit