diff options
author | Sebastian Martinez <sebastian@wyeworks.com> | 2011-04-16 20:09:54 -0300 |
---|---|---|
committer | Sebastian Martinez <sebastian@wyeworks.com> | 2011-04-16 20:09:54 -0300 |
commit | 8606fff6f125822c5c27c053ab13b1c3b26838c8 (patch) | |
tree | d31501387b3a5d0558f4bca4381817fe51d763b0 /railties | |
parent | 9c861e8a0e2f21959ede5f71b56f8a50996d6416 (diff) | |
download | rails-8606fff6f125822c5c27c053ab13b1c3b26838c8.tar.gz rails-8606fff6f125822c5c27c053ab13b1c3b26838c8.tar.bz2 rails-8606fff6f125822c5c27c053ab13b1c3b26838c8.zip |
Added CHANGELOG entry for new section additions on ActionView guide
Diffstat (limited to 'railties')
-rw-r--r-- | railties/guides/source/action_view_overview.textile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/railties/guides/source/action_view_overview.textile b/railties/guides/source/action_view_overview.textile index ff581217d4..e11cb00d9f 100644 --- a/railties/guides/source/action_view_overview.textile +++ b/railties/guides/source/action_view_overview.textile @@ -1697,5 +1697,6 @@ You can read more about the Rails Internationalization (I18n) API "here":i18n.ht h3. Changelog +* 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 |