Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要在我所有的 Rails 项目中使用 Slim-rails。如何默认使用 Slim-rails?
使用它来生成您的 Rails 项目
rails new myapp -m https://raw.github.com/RailsApps/rails-composer/master/composer.rb
在向导开始时选择 3 选项,稍后将是关于模板引擎的选项
除了纤薄之外,它还有许多简洁的选项可以加快您的 Rails 项目设置
这就是你想要的:
http://edgeguides.rubyonrails.org/rails_application_templates.html
Rails 应用程序模板