Re: [Rails] Rendering a partial with ajax/jquery

2012-10-31 Thread Walter Lee Davis
On Oct 29, 2012, at 7:04 PM, arturo drlt wrote: > Hi there i have this issue I have a view that render a partial for each > member inside the object @foo and I have a function for infinite scroll > so the server will be doing request after request while scrolling down > but I don't know exactly h

[Rails] Rendering a partial with ajax/jquery

2012-10-29 Thread arturo drlt
Hi there i have this issue I have a view that render a partial for each member inside the object @foo and I have a function for infinite scroll so the server will be doing request after request while scrolling down but I don't know exactly how to make this work here is some of my code: def popula