Rails (pagination and tags)

Posted by Vitaly on Stack Overflow See other posts from Stack Overflow or by Vitaly
Published on 2010-04-08T21:31:26Z Indexed on 2010/04/08 21:33 UTC
Read the original article Hit count: 281

Hey,

I stumbled upon a problem of how to mix both acts_as_taggable (on steroids) and will_paginate gems. What I found on this problem is this: http://www.mckinneystation.com/2007/08/20/pagination-with-acts_as_taggable_on_steroids-acts_as_ferret-and-will_paginate/

But it's dated of 2007, may be there's something more recent? And also could you explain in details what should I do to make that fix work?

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about will-paginate