removed references to RJS from the AP README

This commit is contained in:
Xavier Noria 2011-03-29 22:21:21 +02:00
parent e06771f9d4
commit 16bccca361
1 changed files with 1 additions and 2 deletions

View File

@ -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