aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/working_with_javascript.md
diff options
context:
space:
mode:
authorAgis Anastasopoulos <corestudiosinc@gmail.com>2012-10-21 17:10:11 +0300
committerAgis Anastasopoulos <corestudiosinc@gmail.com>2012-10-21 17:10:11 +0300
commit506257a173bb5cbb083ccae8d1b4ed82a456006a (patch)
treea94917e682224e6271aee78fa577b5f8504b2d5d /guides/source/working_with_javascript.md
parent6d927fb4da7a0a17d62109b7ef8798a8e75082a7 (diff)
downloadrails-506257a173bb5cbb083ccae8d1b4ed82a456006a.tar.gz
rails-506257a173bb5cbb083ccae8d1b4ed82a456006a.tar.bz2
rails-506257a173bb5cbb083ccae8d1b4ed82a456006a.zip
Consistent headlines & ToC
I believe the topics and their headlines should be consistent for obvious reasons. Also
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 9a2c6e4df0..2099826add 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:
-* Quick introduction to AJAX
+* An introduction to AJAX
* Unobtrusive JavaScript
-* How Rails' built-in helpers assist you
-* Handling AJAX on the server side
-* The Turbolinks gem
+* Built-in Helpers
+* Server-side concerns
+* Turbolinks
-------------------------------------------------------------------------------
@@ -246,7 +246,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