aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/working_with_javascript.md
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2012-10-24 22:51:20 +0200
committerXavier Noria <fxn@hashref.com>2012-10-24 22:51:20 +0200
commit0f45570b9657e3ef40a0536f4455fe19ced96ce8 (patch)
treeb8c35bb64084e1fea2d0e9876618b0acacecac48 /guides/source/working_with_javascript.md
parent6250873d965f9cd6982b62b73c4f4835463e8261 (diff)
downloadrails-0f45570b9657e3ef40a0536f4455fe19ced96ce8.tar.gz
rails-0f45570b9657e3ef40a0536f4455fe19ced96ce8.tar.bz2
rails-0f45570b9657e3ef40a0536f4455fe19ced96ce8.zip
Revert "Consistent headlines & ToC"
This reverts commit 506257a173bb5cbb083ccae8d1b4ed82a456006a.
Diffstat (limited to 'guides/source/working_with_javascript.md')
-rw-r--r--guides/source/working_with_javascript.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/guides/source/working_with_javascript.md b/guides/source/working_with_javascript.md
index c33fa8864c..b1eeca25e8 100644
--- a/guides/source/working_with_javascript.md
+++ b/guides/source/working_with_javascript.md
@@ -5,11 +5,11 @@ This guide covers the built-in Ajax/JavaScript functionality of Rails (and
more); it will enable you to create rich and dynamic AJAX applications with
ease! We will cover the following topics:
-* An introduction to AJAX
+* Quick introduction to AJAX
* Unobtrusive JavaScript
-* Built-in Helpers
-* Server-side concerns
-* Turbolinks
+* How Rails' built-in helpers assist you
+* Handling AJAX on the server side
+* The Turbolinks gem
-------------------------------------------------------------------------------
@@ -248,7 +248,7 @@ this generates
Since it's just a `<form>`, all of the information on `form_for` also applies.
-Server-side concerns
+Server side concerns
--------------------
AJAX isn't just client-side, you also need to do some work on the server