06 May, 2013
4 commits
-
Extract all concern about this call to his own class and move test to this class
-
Some test on spec/model/app are too specific to spec/model/error_report move to this spec
-
When a notice is do with an invalid api_key the return is a 404 HTTP code and no explain about what really happen. Now if you try post a notice with a bad API_KEY, errbit return a 422 HTTP status code, like doing by airbrake. see #472
-
Add some test with notice send with empty backtrace Add some test directly in the ErrorReport model
08 Apr, 2013
1 commit
-
Test coverage for comment observer [Fixes #452]
13 Mar, 2013
1 commit
12 Mar, 2013
3 commits
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.
08 Mar, 2013
1 commit
-
Previously, creating a user without a github login would result in user.github_login == '' instead of nil. This prevented creating more than one user without a github login because of the unique index on the field.
07 Mar, 2013
1 commit
-
…nd line number, and fall back to error message.
06 Mar, 2013
3 commits
05 Mar, 2013
8 commits
04 Mar, 2013
1 commit
-
Fixes the backtrace url_to_file for redmine tracker.
14 Feb, 2013
2 commits
12 Feb, 2013
5 commits
08 Feb, 2013
1 commit
-
Support for multiple XMPP clients and ability to send to a room and user
06 Feb, 2013
2 commits
-
Adds username and password to redmine tracker config.
31 Jan, 2013
2 commits
28 Jan, 2013
4 commits
-
update airbrake api to 2.4