19 May, 2013
1 commit
-
Fix for issue #409: Error on Gravatar helpers when no email is provided
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
05 May, 2013
1 commit
-
Extract the task in a class doing the job Add test on this class Update rspec and rspec-rails gems
03 May, 2013
1 commit
-
Add the coverall badge on README Fix coverall coverage to add it on top of spec_helper Add simplecov report generation with launch spec with COVERAGE=true env
28 Apr, 2013
3 commits
23 Apr, 2013
1 commit
09 Apr, 2013
1 commit
08 Apr, 2013
1 commit
-
Test coverage for comment observer [Fixes #452]
21 Mar, 2013
2 commits
-
Notice API: properly transform <var> tags
-
<var> tags with blank values were ending up completely wrong in the resulting hash. This: (a user with a blank name) <var key="user"> <var key="id">123</var> <var key="name"/> </var> Gets parsed by hoptoad_notifier into this: { 'key' => 'user', 'var' => [{ 'key' => 'id', '__content__' => '123' },{ 'key' => 'name' }] } Which when passed through the "rekey" method, ended up like this: { 'user' => { 'id' => '123', 'key' => 'name' # bad and wrong } } Now, after these changes, it correctly comes through as: { 'user' => { 'id' => '123', 'name' => nil # much better! } }
19 Mar, 2013
1 commit
13 Mar, 2013
1 commit
12 Mar, 2013
1 commit
08 Mar, 2013
3 commits
-
Github Login: allow setting to blank
-
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.
-
It's pretty useful when visually scanning the messages in my inbox to see the count in the subject instead of having to open the email. The relative importance of an email roughly scales with similar_count, so it's a fairly important piece of info.
06 Mar, 2013
2 commits
05 Mar, 2013
4 commits
14 Feb, 2013
2 commits
12 Feb, 2013
3 commits
08 Feb, 2013
1 commit
-
Support for multiple XMPP clients and ability to send to a room and user
07 Feb, 2013
2 commits
31 Jan, 2013
1 commit