emad-elsaid/rubyfunctions

Add pagination instead of limiting records

Opened this issue · 3 comments

  • Problem
    The records are limited to a fixed number.

  • Solution
    Add pagination using the Pagy gem. (I chose it because it's faster than other gems available)

Yeah, didn't notice that. I can add it to the timelines controller as well.

@ahmadabdelhalim nice, I'll wait for a PR then 😃