aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Agrawal <arunagw@gmail.com>2013-07-31 15:44:17 -0400
committerArun Agrawal <arunagw@gmail.com>2013-07-31 15:44:17 -0400
commit622d2a4b0d6117b275c9f5bf44a21db8ac69705c (patch)
tree14bcb6f82a7c7f24eb7a2a29039a2fb2c9f0de61
parent742d1f2eda24dd411e018835680645d3921883f5 (diff)
downloadrails-622d2a4b0d6117b275c9f5bf44a21db8ac69705c.tar.gz
rails-622d2a4b0d6117b275c9f5bf44a21db8ac69705c.tar.bz2
rails-622d2a4b0d6117b275c9f5bf44a21db8ac69705c.zip
Moved README into action_view [ci skip]
-rw-r--r--actionpack/README.rdoc5
-rw-r--r--actionview/README.rdoc5
2 files changed, 5 insertions, 5 deletions
diff --git a/actionpack/README.rdoc b/actionpack/README.rdoc
index 29a7fcf0f0..2f6575c3b5 100644
--- a/actionpack/README.rdoc
+++ b/actionpack/README.rdoc
@@ -17,11 +17,6 @@ It consists of several modules:
subclassed to implement filters and actions to handle requests. The result
of an action is typically content generated from views.
-* 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), and XML Builder.
-
With the Ruby on Rails framework, users only directly interface with the
Action Controller module. Necessary Action Dispatch functionality is activated
by default and Action View rendering is implicitly triggered by Action
diff --git a/actionview/README.rdoc b/actionview/README.rdoc
index ab6c7e878a..35f805346c 100644
--- a/actionview/README.rdoc
+++ b/actionview/README.rdoc
@@ -1,5 +1,10 @@
= Action View
+Action View is a framework for handling 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), and XML Builder.
+
== Download and installation
The latest version of Action View can be installed with RubyGems: