15 Nov, 2015
3 commits
-
By returning early the flow is hoped to be a bit clearer.
-
Should make it less confusing what belongs where
04 Nov, 2015
3 commits
-
This allows code to be copy/pasted into the console for easy experimentation and spelunking.
31 Oct, 2015
3 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
2 commits
-
Tiny addition to overall consistency
12 Oct, 2015
2 commits
-
That's what the majority of the codebase is using, so following that
28 Sep, 2015
1 commit
10 Sep, 2015
1 commit
09 Sep, 2015
1 commit
14 Aug, 2015
2 commits
10 Apr, 2015
1 commit
20 Mar, 2015
1 commit
30 Aug, 2014
1 commit
04 Dec, 2013
3 commits
-
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
-
* avoid a filter to parse IssueTracker params * Add acceptance test with phantomjs to be sure the Apps editing works fine with IssueTracker * Add IssueTrackers::None the IssueTracker configure doing nothing