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 thewhere
statement. - Observer pattern, not that hard to implement.