dfl / solr_pagination

Binds ActsAsSolr with WillPaginate

This URL has Read+Write access

name age message
file MIT-LICENSE Fri Sep 26 15:53:02 -0700 2008 first commit [dfl]
file README.markdown Fri Sep 26 16:05:10 -0700 2008 making README markdown [dfl]
file Rakefile Fri Sep 26 15:53:02 -0700 2008 first commit [dfl]
file init.rb Fri Sep 26 15:53:02 -0700 2008 first commit [dfl]
file install.rb Fri Sep 26 15:53:02 -0700 2008 first commit [dfl]
directory lib/ Fri Sep 26 15:53:02 -0700 2008 first commit [dfl]
directory tasks/ Fri Sep 26 15:53:02 -0700 2008 first commit [dfl]
directory test/ Fri Sep 26 15:53:02 -0700 2008 first commit [dfl]
file uninstall.rb Fri Sep 26 15:53:02 -0700 2008 first commit [dfl]
README.markdown

SolrPagination

Adds a find_all_by_solr method to acts_as_solr models to enable will_paginate for acts_as_solr search results.

Example

TODO

Copyright (c) 2007-8 Henrik Nyh and David Lowenfels, released under the MIT license

( Free to modify and redistribute with credit. )

06/2007 Original code by Henrik Nyh. 08/2008 Updated for latest versions of solr and will_paginate, and pluginized by David Lowenfels.