Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Best way to implement an "endless page" in rails?

Pagination sucks! The user should be able to scroll down forever, automatically pulling in new content when appropriate.

There's a decent rails cast about this, but Ryan admits that his solution won't work in IE.

What's the best way to accomplish this in Rails (preferably in a jQuery-friendly fashion)?

like image 371
Tom Lehman Avatar asked Apr 30 '09 22:04

Tom Lehman


1 Answers

Just tried jQuery.pageless and it's working pretty well.

like image 146
Tom Lehman Avatar answered Oct 10 '22 07:10

Tom Lehman