charlie.caroff-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2007-Jun-01 14:55 UTC
help with partials strategy
Hi, I want to make a bunch of lists on one page. Each will be paginated -- some lists will have 10 items, some 3, some 5, etc, and, each will be drawn from different data, and each will be updated independently, so that when one list is updated, the entire page does not have to be updated, only that list. What''s the best strategy for this? Is it to use a bunch of partials? Charlie --~--~---------~--~----~------------~-------~--~----~ 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 groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
a bunch of partials and rjs, paginate, and cache it. charlie.caroff-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote:> Hi, > > I want to make a bunch of lists on one page. Each will be paginated > -- some lists will have 10 items, some 3, some 5, etc, and, each will > be drawn from different data, and each will be updated independently, > so that when one list is updated, the entire page does not have to be > updated, only that list. > > What''s the best strategy for this? Is it to use a bunch of partials? > > Charlie-- Posted via 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 groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---