Ruby on Rails Infinite Scroll Patterns

Here’s a variety of methods for accomplishing infinite scroll with Ruby on Rails. This functionality is sometimes referred to by a variety of names including Infinite pagination, ajax pagination, endless page.

These methods utilize will_paginate or kaminari gems and some form of jQuery.