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:
parent
e06771f9d4
commit
16bccca361
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue