|
Notes:
This includes a complete refactoring of ActiveRecord::Base's builtin finder support into pluggable extensions.
Changes:
* Refactored core finder components out into ActiveRecord extensions
* Duck typing support added for any object that is passed in to a conditions hash and responds to "to_sql( caller )".
* Duck typing support added for any object that is passed in as a condition and responds to "to_sql( caller )"
|