1. 30 6月, 2016 1 次提交
  2. 29 6月, 2016 3 次提交
    • G
      Enable Style/SpaceAfterComma Rubocop cop · 28bafd53
      Grzegorz Bizon 提交于
      28bafd53
    • G
      Enable Style/SpaceAfterColon Rubocop cops · 9798ac77
      Grzegorz Bizon 提交于
      9798ac77
    • Y
      Added RuboCop cops for checking DB migrations · c740445a
      Yorick Peterse 提交于
      There are currently two cops for this:
      
      * Migration/AddIndex: checks if indexes are added concurrently
      * Migration/ColumnWithDefault: checks if columns with default values are
        added in a concurrent manner
      
      Both cops are fairly simple and make no attempt at correcting the code
      as this is quite hard to do (e.g. modifications may need to be applied
      in various places in the same file). They however should provide enough
      to catch people ignoring the comments in generated migrations telling
      them to use add_concurrent_index or add_column_with_default.
      c740445a
  3. 16 6月, 2016 2 次提交
  4. 10 6月, 2016 1 次提交
  5. 09 6月, 2016 1 次提交
    • S
      Enable RuboCop for migrations · 98bb435f
      Sean McGivern 提交于
      Migrations shouldn't fail RuboCop checks - especially lint checks, such
      as the nested method check. To avoid changing code in existing
      migrations, add the magic comment to the top of each of them to skip
      that file.
      98bb435f
  6. 05 6月, 2016 1 次提交
  7. 03 6月, 2016 4 次提交
  8. 01 6月, 2016 3 次提交
  9. 30 5月, 2016 13 次提交
  10. 26 5月, 2016 1 次提交
  11. 25 5月, 2016 2 次提交
  12. 24 5月, 2016 8 次提交