mikeymicrophone / commissulator

Commissulator is a set of tools that help Real Estate Agents working with Citi Pads in Manhattan streamline their paperwork.
Other
3 stars 4 forks source link

Override default record limit for pagination #24

Open mikeymicrophone opened 5 years ago

mikeymicrophone commented 5 years ago

Most of our index pages are paginated. If the agent wants to view the full data set, there should be a link to that.

mikeymicrophone commented 5 years ago

This could be achieved by changing the per_page limit used by kaminari. Other implementations would be fine as well. The page uses Turbolinks, so delivering a full HTML refresh is just as good as a dynamic update.