aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/action_view_overview.textile
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2011-09-15 00:32:52 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2011-09-15 00:32:52 +0530
commit49476eee781b8a8b936b425b20ee40d036053128 (patch)
treea246be4492eb48c2433a1f8825199b72eff172f2 /railties/guides/source/action_view_overview.textile
parent823e16f57cb64c8557aa8e06b07e361d625a6e2e (diff)
parent9980f46ca2d250d1d3e2fac84c5dc9ca6cbab1ea (diff)
downloadrails-49476eee781b8a8b936b425b20ee40d036053128.tar.gz
rails-49476eee781b8a8b936b425b20ee40d036053128.tar.bz2
rails-49476eee781b8a8b936b425b20ee40d036053128.zip
Merge branch 'master' of github.com:lifo/docrails
Diffstat (limited to 'railties/guides/source/action_view_overview.textile')
-rw-r--r--railties/guides/source/action_view_overview.textile7
1 files changed, 0 insertions, 7 deletions
diff --git a/railties/guides/source/action_view_overview.textile b/railties/guides/source/action_view_overview.textile
index edaaeb8543..87250c684b 100644
--- a/railties/guides/source/action_view_overview.textile
+++ b/railties/guides/source/action_view_overview.textile
@@ -1495,10 +1495,3 @@ end
Then you could create special views like +app/views/posts/show.expert.html.erb+ that would only be displayed to expert users.
You can read more about the Rails Internationalization (I18n) API "here":i18n.html.
-
-h3. Changelog
-
-* May 29, 2011: Removed references to remote_* helpers - Vijay Dev
-* April 16, 2011: Added 'Using Action View with Rails', 'Templates' and 'Partials' sections. "Sebastian Martinez":http://wyeworks.com
-* September 3, 2009: Continuing work by Trevor Turk, leveraging the Action Pack docs and "What's new in Edge Rails":http://ryandaigle.com/articles/2007/8/3/what-s-new-in-edge-rails-partials-get-layouts
-* April 5, 2009: Starting work by Trevor Turk, leveraging Mike Gunderloy's docs