growstuff icon indicating copy to clipboard operation
growstuff copied to clipboard

Ensure all controller index pages have pagination or similar, to prevent ever displaying 1000's of records accidentally

Open CloCkWeRX opened this issue 7 years ago • 1 comments

From #1471

 def index
    @accounts = Account.all.order(created_at: :desc)

seems common in a few places, we should hunt these down and make sure there are sane limits/pagination/etc where appropriate

CloCkWeRX avatar Nov 29 '17 06:11 CloCkWeRX

  • [ ] controller specs for pagination
  • [ ] feature specs for pagination

Br3nda avatar Nov 29 '17 20:11 Br3nda