提交 8af52c06 编写于 作者: R Richard Schneeman

Merge pull request #23559 from mabras/patch-1

update turbolinks url [ci skip]
...@@ -350,7 +350,7 @@ $("<%= escape_javascript(render @user) %>").appendTo("#users"); ...@@ -350,7 +350,7 @@ $("<%= escape_javascript(render @user) %>").appendTo("#users");
Turbolinks Turbolinks
---------- ----------
Rails 4 ships with the [Turbolinks gem](https://github.com/rails/turbolinks). Rails 4 ships with the [Turbolinks gem](https://github.com/turbolinks/turbolinks).
This gem uses Ajax to speed up page rendering in most applications. This gem uses Ajax to speed up page rendering in most applications.
### How Turbolinks Works ### How Turbolinks Works
...@@ -395,7 +395,7 @@ $(document).on "page:change", -> ...@@ -395,7 +395,7 @@ $(document).on "page:change", ->
For more details, including other events you can bind to, check out [the For more details, including other events you can bind to, check out [the
Turbolinks Turbolinks
README](https://github.com/rails/turbolinks/blob/master/README.md). README](https://github.com/turbolinks/turbolinks/blob/master/README.md).
Other Resources Other Resources
--------------- ---------------
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册