I always hear people dissing the RoR built in paginator... are their alternatives popular in the community or is everyone rolling their own? Your Friend, John -- John Kopanas john-Iau1QiYlxLpBDgjK7y7TUQ@public.gmane.org http://www.kopanas.com http://www.cusec.net http://www.soen.info --~--~---------~--~----~------------~-------~--~----~ 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''m actually dealing with a paginated search right now, and it''s not fun. I haven''t found a plugin for paginated searching. I''ve found that searching in general sucks. In short, I''m rolling my own, but I''d gladly use a pre-built plugin if I knew of one. John Kopanas wrote:> I always hear people dissing the RoR built in paginator... are their > alternatives popular in the community or is everyone rolling their > own? > > Your Friend, > > John > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
http://www.agilewebdevelopment.com/plugins/paginating_find -- Building an e-commerce site with Rails? http://www.agilewebdevelopment.com/rails-ecommerce On Nov 22, 2006, at 12:57 PM, John Kopanas wrote:> > I always hear people dissing the RoR built in paginator... are their > alternatives popular in the community or is everyone rolling their > own? > > Your Friend, > > John > > -- > John Kopanas > john-Iau1QiYlxLpBDgjK7y7TUQ@public.gmane.org > > http://www.kopanas.com > http://www.cusec.net > http://www.soen.info > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Benjamin Curtis wrote:> http://www.agilewebdevelopment.com/plugins/paginating_find >Actually, you''ll find a lot of information on this plugin here: http://cardboardrocket.com/2006/09/06/paginating-find-now-even-sexier/ -- 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 -~----------~----~----~----~------~----~------~--~---
Hi, I use Bruce William''s paginator - http://codefluency.com/2006/10/24/ paginator-released HTH, Trevor On 22-Nov-06, at 1:59 PM, Jason Norris wrote:> > I''m actually dealing with a paginated search right now, and it''s not > fun. I haven''t found a plugin for paginated searching. I''ve found that > searching in general sucks. In short, I''m rolling my own, but I''d > gladly > use a pre-built plugin if I knew of one. > > > John Kopanas wrote: >> I always hear people dissing the RoR built in paginator... are their >> alternatives popular in the community or is everyone rolling their >> own? >> >> Your Friend, >> >> John >> >> > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Hi, I second the recommendation of paginating_find - works well, and doesn''t affect your code in places where you don''t need pagination. regards, Elmar --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Hey Jason, Not sure if this will help but I created a plugin for this very purpose: http://javathehutt.blogspot.com/2006/11/rails-realities-part-20- sortable.html Feel free to email me with feedback/questions though it''s pretty simple and only 160 lines of code and comes with some samples. Enjoy. -Michael http://javathehutt.blogspot.com On Nov 22, 2006, at 1:59 PM, Jason Norris wrote:> > I''m actually dealing with a paginated search right now, and it''s not > fun. I haven''t found a plugin for paginated searching. I''ve found that > searching in general sucks. In short, I''m rolling my own, but I''d > gladly > use a pre-built plugin if I knew of one. > > > John Kopanas wrote: >> I always hear people dissing the RoR built in paginator... are their >> alternatives popular in the community or is everyone rolling their >> own? >> >> Your Friend, >> >> John >> >> > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---