Rails data integrity : To trust or not to trust
In the midst of my Utopian Rails world, something prompted me to rethink using the ActiveRecord associations heavily in Rails. You may have guessed right, it is related to data integrity.
Rails enforces “data integrity” at the application level by forcing you to use certain conventions.Semantics are built in within ActiveRecord to check for patterns [...]