From 40704b3e98f15a5b8933831cea29defe38813ef3 Mon Sep 17 00:00:00 2001 From: Reinier Balt Date: Fri, 21 Jun 2013 08:52:06 +0200 Subject: [PATCH] add bootstrap and mousetrap --- Gemfile | 8 ++++++++ Gemfile.lock | 15 +++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/Gemfile b/Gemfile index 9a530795..66fc27a7 100644 --- a/Gemfile +++ b/Gemfile @@ -14,12 +14,20 @@ gem 'uglifier', '>=1.3.0' gem 'jquery-rails' +# Twitter Bootstrap +gem 'therubyracer' +gem 'less-rails' +gem 'twitter-bootstrap-rails' + # you may comment out the database driver you will not be using. # This will prevent a native build of the driver. Building native drivers is not # always possible on all hosters gem "sqlite3" gem "mysql2" +# handling keyboard +gem 'mousetrap-rails' + gem "RedCloth" gem "sanitize" gem "will_paginate" diff --git a/Gemfile.lock b/Gemfile.lock index 2e68b242..40a54be4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -64,6 +64,7 @@ GEM coffee-script-source execjs coffee-script-source (1.6.2) + commonjs (0.2.6) cucumber (1.3.2) builder (>= 2.1.2) diff-lcs (>= 1.1.3) @@ -92,6 +93,11 @@ GEM jquery-rails (3.0.1) railties (>= 3.0, < 5.0) thor (>= 0.14, < 2.0) + less (2.3.2) + commonjs (~> 0.2.6) + less-rails (2.3.3) + actionpack (>= 3.1) + less (~> 2.3.1) libv8 (3.11.8.17) mail (2.5.4) mime-types (~> 1.16) @@ -102,6 +108,7 @@ GEM minitest (4.7.4) mocha (0.14.0) metaclass (~> 0.0.1) + mousetrap-rails (0.0.10) multi_json (1.7.7) mysql2 (0.3.11) nokogiri (1.6.0) @@ -176,6 +183,11 @@ GEM treetop (1.4.14) polyglot polyglot (>= 0.3.1) + twitter-bootstrap-rails (2.2.7) + actionpack (>= 3.1) + execjs + rails (>= 3.1) + railties (>= 3.1) tzinfo (0.3.37) uglifier (2.1.1) execjs (>= 0.3.0) @@ -206,7 +218,9 @@ DEPENDENCIES factory_girl_rails htmlentities jquery-rails + less-rails mocha + mousetrap-rails mysql2 rack-mini-profiler rails (= 4.0.0.rc2) @@ -221,6 +235,7 @@ DEPENDENCIES therubyracer timecop tolk + twitter-bootstrap-rails uglifier (>= 1.3.0) will_paginate yard