It is a frequent requirement that your Rails views not display all of the records in an array on one page. In those cases, you need to implement pagination. That functionality is made simple with the use of the WillPaginate gem. NOTE: WillPaginate requires that your Ruby gems be at least v.1.2. (Most of this information comes from the WillPaginate documentation.) The WillPaginate gem is built by G