First page Back Continue Last page Overview Text

Notes:


One well-known aspect of ActiveRecord is that it is opinionated.

That is, if you do things the way ActiveRecord wants, it is fairly easy to use.

However, if your needs or database schema don't match ActiveRecord's expectations, using ActiveRecord can be quite painful.