21 May, 2013
1 commit
-
“Late last year, Airbrake was acquired by the team at Exceptional, inc.” — http://robots.thoughtbot.com/post/17212734809/airbrake-acquired-by-exceptional (February 7, 2012)
19 May, 2013
7 commits
-
[ci skip]
-
The API received notice return a 500 if no all params are pass. Now return a 400 and information about args needed Fix #393
-
[ci skip]
-
Use Nokogiri to parse XML and see if it's valid XML
-
Fix for issue #409: Error on Gravatar helpers when no email is provided
-
We can have a more quick test suite with test-queue. A doc explain how you can use it [ci skip]
-
You can allways use test_queue by running script ./script/rspec-queue-mongoid.rb spec
18 May, 2013
2 commits
-
[ci-skip]
-
NameError: uninitialized constant due class creation dependend on loaded gems
17 May, 2013
2 commits
-
Javascript notifications on README
-
Describe how to configure the javascript errors notifications on your rails app and errbit on the README
15 May, 2013
8 commits
-
It's needed to be use in ruby 1.8
-
Bad formating in the readme about the gemnasium badge.
08 May, 2013
3 commits
-
Added development group to Gemfile
07 May, 2013
10 commits
-
Try reproduce issue #444
-
Return 422 HTTP status code when invalid API key
-
use charAt as array notation is not available in IE8
-
`"foo"[0]` is not available in IE < 9. Use `charAt` instead.
06 May, 2013
7 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
-
Add a helpful error message when non-admin users get a permission denied