12 Mar, 2013
1 commit
10 Mar, 2013
1 commit
-
Mongoid defines it's own ==() and eql?() methods that are based on the ObjectId. Comparable provides it's own ==() function that uses `<=>` under the hood. == is used when inserting into a Hash, App docuemnts are put in hashes hundreds of times per request. We don't was to to call <=> hundreds of time. Putting the Comparable mixin at the top allows the mongoid mixin to override == with it's faster implementation.
05 Mar, 2013
1 commit
12 Feb, 2013
1 commit
12 Dec, 2012
1 commit
30 Oct, 2012
1 commit
29 Oct, 2012
4 commits
-
App is not responsible to know implementation details of issue trackers and notification services.
28 Oct, 2012
2 commits
03 Oct, 2012
1 commit
19 Sep, 2012
2 commits
-
Conflicts: app/helpers/apps_helper.rb app/views/apps/index.html.haml
11 Sep, 2012
1 commit
26 Aug, 2012
1 commit
24 Aug, 2012
1 commit
10 Aug, 2012
1 commit
07 Aug, 2012
2 commits
06 Jun, 2012
1 commit
03 Jun, 2012
1 commit
30 May, 2012
1 commit
09 May, 2012
1 commit
06 Jan, 2012
1 commit
20 Dec, 2011
1 commit
28 Sep, 2011
1 commit
26 Sep, 2011
2 commits
-
Conflicts: app/controllers/apps_controller.rb app/models/app.rb app/models/deploy.rb app/models/problem.rb app/views/notices/_backtrace.html.haml app/views/notices/_summary.html.haml public/stylesheets/application.css spec/models/problem_spec.rb
-
…les, fixed whitespace, upgraded RSpec to 2.6.0 Conflicts: app/helpers/errs_helper.rb app/mailers/mailer.rb app/models/notice.rb app/views/errs/_table.html.haml app/views/errs/show.html.haml app/views/notices/_summary.html.haml spec/models/issue_trackers/redmine_tracker_spec.rb spec/views/errs/show.html.haml_spec.rb
11 Sep, 2011
1 commit
-
headers; - cache sortable attributes on Problem - index sortable attributes for performance
09 Sep, 2011
2 commits
-
…back to issue trackers such as redmine. Redmine can now also be configured with 2 projects - one for creating tickets, and one for viewing files. (Some organizations do it this way because of permissions issues)
-
github url, but points to a redmine repo. The format of the link is something like: https://redmine.example.com/projects/my_great_project/repository/revisions/master/entry after that file path and line number are appended. Conflicts: app/views/notices/_backtrace.html.haml
05 Sep, 2011
2 commits
-
concerns (e.g. fingerprint) from notice parsing concerns. This also makes it easier to support multiple versions of the Airbrake API.
03 Sep, 2011
1 commit
27 Aug, 2011
2 commits
-
…. (We needed to set up 10+ apps using the same issue tracker and watcher email). Works great, and is tested, but I wouldn't mind some help on the UI.
13 Aug, 2011
1 commit
12 Aug, 2011
1 commit