aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/README.rdoc
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2011-03-29 22:21:21 +0200
committerXavier Noria <fxn@hashref.com>2011-04-13 13:24:32 +0200
commit16bccca361ddb12850fed290034e19715cb60d01 (patch)
tree84f12b35ba029e73cc049044f346acfb58c1fa09 /actionpack/README.rdoc
parente06771f9d41deb5c0cdc43e4d1d995333edc71b5 (diff)
downloadrails-16bccca361ddb12850fed290034e19715cb60d01.tar.gz
rails-16bccca361ddb12850fed290034e19715cb60d01.tar.bz2
rails-16bccca361ddb12850fed290034e19715cb60d01.zip
removed references to RJS from the AP README
Diffstat (limited to 'actionpack/README.rdoc')
-rw-r--r--actionpack/README.rdoc3
1 files changed, 1 insertions, 2 deletions
diff --git a/actionpack/README.rdoc b/actionpack/README.rdoc
index b900962d32..1a56c44db5 100644
--- a/actionpack/README.rdoc
+++ b/actionpack/README.rdoc
@@ -20,8 +20,7 @@ It consists of several modules:
* Action View, which handles view template lookup and rendering, and provides
view helpers that assist when building HTML forms, Atom feeds and more.
Template formats that Action View handles are ERB (embedded Ruby, typically
- used to inline short Ruby snippets inside HTML), XML Builder and RJS
- (dynamically generated JavaScript from Ruby code).
+ used to inline short Ruby snippets inside HTML), and XML Builder.
With the Ruby on Rails framework, users only directly interface with the
Action Controller module. Necessary Action Dispatch functionality is activated