diff options
author | Jaime Iniesta <jaimeiniesta@gmail.com> | 2010-04-04 11:44:54 +0200 |
---|---|---|
committer | Jaime Iniesta <jaimeiniesta@gmail.com> | 2010-04-04 11:44:54 +0200 |
commit | 96b70229d681006ce4b169541845935bc067e294 (patch) | |
tree | 3c7018a89eca7061e6a4c3debad9ef1327ef35b0 | |
parent | 7f956af47f4eeed54644a887dbb5f2ffcd8e41b8 (diff) | |
download | rails-96b70229d681006ce4b169541845935bc067e294.tar.gz rails-96b70229d681006ce4b169541845935bc067e294.tar.bz2 rails-96b70229d681006ce4b169541845935bc067e294.zip |
Updated changelog on getting_started and layouts_and_rendering
-rw-r--r-- | railties/guides/source/getting_started.textile | 1 | ||||
-rw-r--r-- | railties/guides/source/layouts_and_rendering.textile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/railties/guides/source/getting_started.textile b/railties/guides/source/getting_started.textile index 9cc96f8205..9669f7f155 100644 --- a/railties/guides/source/getting_started.textile +++ b/railties/guides/source/getting_started.textile @@ -1432,6 +1432,7 @@ h3. Changelog "Lighthouse ticket":http://rails.lighthouseapp.com/projects/16213-rails-guides/tickets/2 +* April 1, 2010: Fixed document to validate XHTML 1.0 Strict. "Jaime Iniesta":credits.html#jaimeiniesta * February 8, 2010: Full re-write for Rails 3.0-beta, added helpers and before_filters, refactored code by "Mikel Lindsaar":credits:html#raasdnil * January 24, 2010: Re-write for Rails 3.0 by "Mikel Lindsaar":credits:html#raasdnil * July 18, 2009: Minor cleanup in anticipation of Rails 2.3.3 by "Mike Gunderloy":credits.html#mgunderloy diff --git a/railties/guides/source/layouts_and_rendering.textile b/railties/guides/source/layouts_and_rendering.textile index 1ddba807e0..d9781fc966 100644 --- a/railties/guides/source/layouts_and_rendering.textile +++ b/railties/guides/source/layouts_and_rendering.textile @@ -1197,6 +1197,7 @@ h3. Changelog "Lighthouse ticket":http://rails.lighthouseapp.com/projects/16213-rails-guides/tickets/15 +* April 4, 2010: Fixed document to validate XHTML 1.0 Strict. "Jaime Iniesta":credits.html#jaimeiniesta * January 25, 2010: Rails 3.0 Update by "Mikel Lindsaar":credits.html#raasdnil * December 27, 2008: Merge patch from Rodrigo Rosenfeld Rosas covering subtemplates * December 27, 2008: Information on new rendering defaults by "Mike Gunderloy":credits.html#mgunderloy |