Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 1 | -5/+5 |
| | | | | | | | | Style/SpaceBeforeBlockBraces Style/SpaceInsideBlockBraces Style/SpaceInsideHashLiteralBraces Fix all violations in the repository. | ||||
* | Allow specifying encoding of parameters by action | Kerri Miller | 2016-08-09 | 1 | -0/+73 |
At GitHub we need to handle parameter encodings that are not UTF-8. This patch allows us to specify encodings per parameter per action. |