29 Aug, 2013
1 commit
-
Fix #219
21 Aug, 2013
2 commits
-
The rescue is catch and report on the errbit notification system Fix #551
-
I think the Observer Pattern in Model is too ackward and need to be avoid. This kind of stuff is delete on Rails 4 for example.
19 Aug, 2013
2 commits
-
Suggestion: Err should validate 'problem_id' and 'fingerprint'
-
Nicer, friendlier HipChat notification message
07 Aug, 2013
1 commit
06 Aug, 2013
1 commit
05 Aug, 2013
2 commits
31 Jul, 2013
1 commit
23 Jul, 2013
2 commits
-
spec/controllers
20 Jul, 2013
1 commit
17 Jul, 2013
1 commit
-
* Stop using inherited_resources and only decent_exposure * Use decent_exposure when it's possible * Extract some translation
15 Jul, 2013
3 commits
-
Extract some instance variable in DecentExposure extract same usage of params in ProblemController and AppController
14 Jul, 2013
1 commit
12 Jul, 2013
1 commit
03 Jul, 2013
1 commit
02 Jul, 2013
2 commits
-
Extract the filter `find_problem` in decent_exposure to get this problem
-
1) Limit some before_filter using the expose system 2) Extract some view test in view spec instead of controller spec
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
4 commits
-
… a composite of error_class + component + action + environment + backtrace[0..3]. These fields no longer need to be cached separately on Err because they are now cached on Problem. This commit combines all those values into one simple key: fingerprint. This should: - Make err lookups faster - Make it easier to reason about, test, and replace the fingerprint algorithm - Make the relationship between Problems, Errs, and Notices clearer
-
Problems are the models rendered in the UI now, not Errs. Errs are functioning as a glorified hash table. It makes more sense to validate problems. Also, this paves the way for the next commit, so that no functionality is lost in the subsequent refactor.
-
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
1 commit
-
In 1.8.7 the Symbol#<=> is not define. We can't sort directly array of Symbol, we need define how we sort it