search for: predicatebuilder

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

2010 Apr 12
2
[PATCH] Access to more Arel predicate types from where condition hash
I could use some eyes on https://rails.lighthouseapp.com/projects/8994/tickets/4368 if anyone has the time. Summary of the change: Similar to PredicateBuilder''s existing support for ''table.column'' => ''value'', this patch enables ''column#method'' => ''value''. For instance, Article.where(''title#matches'' => ''Hello%'') generates SQL like...