Skip to content

Commit 622d2a4

Browse files
committed
Moved README into action_view [ci skip]
1 parent 742d1f2 commit 622d2a4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

actionpack/README.rdoc

-5
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ It consists of several modules:
1717
subclassed to implement filters and actions to handle requests. The result
1818
of an action is typically content generated from views.
1919

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-
2520
With the Ruby on Rails framework, users only directly interface with the
2621
Action Controller module. Necessary Action Dispatch functionality is activated
2722
by default and Action View rendering is implicitly triggered by Action

actionview/README.rdoc

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
= Action View
22

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+
38
== Download and installation
49

510
The latest version of Action View can be installed with RubyGems:

0 commit comments

Comments
 (0)