aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorhellekin <hellekin@cepheide.org>2020-10-06 18:45:11 +0200
committerhellekin <hellekin@cepheide.org>2020-10-06 18:45:11 +0200
commit77ffadf166b9bc02b8e66949b5157ebf8375ec35 (patch)
tree315ab887fc493abadad0cd784874039fdf55a834 /Gemfile
parentef5ceea94aa60c4df8c653495bfd2bf1eb40e65a (diff)
downloadincommon-map-77ffadf166b9bc02b8e66949b5157ebf8375ec35.tar.gz
User Kaminari gem for pagination
Since we're dealing with lots of resources, we need a way to handle pagination. This gem seems to be the new kid on the block and doing things right, including pagination by default an I18n support. Let's see. Kaminari: https://github.com/kaminari/kaminari
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 2d5228b..8a44eed 100644
--- a/Gemfile
+++ b/Gemfile
@@ -28,6 +28,8 @@ gem 'jbuilder', '~> 2.7'
gem 'bitfields'
# Use Discourse API
gem 'discourse_api'
+# User pagination
+gem 'kaminari'
# Enforce stable UUIDs for models
gem 'uuid_parameter', '~> 0.2.5'