Skip to content

Commit

Permalink
Update the README with the clone link now that it exists.
Browse files Browse the repository at this point in the history
  • Loading branch information
myobie committed Feb 26, 2008
1 parent 3c80abf commit 3f668e4
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README
Expand Up @@ -4,14 +4,16 @@ merb_paginate
This is a blatant rip-off of will_paginate to try to bring pagination to merb.
http://errtheblog.com/posts/56-im-paginating-again

All credit goes to those dudes. It's a fantastic plugin, it just is too rails centric to use with merb out of the box. A lot of things had to be changed to not rely on the magicness of rails.
All credit goes to those dudes. It's a fantastic plugin, it just is too
rails centric to use with merb out of the box. A lot of things had to be
changed to not rely on the magicness of rails.

This merb plugin is very incomplete and has no specs (Hint: contribute!).

Install
=======

git clone
git clone git://github.com/myobie/merb_paginate.git
cd merb_paginate
sudo rake install

Expand All @@ -26,7 +28,9 @@ Using this plugin is like so in init.rb:

I hope to have a paginate finder for each orm evenutally. (Hint: contribute!)

In the merb style (at least how I see it), it only requires the pagination array collection class at first. You must activate the model paginate finder and the view helper (will_paginate) method yourself (see above).
In the merb style (at least how I see it), it only requires the pagination array collection
class at first. You must activate the model paginate finder and the view helper (will_paginate)
method yourself (see above).


> End of the worlds worst README.

0 comments on commit 3f668e4

Please sign in to comment.