hiddenloop / will_paginate-liquidized
- Source
- Commits
- Network (0)
- Issues (0)
- Graphs
-
Tree:
9d2b28b
commit 9d2b28b0d0eb49884731785d5f81912b08a5d710
tree b97db741b3c86ddcba52d9c5768971270d428c42
parent ae28717a8c1296b43b068ba757192ec2709b3eb5
tree b97db741b3c86ddcba52d9c5768971270d428c42
parent ae28717a8c1296b43b068ba757192ec2709b3eb5
| name | age | message | |
|---|---|---|---|
| |
README.textile |
README.textile
Will Paginate Liquidized
About
A small plugin allowing you to use pagination from will_paginate inside your Liquid templates. This is a new version of the older plugin at artweb-design. I’ve basically re-written parts of it to work with the very latest versions of Liquid and Will-Paginate (see below for the version information). I will try to keep this plugin up to date with ongoing changes in the Liquid and Will-Paginate projects. Check the latest commit logs and this doc for more information.
Caveats
Ongoing issues with this project include;
- ooops ! there’s no plugin here yet – adding it soon :)
- needs better tests, possibly switching to using RSpec
Setup / Using
Requirements
What do you need?
- Rails >= 2.2
- Liquid >= 2.0.0 (as a gem or plugin)
- Will-Paginate >= 2.3.8 (as a gem or plugin)
Installing
script/plugin install git://github.com/hiddenloop/will_paginate-liquidized.git
What does it do?
TBA.
Credits
Who’s who?
- Authored by Matthew Hutchinson
- Modified from the original plugin at Artweb Design
- Will-Paginate by mislav
- Liquid by tobi
Get out clause
Right now this script is provided without warranty, or support from the author.
Creative Commons License
Will Paginate Liquidized by Matthew Hutchinson is licensed under a Creative Commons Attribution 2.0 UK: England & Wales License.


