File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,6 @@ It consists of several modules:
17
17
subclassed to implement filters and actions to handle requests. The result
18
18
of an action is typically content generated from views.
19
19
20
- * Action View, which handles view template lookup and rendering, and provides
21
- view helpers that assist when building HTML forms, Atom feeds and more.
22
- Template formats that Action View handles are ERB (embedded Ruby, typically
23
- used to inline short Ruby snippets inside HTML), and XML Builder.
24
-
25
20
With the Ruby on Rails framework, users only directly interface with the
26
21
Action Controller module. Necessary Action Dispatch functionality is activated
27
22
by default and Action View rendering is implicitly triggered by Action
Original file line number Diff line number Diff line change 1
1
= Action View
2
2
3
+ Action View is a framework for handling view template lookup and rendering, and provides
4
+ view helpers that assist when building HTML forms, Atom feeds and more.
5
+ Template formats that Action View handles are ERB (embedded Ruby, typically
6
+ used to inline short Ruby snippets inside HTML), and XML Builder.
7
+
3
8
== Download and installation
4
9
5
10
The latest version of Action View can be installed with RubyGems:
You can’t perform that action at this time.
0 commit comments