diff options
author | Abdelkader Boudih <terminale@gmail.com> | 2015-01-15 18:41:08 +0000 |
---|---|---|
committer | Abdelkader Boudih <terminale@gmail.com> | 2015-01-15 18:41:08 +0000 |
commit | 39f0ea1458c54e29431dbfa6332358285f44664d (patch) | |
tree | 9c32dfdad7b8273accbf8320cf4e13e62bf5efd7 /guides/source | |
parent | 363e298c3cdfc4c3b569d4fe4053edc3b8943f0a (diff) | |
parent | bf5f03849127602f486be450e7ccb769ea8ff959 (diff) | |
download | rails-39f0ea1458c54e29431dbfa6332358285f44664d.tar.gz rails-39f0ea1458c54e29431dbfa6332358285f44664d.tar.bz2 rails-39f0ea1458c54e29431dbfa6332358285f44664d.zip |
Merge pull request #18541 from andreynering/getting-started-javascript
Adding tip about jQuery UJS [ci skip]
Diffstat (limited to 'guides/source')
-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.  +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. |