Skip to content

Commit 4035be7

Browse files
committed
closed #1 using gem haml-rails
1 parent 1a308eb commit 4035be7

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ gem 'turbolinks'
2929
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
3030
gem 'jbuilder', '~> 1.2'
3131

32+
gem 'haml-rails'
33+
3234
group :doc do
3335
# bundle exec rake doc:rails generates the API under doc/api.
3436
gem 'sdoc', require: false

Gemfile.lock

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ GEM
3636
coffee-script-source (1.7.0)
3737
erubis (2.7.0)
3838
execjs (2.2.0)
39+
haml (4.0.5)
40+
tilt
41+
haml-rails (0.5.1)
42+
actionpack (~> 4.0.0)
43+
activesupport (~> 4.0.0)
44+
haml (>= 3.1, < 5.0)
45+
railties (~> 4.0.0)
3946
hike (1.2.3)
4047
i18n (0.6.9)
4148
jbuilder (1.5.3)
@@ -110,6 +117,7 @@ PLATFORMS
110117

111118
DEPENDENCIES
112119
coffee-rails (~> 4.0.0)
120+
haml-rails
113121
jbuilder (~> 1.2)
114122
jquery-rails
115123
rails (= 4.0.0)

0 commit comments

Comments
 (0)