提交 fa1b52bf 编写于 作者: S Sam Stephenson

New apps get the Turbolinks beta gem

上级 7225f0bb
......@@ -328,8 +328,8 @@ def javascript_gemfile_entry
"Use #{options[:javascript]} as the JavaScript library")
unless options[:skip_turbolinks]
gems << GemfileEntry.version("turbolinks", nil,
"Turbolinks makes following links in your web application faster. Read more: https://github.com/turbolinks/turbolinks")
gems << GemfileEntry.version("turbolinks", "~> 5.0.0.beta",
"Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks")
end
gems
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册