mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-08 08:34:21 +01:00
add bootstrap and mousetrap
This commit is contained in:
parent
2daffef683
commit
40704b3e98
2 changed files with 23 additions and 0 deletions
8
Gemfile
8
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"
|
||||
|
|
|
|||
15
Gemfile.lock
15
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue