30 Nov, 2013
1 commit
03 Oct, 2013
1 commit
-
Treat request URL as CDATA so query string params don't result in invalid XML
25 Sep, 2013
1 commit
24 Sep, 2013
1 commit
18 Jun, 2013
1 commit
08 May, 2013
1 commit
07 May, 2013
2 commits
-
Try reproduce issue #444
06 May, 2013
5 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