eargollo / soccer

0 stars 0 forks source link

Pagination on matches and simulations #12

Open eargollo opened 10 months ago

eargollo commented 10 months ago
          If there are hundreds of simulations, this will render all on one page. This may be an opportunity to [explore some gems that help with pagination in Rails](https://github.com/markets/awesome-ruby#pagination). 

I've used kaminari and will_paginate before. I think kaminari is most popular right now, but I could be wrong.

_Originally posted by @csalvato in https://github.com/eargollo/soccer/pull/7#discussion_r1379097066_