Posted By: Zach Dennis
Date: 2007-05-13 05:15
Summary: ActiveRecord::Extensions 0.6.0
Project: ActiveRecord Extensions
Adds synchronize support for ActiveRecord objects. This works like ActiveRecord::Base#reload but it works on multiple instances and sends only one query for all instances rather then one query per instance. This release also adds support for arrays when using the '_contains' suffix with the better finder extensions and it fixes a bug with URI encoded strings. |
|