hi, what is the preferred way to do paginate now? It appears the built in paginate is deprecated, but maybe that was the "classic" paginate and the new one is better. Or is it will_paginate, or something else? I also found Arpaginate by searching. (the newbie dilemma: too many choices :) thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
It seems like the majority are using will_paginate now. I am still using classic pagination and it suits my needs well. Good luck :) -Bill rubynuby wrote:> hi, > > what is the preferred way to do paginate now? It appears the built in > paginate is deprecated, but maybe that was the "classic" paginate and > the new one is better. Or is it will_paginate, or something else? I > also found Arpaginate by searching. > > (the newbie dilemma: too many choices :) > > thanks > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
I think there are only two worth considering at the moment. will_paginate and paginating_find. They''re both good and very easy to use. I''m using paginating_find at the moment because will_paginate wasn''t compatible with another plugin I was using and I couldn''t be bother to hack it at the time. rubynuby wrote:> hi, > > what is the preferred way to do paginate now? It appears the built in > paginate is deprecated, but maybe that was the "classic" paginate and > the new one is better. Or is it will_paginate, or something else? I > also found Arpaginate by searching. > > (the newbie dilemma: too many choices :) > > thanks--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
I use will_paginate, some reasons and how to use it is give here http://nasir.wordpress.com/2007/10/31/pagination-in-ruby-on-rails-using-will_paginate-plugin/ On Nov 24, 1:47 am, rubynuby <dear...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> hi, > > what is the preferred way to do paginate now? It appears the built in > paginate is deprecated, but maybe that was the "classic" paginate and > the new one is better. Or is it will_paginate, or something else? I > also found Arpaginate by searching. > > (the newbie dilemma: too many choices :) > > thanks--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---