aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/action_view_overview.md
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2012-11-17 01:13:52 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2012-11-17 01:42:38 +0530
commit1fd008cd44cd2eea37db57ee6b3c17d3585d88c1 (patch)
tree18cda5ecade0af01f21dfdd0d783c4842cb96bbe /guides/source/action_view_overview.md
parent578eba02094f62d480b2964026c006a1d0317738 (diff)
downloadrails-1fd008cd44cd2eea37db57ee6b3c17d3585d88c1.tar.gz
rails-1fd008cd44cd2eea37db57ee6b3c17d3585d88c1.tar.bz2
rails-1fd008cd44cd2eea37db57ee6b3c17d3585d88c1.zip
copy edits and fixes [ci skip]
Diffstat (limited to 'guides/source/action_view_overview.md')
-rw-r--r--guides/source/action_view_overview.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/guides/source/action_view_overview.md b/guides/source/action_view_overview.md
index 3dddac7b67..2625e237bf 100644
--- a/guides/source/action_view_overview.md
+++ b/guides/source/action_view_overview.md
@@ -79,7 +79,7 @@ The loop is set up in regular embedding tags (`<% %>`) and the name is written u
Hi, Mr. <% puts "Frodo" %>
```
-To supress leading and trailing whitespaces, you can use `<%-` `-%>` interchangeably with `<%` and `%>`.
+To suppress leading and trailing whitespaces, you can use `<%-` `-%>` interchangeably with `<%` and `%>`.
#### Builder
@@ -346,13 +346,11 @@ View Paths
TODO...
-Overview of all the helpers provided by Action View
----------------------------------------------------
+Overview of helpers provided by Action View
+-------------------------------------------
WIP: Not all the helpers are listed here. For a full list see the [API documentation](http://api.rubyonrails.org/classes/ActionView/Helpers.html)
-TODO: I'm skeptical about whether it makes sense documenting all the helpers in an Action View Overview, or even some of them. *Agis-*
-
The following is only a brief overview summary of the helpers available in Action View. It's recommended that you review the [API Documentation](http://api.rubyonrails.org/classes/ActionView/Helpers.html), which covers all of the helpers in more detail, but this should serve as a good starting point.
### RecordTagHelper