On Thu, Jun 16, 2011 at 02:56:54AM -0700, Nando Sola wrote: > > Is this a bug? Or am I still missing something. The documentation at > http://ruote.rubyforge.org/exp/filter.html doesn't include any > examples with boolean values, only boolean :type.
Hello Nando, I'm sorry but filter 'x', :has => true won't work. :has is only meant for hashes and arrays. Maybe I should alias it to filter 'x', :includes => true Maybe you want filter 'x', :in => [ true ] Maybe I should implement filter 'x', :is => true I will implement :is anyway. Thanks for the feedback, -- John Mettraux - http://jmettraux.wordpress.com -- you received this message because you are subscribed to the "ruote users" group. to post : send email to [email protected] to unsubscribe : send email to [email protected] more options : http://groups.google.com/group/openwferu-users?hl=en
