From 326ab59de5e2bfd98dd9c7132dd0a13e3c409dbc Mon Sep 17 00:00:00 2001 From: Ilion Beyst Date: Tue, 8 Sep 2015 15:06:36 +0200 Subject: [PATCH 1/2] Added pure css --- Gemfile | 4 ++++ Gemfile.lock | 3 +++ 2 files changed, 7 insertions(+) diff --git a/Gemfile b/Gemfile index 89508f4..a45ce65 100644 --- a/Gemfile +++ b/Gemfile @@ -21,6 +21,10 @@ gem 'omniauth-oauth2' # Authorisation gem 'cancancan' +# Pure for css +gem 'purecss-rails' + + # Use jquery as the JavaScript library gem 'jquery-rails' # Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks diff --git a/Gemfile.lock b/Gemfile.lock index f956ae6..83c99c7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -131,6 +131,8 @@ GEM oauth2 (~> 1.0) omniauth (~> 1.2) orm_adapter (0.5.0) + purecss-rails (0.6.0) + railties (>= 3.2.6, < 5) rack (1.6.4) rack-test (0.6.3) rack (>= 1.0) @@ -238,6 +240,7 @@ DEPENDENCIES jquery-rails mysql2 (~> 0.3) omniauth-oauth2 + purecss-rails rails (= 4.2.4) rspec-rails sass-rails (~> 5.0) From 04fa1a67e12ec6f196fd1cae2b7798186d7da22a Mon Sep 17 00:00:00 2001 From: Ilion Beyst Date: Tue, 8 Sep 2015 15:12:28 +0200 Subject: [PATCH 2/2] Use datatables --- Gemfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gemfile b/Gemfile index 5ede63b..827d765 100644 --- a/Gemfile +++ b/Gemfile @@ -23,6 +23,8 @@ gem 'cancancan' # Pure for css gem 'purecss-rails' +# Use datatables +gem 'jquery-datatables-rails', '~> 3.3.0' # Use jquery as the JavaScript library