I know the pagination helper is on one of the top ten donts in ruby and its not working for me anyways. I found a plugin called will_paginate but it keeps timing out before it completely downloads, i dont know if there is something wrong with the link or what but does anyone know of any other good plugins for pagination? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
On 11/16/07, Hickman Hickman <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > I know the pagination helper is on one of the top ten donts in ruby and > its not working for me anyways. I found a plugin called will_paginate > but it keeps timing out before it completely downloads, i dont know if > there is something wrong with the link or what but does anyone know of > any other good plugins for pagination?Stick with will_paginate. I just tried checking out the source via: svn co svn://errtheblog.com/svn/plugins/will_paginate and it worked fine. Mike --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Ain''t nothing wrong with checking out paginating_find either. ;) RSL On Nov 16, 2007 8:14 PM, Mike Garey <random52k-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > On 11/16/07, Hickman Hickman <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote: > > > > I know the pagination helper is on one of the top ten donts in ruby and > > its not working for me anyways. I found a plugin called will_paginate > > but it keeps timing out before it completely downloads, i dont know if > > there is something wrong with the link or what but does anyone know of > > any other good plugins for pagination? > > Stick with will_paginate. I just tried checking out the source via: > > svn co svn://errtheblog.com/svn/plugins/will_paginate > > and it worked fine. > > Mike > > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---