Today I Learned

TIL, 2017-06-05

  • Querying ActiveRecord::Store is just not that good. Only use AR::Store if you are absolutely sure you do not need this value to be queried. In fact you can’t query it from the where statement.
  • Observer pattern, not that hard to implement.

This project is maintained by daryllxd