Ruby on Rails
Eager Finder SQL Plugin (Version #3)

This plugin adds custom SQL to be used when eager loading assoiations through find..

Usage:
Install plugin:
script/plugin install svn://rubyforge.org/var/svn/eagerfindersq

Then to find instances of your model, just do:

Model.find(:all, :include => :association, :finder_sql => QUERY, :column_mapping => MAPPING)

Please visit this project’s home page for a complete information:

This plugin adds custom SQL to be used when eager loading assoiations through find..

Usage:
Install plugin:
script/plugin install svn://rubyforge.org/var/svn/eagerfindersq

Then to find instances of your model, just do:

Model.find(:all, :include => :association, :finder_sql => QUERY, :column_mapping => MAPPING)

Please visit this project’s home page for a complete information: