03 Oct, 2013
1 commit
-
Treat request URL as CDATA so query string params don't result in invalid XML
25 Sep, 2013
2 commits
24 Sep, 2013
2 commits
17 Sep, 2013
3 commits
16 Sep, 2013
1 commit
-
Conflicts: app/views/apps/show.html.haml
13 Sep, 2013
1 commit
-
Conflicts: spec/models/problem_spec.rb
05 Sep, 2013
1 commit
-
Only the first line of backtrace was use to mark error like same. Avoid this behavior because some language ( like python ) change only last line of backtrace
29 Aug, 2013
3 commits
-
Fix #219
-
This search was revert in commit [039744a1bb25e6b9ed1bd287554f039ebdc2df60]
28 Aug, 2013
1 commit
-
Conflicts: app/models/notice.rb
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.
20 Aug, 2013
1 commit
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
2 commits
-
The Devise version was old so we upgrade to the latest version