lori from Yellow Pages wrote her own pagination tool, will_paginate has a branch which should fully work with Merb.
-Matt On Sat, Oct 18, 2008 at 11:56 PM, Julian Leviston <[EMAIL PROTECTED]>wrote: > > Um.... > > Why not use the paginator gem then? It's way better. > > http://paginator.rubyforge.org/ > > Julian. > > On 19/10/2008, at 5:47 PM, Lin Jen-Shin wrote: > > > > > On Oct 18, 9:16 pm, matt mitchell <[EMAIL PROTECTED]> wrote: > >> Hi, > >> > >> Just started using Merb and so far so good. But I'm a little confused > >> on what plugins/gems I can use for pagination, thumbnail generation > >> and tags. I tried using merb_paginate 0.0.4 - but got a method > >> missing > >> error (:total_pages). Tried dm-paperclip too, but got errors. So I > >> started building my own thumbnail generation code using ImageScience. > >> For tags, I'll probably just build my own too. I really don't want to > >> mess with pagination myself. > >> > >> If anyone knows of existing gems out there that were built for merb, > >> datamapper and image science, could you please post the links here? > > > > Hi, > > > > I am working on building pagination tools for myself, > > because I don't like will_paginate... but it's still in the > > very beginning, HTML generating part is not done yet. > > > > If you were interested, feel free to take a look or fork it. > > You can see test case for basic usage. > > > > http://github.com/godfat/pagify/tree/master > > > > cheers, > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "merb" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/merb?hl=en -~----------~----~----~----~------~----~------~--~---
