04 Nov, 2015
4 commits
31 Oct, 2015
9 commits
-
Sorry, this touches a lot of code.
29 Oct, 2015
1 commit
23 Oct, 2015
1 commit
-
Rubocop: consistent access modifier indentation
20 Oct, 2015
2 commits
-
This reverts commit 644116d884df846f633ee0d213fab94138e80465.
-
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
19 Oct, 2015
1 commit
-
Chore/rubocop newline fixes
16 Oct, 2015
1 commit
-
Update github_login label on user edit page to use GITHUB_SITE_TITLE
15 Oct, 2015
6 commits
-
Still allowing for internal alignment across lines.
-
Tiny addition to overall consistency
14 Oct, 2015
2 commits
12 Oct, 2015
13 commits
-
Notice the return value of a before_action is ignored, so we can safely remove that code.
-
That's what the majority of the codebase is using, so following that