15 Nov, 2015
1 commit
-
Based on https://github.com/bbatsov/ruby-style-guide#single-line-blocks
04 Nov, 2015
1 commit
31 Oct, 2015
1 commit
11 Jan, 2015
1 commit
03 Dec, 2013
2 commits
06 May, 2013
2 commits
-
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