add basic pagination on wow_mounts page

This commit is contained in:
Etienne Ischer
2021-04-29 10:27:01 +02:00
parent d6afeb8771
commit 7d582ebd91
7 changed files with 198 additions and 20 deletions

View File

@@ -42,7 +42,8 @@ gem 'sentry-rails', '~> 4.3.4'
gem 'sentry-ruby', '~> 4.3.2'
# Simple, efficient background processing for Ruby
gem 'sidekiq', '~> 6.2.1'
# Agnostic pagination in plain ruby
gem 'pagy', '~> 4.3.0'
# Reduces boot times through caching; required in config/boot.rb
gem 'bootsnap', '>= 1.4.4', require: false