search for: min_birth_date

Displaying 1 result from an estimated 1 matches for "min_birth_date".

Did you mean: max_birth_date
2005 Dec 19
2
Advanced search/filter use cases
...asy to implement... but still... it would be so easy to add the magic) My current plan of attack is to add a few helper methods and extend ActiveRecord and Pagination to support these search features in a more elegant way. For example, imagine you could do something like: @bobs = Person.search(:min_birth_date => ''2002-05-01'', :max_birth_date => ''2003-05-01'', :first_name_like => ''obert'', :last_name_starts_with => ''Mac'', :gender =&g...