First page Back Continue Last page Overview Graphics


Notes:

Both allow similar behavior. For example, code similar to this in ActiveRecord will cause a query for every person to get the associated event.

With Sequel's tactical eager loading plugin, a single query will be used to get the events for all people.