[Rails] :condition not being applied

Gerret Apelt gerret.apelt at gmail.com
Mon Jan 30 17:48:59 GMT 2006


I believe it should be :conditions plural, no :condition singular.

cheers
Gerret

On 1/30/06, softwareengineer 99 <softwareengineer99 at yahoo.com> wrote:
>  I am using acts_as_taggable and everything seems to be working except that
>
>  :condition => "tags_resources.portal_id=#{portal_id}"
>
>  is not being applied.
>
>      @resource_pages = Paginator.new self, Resource.find_tagged_with(:any =>
> tag, :condition =>
> "tags_resources.portal_id=#{portal_id}").length, 25,
> @params['page'];
>      @resources = Resource.find_tagged_with( :any => tag, :condition =>
> "tags_resources.portal_id=#{portal_id}", :separator=> ' ',
>          :limit => "#{@resource_pages.current.to_sql[1]},
> #{@resource_pages.current.to_sql[0]}");
>
>  I have two Active Record classes, Resource and Tag.
>
>  Can anyone please tell what am I missing here?
>
>  Many thanks in advance.
>  Frank
>
>
>  ________________________________
>
>  What are the most popular cars? Find out at Yahoo! Autos
>
>
> _______________________________________________
> Rails mailing list
> Rails at lists.rubyonrails.org
> http://lists.rubyonrails.org/mailman/listinfo/rails
>
>
>


More information about the Rails mailing list