15 Nov, 2015
1 commit
-
Based on https://github.com/bbatsov/ruby-style-guide#single-line-blocks
04 Nov, 2015
4 commits
20 Oct, 2015
1 commit
-
This is a tough call, both the Rails style (with private/protected) methods indented one level under the keyword, and other places using the standard ruby don't modify identation for access level. I think this strikes a good balance while still being readable. s
15 Oct, 2015
1 commit
-
Tiny addition to overall consistency
03 Oct, 2015
2 commits
-
Now that it is easy to change fingerprinting logic, it is important that users have a way to regenerate fingerprints on existing notices. This commit reorganizes and unifies problem refingerprinting between both merge/unmerge and the global refingerprinting rake task.
01 Sep, 2015
1 commit
-
In the past users could only follow apps if an admin did it for them. But now users can follow and unfollow any apps. Following an app is no longer like a permission to view that app.
14 Aug, 2015
1 commit
26 Dec, 2014
1 commit
20 Dec, 2014
1 commit
04 Dec, 2013
1 commit
-
This new system can avoid having all dependencies in Errbit directly. Now if you want new issue tracker you need add it. Not delete it like previous. This work is in progress actually
20 Aug, 2013
1 commit
19 Aug, 2013
1 commit
-
Suggestion: Err should validate 'problem_id' and 'fingerprint'
15 Jul, 2013
1 commit
-
Extract some instance variable in DecentExposure extract same usage of params in ProblemController and AppController
18 Jun, 2013
2 commits
-
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
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
22 May, 2013
1 commit
-
* 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
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
12 Mar, 2013
1 commit
06 Nov, 2012
1 commit
06 Jul, 2012
2 commits