From 16bccca361ddb12850fed290034e19715cb60d01 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Tue, 29 Mar 2011 22:21:21 +0200 Subject: removed references to RJS from the AP README --- actionpack/README.rdoc | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3