19 May, 2013
1 commit
-
Fix for issue #409: Error on Gravatar helpers when no email is provided
18 May, 2013
1 commit
-
NameError: uninitialized constant due class creation dependend on loaded gems
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
25 Apr, 2013
1 commit
23 Apr, 2013
1 commit
09 Apr, 2013
1 commit
08 Apr, 2013
1 commit
-
Test coverage for comment observer [Fixes #452]
13 Mar, 2013
2 commits
-
There was a "you" missing in the sentence.
12 Mar, 2013
6 commits
10 Mar, 2013
3 commits
-
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.
-
Keepin it DRY.
08 Mar, 2013
5 commits
-
Github Login: allow setting to blank
-
Backtrace link to source file in Redmine repaired - fixes #374
-
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.
07 Mar, 2013
2 commits
-
Alter tally sort order to be by popularity descending instead of ascending. Because we should show the most popular entries at the top.
-
…nd line number, and fall back to error message.
06 Mar, 2013
7 commits
05 Mar, 2013
3 commits