1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

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

View file

@ -20,8 +20,7 @@ It consists of several modules:
* Action View, which handles view template lookup and rendering, and provides * Action View, which handles view template lookup and rendering, and provides
view helpers that assist when building HTML forms, Atom feeds and more. view helpers that assist when building HTML forms, Atom feeds and more.
Template formats that Action View handles are ERB (embedded Ruby, typically Template formats that Action View handles are ERB (embedded Ruby, typically
used to inline short Ruby snippets inside HTML), XML Builder and RJS used to inline short Ruby snippets inside HTML), and XML Builder.
(dynamically generated JavaScript from Ruby code).
With the Ruby on Rails framework, users only directly interface with the With the Ruby on Rails framework, users only directly interface with the
Action Controller module. Necessary Action Dispatch functionality is activated Action Controller module. Necessary Action Dispatch functionality is activated