Skip to content

Commit 16b5fde

Browse files
committed
add gems
1 parent 66c0559 commit 16b5fde

File tree

2 files changed

+42
-45
lines changed

2 files changed

+42
-45
lines changed

Gemfile

Lines changed: 13 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,23 @@
11
source 'https://rubygems.org'
2-
3-
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
2+
ruby '2.0.0'
43
gem 'rails', '4.0.0.rc2'
54

6-
# Use sqlite3 as the database for Active Record
5+
# Rails defaults
76
gem 'sqlite3'
8-
9-
# Use SCSS for stylesheets
107
gem 'sass-rails', '~> 4.0.0.rc2'
11-
12-
# Use Uglifier as compressor for JavaScript assets
138
gem 'uglifier', '>= 1.3.0'
14-
15-
# Use CoffeeScript for .js.coffee assets and views
169
gem 'coffee-rails', '~> 4.0.0'
17-
18-
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
19-
# gem 'therubyracer', platforms: :ruby
20-
21-
# Use jquery as the JavaScript library
2210
gem 'jquery-rails'
23-
24-
# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
2511
gem 'turbolinks'
26-
27-
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
28-
gem 'jbuilder', '~> 1.2'
29-
30-
group :doc do
31-
# bundle exec rake doc:rails generates the API under doc/api.
32-
gem 'sdoc', require: false
12+
gem 'jbuilder', '~> 1.0.1'
13+
14+
# learn-rails
15+
gem 'activerecord-tableless'
16+
gem 'figaro'
17+
gem 'bootstrap-sass'
18+
gem 'simple_form'
19+
gem 'high_voltage'
20+
gem 'gibbon'
21+
group :development do
22+
gem 'better_errors'
3323
end
34-
35-
# Use ActiveModel has_secure_password
36-
# gem 'bcrypt-ruby', '~> 3.0.0'
37-
38-
# Use unicorn as the app server
39-
# gem 'unicorn'
40-
41-
# Use Capistrano for deployment
42-
# gem 'capistrano', group: :development
43-
44-
# Use debugger
45-
# gem 'debugger', group: [:development, :test]

Gemfile.lock

Lines changed: 29 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ GEM
1919
activesupport (= 4.0.0.rc2)
2020
arel (~> 4.0.0)
2121
activerecord-deprecated_finders (1.0.3)
22+
activerecord-tableless (1.2.0)
23+
activerecord (>= 2.3.0)
2224
activesupport (4.0.0.rc2)
2325
i18n (~> 0.6, >= 0.6.4)
2426
minitest (~> 4.2)
@@ -27,7 +29,13 @@ GEM
2729
tzinfo (~> 0.3.37)
2830
arel (4.0.0)
2931
atomic (1.1.9)
32+
better_errors (0.9.0)
33+
coderay (>= 1.0.0)
34+
erubis (>= 2.6.6)
35+
bootstrap-sass (2.3.2.0)
36+
sass (~> 3.2)
3037
builder (3.1.4)
38+
coderay (1.0.9)
3139
coffee-rails (4.0.0)
3240
coffee-script (>= 2.2.0)
3341
railties (>= 4.0.0.beta, < 5.0)
@@ -38,21 +46,30 @@ GEM
3846
erubis (2.7.0)
3947
execjs (1.4.0)
4048
multi_json (~> 1.0)
49+
figaro (0.6.4)
50+
bundler (~> 1.0)
51+
rails (>= 3, < 5)
52+
gibbon (0.4.6)
53+
httparty
54+
multi_json (>= 1.3.4)
55+
high_voltage (1.2.3)
4156
hike (1.2.3)
57+
httparty (0.11.0)
58+
multi_json (~> 1.0)
59+
multi_xml (>= 0.5.2)
4260
i18n (0.6.4)
43-
jbuilder (1.4.2)
61+
jbuilder (1.0.2)
4462
activesupport (>= 3.0.0)
45-
multi_json (>= 1.2.0)
4663
jquery-rails (3.0.1)
4764
railties (>= 3.0, < 5.0)
4865
thor (>= 0.14, < 2.0)
49-
json (1.8.0)
5066
mail (2.5.4)
5167
mime-types (~> 1.16)
5268
treetop (~> 1.4.8)
5369
mime-types (1.23)
5470
minitest (4.7.4)
5571
multi_json (1.7.7)
72+
multi_xml (0.5.4)
5673
polyglot (0.3.3)
5774
rack (1.5.2)
5875
rack-test (0.6.2)
@@ -71,16 +88,12 @@ GEM
7188
rake (>= 0.8.7)
7289
thor (>= 0.18.1, < 2.0)
7390
rake (10.0.4)
74-
rdoc (3.12.2)
75-
json (~> 1.4)
7691
sass (3.2.9)
7792
sass-rails (4.0.0.rc2)
7893
railties (>= 4.0.0.beta, < 5.0)
7994
sass (>= 3.1.10)
8095
sprockets-rails (~> 2.0.0)
81-
sdoc (0.3.20)
82-
json (>= 1.1.3)
83-
rdoc (~> 3.10)
96+
simple_form (1.4.1)
8497
sprockets (2.10.0)
8598
hike (~> 1.2)
8699
multi_json (~> 1.0)
@@ -109,12 +122,18 @@ PLATFORMS
109122
ruby
110123

111124
DEPENDENCIES
125+
activerecord-tableless
126+
better_errors
127+
bootstrap-sass
112128
coffee-rails (~> 4.0.0)
113-
jbuilder (~> 1.2)
129+
figaro
130+
gibbon
131+
high_voltage
132+
jbuilder (~> 1.0.1)
114133
jquery-rails
115134
rails (= 4.0.0.rc2)
116135
sass-rails (~> 4.0.0.rc2)
117-
sdoc
136+
simple_form
118137
sqlite3
119138
turbolinks
120139
uglifier (>= 1.3.0)

0 commit comments

Comments
 (0)