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 脚手架。为此,我想设置一个自定义模板引擎。
谁能指导我设置自定义模板引擎。
您不需要自定义模板引擎来自定义 Rails 脚手架。根据您要执行的操作,您可以自定义 Rails 生成器或使用诸如rails-composer / rails_apps_composer 之类的工具。
如果您希望切换默认模板引擎,对于 rails 3,您可以使用--template-engineflag。还有一些选项,例如Tilt,提供了一个抽象层,以便更容易在主要选项之间切换。
--template-engine