03 Jul, 2013
1 commit
27 Jun, 2013
1 commit
-
Conflicts: Gemfile.lock
25 Jun, 2013
3 commits
-
The Devise version was old so we upgrade to the latest version
-
Merge comment with problem during the merge of some problem
18 Jun, 2013
2 commits
-
see #477
13 Jun, 2013
2 commits
06 Jun, 2013
2 commits
-
Fix #456
05 Jun, 2013
1 commit
-
* Extract in UserDestroy the user destroy system with callback * Avoid delete himself * little refactor on rspec to be more rspec compiliant
04 Jun, 2013
1 commit
01 Jun, 2013
3 commits
-
* Delete the devmen unfuddle account * Improve spec to be more rspec compiliant * Little refactoring on unfuddle notification
-
Unfuddle Tracker
31 May, 2013
2 commits
-
In 1.8.7 the Symbol#<=> is not define. We can't sort directly array of Symbol, we need define how we sort it
30 May, 2013
2 commits
-
We need to be up to date with our dependencies. Now it's almost done
-
The ical generation failed in some case like report on #343. Now the ical generation work. fix #343
27 May, 2013
2 commits
22 May, 2013
3 commits
-
To test the rake db:seeds task require the db/seeds.rb file instead of require 'task' and launch the task. Avoid useless output on test to stubing Kernel.puts
-
The ProblemClearer launch a repair:database to limit the size of mongoDB database. Avoid to do it in test because can take 3s. This commit reduce by 3s the spec suite
-
* Extract the Problem#merge! in his own class * Extract the update cache system from problem in his own class * Welcome back to the backtrace_line_spec not found by a rspec spec because no end by _spec.rb
19 May, 2013
3 commits
-
The API received notice return a 500 if no all params are pass. Now return a 400 and information about args needed Fix #393
-
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
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
2 commits