add kaminari gem for pagination

This commit is contained in:
jomo
2014-09-21 22:50:02 +02:00
parent 58b30e08d0
commit 0861c75f38
2 changed files with 6 additions and 1 deletions

View File

@@ -8,11 +8,12 @@ gem 'therubyracer'
gem 'bcrypt-ruby' # To use ActiveModel's has_secure_password
gem 'sanitize'
gem 'redcarpet'
gem 'hirb' #pretty console output
gem 'hirb' # pretty console output
gem 'rb-readline'
gem 'rest-client'
gem 'activerecord-session_store'
gem 'highlight_js-rails'
gem 'kaminari' # pagination
# Gems used only for assets and not required
# in production environments by default.