aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
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 /actionpack
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 'actionpack')
-rw-r--r--actionpack/README.rdoc5
1 files changed, 0 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