aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-07-31 18:46:05 -0700
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-07-31 18:46:05 -0700
commit5704e3c41dbec0e22483ac1704cfe14e22be98ba (patch)
tree514dde3f81b21c8edab65bb161422b37467881d3 /actionview
parentbd3059a633eba0746bb30678a06290fbf629aadb (diff)
parent622d2a4b0d6117b275c9f5bf44a21db8ac69705c (diff)
downloadrails-5704e3c41dbec0e22483ac1704cfe14e22be98ba.tar.gz
rails-5704e3c41dbec0e22483ac1704cfe14e22be98ba.tar.bz2
rails-5704e3c41dbec0e22483ac1704cfe14e22be98ba.zip
Merge pull request #11689 from arunagw/readme-updated-av
Moved README into action_view [ci skip]
Diffstat (limited to 'actionview')
-rw-r--r--actionview/README.rdoc5
1 files changed, 5 insertions, 0 deletions
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: