-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace utility methods with ActiveSupport #15
base: master
Are you sure you want to change the base?
Commits on May 13, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d6319d6 - Browse repository at this point
Copy the full SHA d6319d6View commit details
Commits on May 14, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 00407c6 - Browse repository at this point
Copy the full SHA 00407c6View commit details -
Place dot operator consistently on multiline calls
rubocop: Layout/DotPosition
Configuration menu - View commit details
-
Copy full SHA for 0682175 - Browse repository at this point
Copy the full SHA 0682175View commit details -
rubocop: - Layout/EmptyLines - Layout/EmptyLinesAroundAccessModifier - Layout/EmptyLinesAroundBlockBody - Layout/EmptyLinesAroundClassBody - Layout/EmptyLinesAroundMethodBody - Layout/EmptyLinesAroundModuleBody - Layout/ExtraSpacing
Configuration menu - View commit details
-
Copy full SHA for cd1055b - Browse repository at this point
Copy the full SHA cd1055bView commit details -
rubocop: - Layout/IndentationConsistency - Layout/IndentationWidth - Layout/MultilineMethodCallIndentation
Configuration menu - View commit details
-
Copy full SHA for 919f9fc - Browse repository at this point
Copy the full SHA 919f9fcView commit details -
Space parameters and operator consistently
rubocop: - Layout/SpaceAfterComma - Layout/SpaceAroundEqualsInParameterDefault - Layout/SpaceAroundOperators - Layout/SpaceInsideBlockBraces - Layout/SpaceInsideHashLiteralBraces
Configuration menu - View commit details
-
Copy full SHA for b293021 - Browse repository at this point
Copy the full SHA b293021View commit details -
Include trailing line consistently in all files
rubocop: Layout/TrailingBlankLines
Configuration menu - View commit details
-
Copy full SHA for 93d2ddd - Browse repository at this point
Copy the full SHA 93d2dddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 348e28c - Browse repository at this point
Copy the full SHA 348e28cView commit details -
Clarify assignment in conditional expressions
rubocop: Lint/AssignmentInConditions
Configuration menu - View commit details
-
Copy full SHA for ad197e1 - Browse repository at this point
Copy the full SHA ad197e1View commit details -
Remove duplicate accessor method definition
rubocop: Lint/DuplicateMethods
Configuration menu - View commit details
-
Copy full SHA for e502a76 - Browse repository at this point
Copy the full SHA e502a76View commit details -
Make private methods actually private
rubocop: Lint/IneffectiveAccessModifier
Configuration menu - View commit details
-
Copy full SHA for cd48ba8 - Browse repository at this point
Copy the full SHA cd48ba8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97cb0f8 - Browse repository at this point
Copy the full SHA 97cb0f8View commit details -
Remove useless variable assignments
rubocop: Lint/UselessAssignment
Configuration menu - View commit details
-
Copy full SHA for 95feef9 - Browse repository at this point
Copy the full SHA 95feef9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41d9e5b - Browse repository at this point
Copy the full SHA 41d9e5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 32f770f - Browse repository at this point
Copy the full SHA 32f770fView commit details -
Enforce consistent brace/paren/etc. style
rubocop: - Style/BracesAroundHashParameters - Style/EmptyLiteral - Style/EmptyMethod - Style/MethodDefParentheses
Configuration menu - View commit details
-
Copy full SHA for efc5b1f - Browse repository at this point
Copy the full SHA efc5b1fView commit details -
Use interpolated strings only when required
rubocop: Style/StringLiterals
Configuration menu - View commit details
-
Copy full SHA for 718b1eb - Browse repository at this point
Copy the full SHA 718b1ebView commit details -
Remove unnecessary string interpolation
rubocop: Style/UnneededInterpolation
Configuration menu - View commit details
-
Copy full SHA for 43f892e - Browse repository at this point
Copy the full SHA 43f892eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 69ee0a9 - Browse repository at this point
Copy the full SHA 69ee0a9View commit details -
Prefer parameterized method of raising exceptions
rubocop: Style/RaiseArgs
Configuration menu - View commit details
-
Copy full SHA for 37a817e - Browse repository at this point
Copy the full SHA 37a817eView commit details -
Configuration menu - View commit details
-
Copy full SHA for cbcf708 - Browse repository at this point
Copy the full SHA cbcf708View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8a1243 - Browse repository at this point
Copy the full SHA b8a1243View commit details -
Freeze mutable objects set as constants
rubocop: Style/MutableConstant
Configuration menu - View commit details
-
Copy full SHA for aba084a - Browse repository at this point
Copy the full SHA aba084aView commit details -
Replace inverted use of
select
withreject
rubocop: Style/InverseMethods
Configuration menu - View commit details
-
Copy full SHA for f6237f0 - Browse repository at this point
Copy the full SHA f6237f0View commit details -
Use modifier conditional syntax when applicable
rubocop: Style/IfUnlessModifier
Configuration menu - View commit details
-
Copy full SHA for da65008 - Browse repository at this point
Copy the full SHA da65008View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e822a2 - Browse repository at this point
Copy the full SHA 7e822a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 382d668 - Browse repository at this point
Copy the full SHA 382d668View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b64f88 - Browse repository at this point
Copy the full SHA 2b64f88View commit details -
Remove redunant variable assignment
rubocop: Style/ConditionalAssignment
Configuration menu - View commit details
-
Copy full SHA for 873cd93 - Browse repository at this point
Copy the full SHA 873cd93View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac57423 - Browse repository at this point
Copy the full SHA ac57423View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b8dc0e - Browse repository at this point
Copy the full SHA 7b8dc0eView commit details -
Consistently use ruby-style variable names
rubocop: Naming/VariableName
Configuration menu - View commit details
-
Copy full SHA for 9564afe - Browse repository at this point
Copy the full SHA 9564afeView commit details -
Use descriptive method parameter names
rubocop: Naming/UncommunicativeMethodParamName
Configuration menu - View commit details
-
Copy full SHA for d8c5fac - Browse repository at this point
Copy the full SHA d8c5facView commit details -
Rename method to avoid ambiguity with accessor
rubocop: Naming/AccessorMethodName
Configuration menu - View commit details
-
Copy full SHA for 4814ab9 - Browse repository at this point
Copy the full SHA 4814ab9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b693e8 - Browse repository at this point
Copy the full SHA 2b693e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a079b93 - Browse repository at this point
Copy the full SHA a079b93View commit details -
Configuration menu - View commit details
-
Copy full SHA for f71e199 - Browse repository at this point
Copy the full SHA f71e199View commit details
Commits on May 15, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 24d32ab - Browse repository at this point
Copy the full SHA 24d32abView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd5fe47 - Browse repository at this point
Copy the full SHA fd5fe47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92610d2 - Browse repository at this point
Copy the full SHA 92610d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f69610d - Browse repository at this point
Copy the full SHA f69610dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac52777 - Browse repository at this point
Copy the full SHA ac52777View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5e3e89 - Browse repository at this point
Copy the full SHA d5e3e89View commit details -
Rather than string interpolation or concatenation.
Configuration menu - View commit details
-
Copy full SHA for f387096 - Browse repository at this point
Copy the full SHA f387096View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42f2960 - Browse repository at this point
Copy the full SHA 42f2960View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0641421 - Browse repository at this point
Copy the full SHA 0641421View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1ca55d - Browse repository at this point
Copy the full SHA f1ca55dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b604315 - Browse repository at this point
Copy the full SHA b604315View commit details -
Configuration menu - View commit details
-
Copy full SHA for 560498b - Browse repository at this point
Copy the full SHA 560498bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 86b0023 - Browse repository at this point
Copy the full SHA 86b0023View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00ba2e1 - Browse repository at this point
Copy the full SHA 00ba2e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8971fa7 - Browse repository at this point
Copy the full SHA 8971fa7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d0ca01 - Browse repository at this point
Copy the full SHA 3d0ca01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9079ae0 - Browse repository at this point
Copy the full SHA 9079ae0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c120d6 - Browse repository at this point
Copy the full SHA 2c120d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d464079 - Browse repository at this point
Copy the full SHA d464079View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90aedd7 - Browse repository at this point
Copy the full SHA 90aedd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 597a067 - Browse repository at this point
Copy the full SHA 597a067View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08ec9dd - Browse repository at this point
Copy the full SHA 08ec9ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for d897ac1 - Browse repository at this point
Copy the full SHA d897ac1View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb3cfd7 - Browse repository at this point
Copy the full SHA eb3cfd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 726407a - Browse repository at this point
Copy the full SHA 726407aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f37610c - Browse repository at this point
Copy the full SHA f37610cView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb77a2e - Browse repository at this point
Copy the full SHA cb77a2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f10434 - Browse repository at this point
Copy the full SHA 0f10434View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cbfd93 - Browse repository at this point
Copy the full SHA 2cbfd93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80cad85 - Browse repository at this point
Copy the full SHA 80cad85View commit details