diff options
author | Andrey Nering <andrey.nering@gmail.com> | 2015-01-15 16:11:34 -0200 |
---|---|---|
committer | Andrey Nering <andrey.nering@gmail.com> | 2015-01-15 16:22:52 -0200 |
commit | bf5f03849127602f486be450e7ccb769ea8ff959 (patch) | |
tree | 9c32dfdad7b8273accbf8320cf4e13e62bf5efd7 | |
parent | 363e298c3cdfc4c3b569d4fe4053edc3b8943f0a (diff) | |
download | rails-bf5f03849127602f486be450e7ccb769ea8ff959.tar.gz rails-bf5f03849127602f486be450e7ccb769ea8ff959.tar.bz2 rails-bf5f03849127602f486be450e7ccb769ea8ff959.zip |
Adding tip about jQuery UJS [ci skip]
Reference #18533
-rw-r--r-- | guides/source/getting_started.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md index fecd006a5f..cc916e86d2 100644 --- a/guides/source/getting_started.md +++ b/guides/source/getting_started.md @@ -1485,6 +1485,9 @@ Without this file, the confirmation dialog box wouldn't appear. ![Confirm Dialog](images/getting_started/confirm_dialog.png) +TIP: Learn more about jQuery Unobtrusive Adapter (jQuery UJS) on +[Working With Javascript in Rails](working_with_javascript_in_rails.html) guide. + Congratulations, you can now create, show, list, update and destroy articles. |