lortza / moviedb

Private movie queue project to track household movies we'd like to watch and those we've seen
http://moviequeue.herokuapp.com/
0 stars 0 forks source link

implement pagination #26

Closed lortza closed 9 years ago

lortza commented 9 years ago

gem will_paginate https://github.com/mislav/will_paginate

lortza commented 9 years ago

updated gemfile and bundled, but did not implement because it involves the controller.

lortza commented 9 years ago

this is a good place to start: https://hackhands.com/pagination-rails-will_paginate-gem/

current status: there is pagination, but it is erratic in number of movies shown and can't do it twice on one page.