Today I Learned

TIL, 2017-04-17

  • validates_uniquenes with custom error message–Rails 5 allows passing a record to the message generator. Reference
  • Add tests ASAP.
  • Coerce arguments to arrays if you can.
  • It’s hard to actually PM even for a few days since stories are just so fast.
  • Rubocop guard clause:

` Style/GuardClause: MinBodyLength: 1 `

This project is maintained by daryllxd