summaryrefslogtreecommitdiff
path: root/ui_dependencies.rb
diff options
context:
space:
mode:
authorjessib <jessib@leap.se>2012-11-21 16:21:24 -0800
committerjessib <jessib@leap.se>2012-11-21 16:21:24 -0800
commitd9d67bd60d3fdfa4106977de9e5aba11f659fc79 (patch)
tree48bee70467d25cbaf92d9780e5f533e99fa8f4a4 /ui_dependencies.rb
parent80cd2489d87a523663d92776de55fa7fda2ecb99 (diff)
Playing around with pagination, and ways to filter/order ticket results.
Diffstat (limited to 'ui_dependencies.rb')
-rw-r--r--ui_dependencies.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui_dependencies.rb b/ui_dependencies.rb
index a05a8f9..30d6706 100644
--- a/ui_dependencies.rb
+++ b/ui_dependencies.rb
@@ -5,6 +5,7 @@ gem "simple_form"
gem "pjax_rails"
gem 'client_side_validations'
gem 'client_side_validations-simple_form'
+gem 'kaminari', "0.13.0" # for pagination. trying 0.13.0 as there seem to be issues with 0.14.0 when using couchrest
group :assets do
gem "haml-rails", "~> 0.3.4"