提交 07ccb1e1 编写于 作者: V Viktor Fonic

Skip turbolinks for engine test application

When `rails new plugin` is invoked, turbolinks should be skipped in the dummy
test application generated by the plugin generator.
上级 d50380f4
......@@ -92,6 +92,7 @@ def generate_test_dummy(force = false)
opts[:api] = options.api?
opts[:skip_listen] = true
opts[:skip_git] = true
opts[:skip_turbolinks] = true
invoke Rails::Generators::AppGenerator,
[ File.expand_path(dummy_path, destination_root) ], opts
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册