I need to use Slim-rails in all my Rails projects. How to use Slim-rails by default?
Asked
Active
Viewed 1,047 times
2 Answers
3
use this to generate your rails project
rails new myapp -m https://raw.github.com/RailsApps/rails-composer/master/composer.rb
choose 3 option at beggining of wizard and later will be option about Template engine
besides slim it has many neat options to speedup your rails project setup

Danil
- 2,497
- 2
- 19
- 27
-
no wizard shows up. couldn't connect SLL_certificate returned=1 errno=0 state=SSLv3 – ahnbizcad Aug 20 '14 at 07:57
1
This is what you want:
http://edgeguides.rubyonrails.org/rails_application_templates.html
Rails Application Templates

Tim Baas
- 6,035
- 5
- 45
- 72