diff options
author | Francesco Rodriguez <lrodriguezsanc@gmail.com> | 2012-06-19 23:10:21 -0500 |
---|---|---|
committer | Francesco Rodriguez <lrodriguezsanc@gmail.com> | 2012-06-19 23:10:21 -0500 |
commit | 02a4ef7a05c0f5803254d3a2a10c2ec46971e27b (patch) | |
tree | 76782c75f0ad3888230a9dc4ac286accb5af4dec | |
parent | 12d57329143842f5beda43b4706154483ec08747 (diff) | |
download | rails-02a4ef7a05c0f5803254d3a2a10c2ec46971e27b.tar.gz rails-02a4ef7a05c0f5803254d3a2a10c2ec46971e27b.tar.bz2 rails-02a4ef7a05c0f5803254d3a2a10c2ec46971e27b.zip |
remove deprecated methods [ci skip]
-rw-r--r-- | guides/source/ajax_on_rails.textile | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/guides/source/ajax_on_rails.textile b/guides/source/ajax_on_rails.textile index 7e2f96eda3..295bc2823b 100644 --- a/guides/source/ajax_on_rails.textile +++ b/guides/source/ajax_on_rails.textile @@ -274,23 +274,6 @@ h5. +form_remote_tag+ h5. +submit_to_remote+ -h4. Observing Elements - -h5. +observe_field+ - -h5. +observe_form+ - -h4. Calling a Function Periodically - -h5. +periodically_call_remote+ - - -h4. Miscellaneous Functionality - -h5. +remote_function+ - -h5. +update_page+ - h4. Serving JavaScript First we'll check out how to send JavaScript to the server manually. You are practically never going to need this, but it's interesting to understand what's going on under the hood. |