Created by: gracewashere
Problem:
Loading all resources on the index page at a time is incredibly costly, so until now we've been limiting the number of items to 20. Users had no way to browse through records, or even see the total number of records.
https://trello.com/c/xFyDXn0z/78-pagination
Solution:
- Use kaminari to handle pagination.
- Minimally style pagination links
-
update CHANGELOG
Tags: #design, #ruby