Skip to content

Commit

Permalink
Make rails autogenerate slim instead of erb
Browse files Browse the repository at this point in the history
  • Loading branch information
hmlON committed Jan 28, 2017
1 parent f3e79f7 commit db013fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gem 'pg', '~> 0.18'
gem 'puma', '~> 3.0'
gem 'rails', '~> 5.0.1'
gem 'sass-rails', '~> 5.0'
gem 'slim'
gem 'slim-rails'
gem 'turbolinks', '~> 5'
gem 'uglifier', '>= 1.3.0'

Expand Down
6 changes: 5 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,10 @@ GEM
slim (3.0.7)
temple (~> 0.7.6)
tilt (>= 1.3.3, < 2.1)
slim-rails (3.1.1)
actionpack (>= 3.1)
railties (>= 3.1)
slim (~> 3.0)
slop (3.6.0)
spring (2.0.1)
activesupport (>= 4.2)
Expand Down Expand Up @@ -293,7 +297,7 @@ DEPENDENCIES
sass-rails (~> 5.0)
selenium-webdriver
shoulda-matchers
slim
slim-rails
spring
spring-watcher-listen (~> 2.0.0)
turbolinks (~> 5)
Expand Down

0 comments on commit db013fb

Please sign in to comment.