Frage

I need to use Slim-rails in all my Rails projects. How to use Slim-rails by default?

War es hilfreich?

Lösung

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

Andere Tipps

This is what you want:

http://edgeguides.rubyonrails.org/rails_application_templates.html

Rails Application Templates

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top