diff options
Diffstat (limited to 'ui_dependencies.rb')
-rw-r--r-- | ui_dependencies.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui_dependencies.rb b/ui_dependencies.rb index 44f8f32..30d6706 100644 --- a/ui_dependencies.rb +++ b/ui_dependencies.rb @@ -2,8 +2,10 @@ gem "haml", "~> 3.1.7" gem "bootstrap-sass", "~> 2.1.0" gem "jquery-rails" 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" |