EZ::Condition plugin for generating the :conditions where clause for ActiveRecord::Base.find. And an extension to ActiveRecord::Base called AR::Base.find_with_conditions that takes a block and builds the where clause dynamically for you.

Methods
Attributes
[RW] outer
[R] test
Public Instance methods
to_sql()
    # File lib/og/ez/clause.rb, line 16
16:       def to_sql; 'TRUE'; end