[Rails] :condition not being applied

softwareengineer 99 softwareengineer99 at yahoo.com
Mon Jan 30 17:42:02 GMT 2006


 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 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060130/057fbcec/attachment.html


More information about the Rails mailing list