aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorMike Gunderloy <MikeG1@larkfarm.com>2009-04-07 11:53:49 -0500
committerMike Gunderloy <MikeG1@larkfarm.com>2009-04-07 11:53:49 -0500
commit2e56ce8f8c47349d76e6960f294ee8b66afced75 (patch)
treeb56fcf21ce4f1b8fa6669055dfeca9e714cd84d8 /railties
parent858dbeb4fde52494976e4aa55fb127181a078cd7 (diff)
downloadrails-2e56ce8f8c47349d76e6960f294ee8b66afced75.tar.gz
rails-2e56ce8f8c47349d76e6960f294ee8b66afced75.tar.bz2
rails-2e56ce8f8c47349d76e6960f294ee8b66afced75.zip
Revert "Changes to indicate release notes refer to most recent point releases,"
Rails numbering: 2.2.2 and 2.3.2 are the release versions, so original wording is fine. Release notes refer to the first *release* version, not the the earlier RC versions. This reverts commit 858dbeb4fde52494976e4aa55fb127181a078cd7.
Diffstat (limited to 'railties')
-rw-r--r--railties/guides/source/2_2_release_notes.textile4
-rw-r--r--railties/guides/source/2_3_release_notes.textile4
2 files changed, 4 insertions, 4 deletions
diff --git a/railties/guides/source/2_2_release_notes.textile b/railties/guides/source/2_2_release_notes.textile
index 5f64c91f1f..f60af01050 100644
--- a/railties/guides/source/2_2_release_notes.textile
+++ b/railties/guides/source/2_2_release_notes.textile
@@ -1,6 +1,6 @@
-h2. Ruby on Rails 2.2.x Release Notes
+h2. Ruby on Rails 2.2 Release Notes
-Rails 2.2 delivers a number of new and improved features. This list covers the major upgrades and refers to the most recent point release of 2.2, but doesn't include every little bug fix and change. If you want to see everything, check out the "list of commits":http://github.com/rails/rails/commits/master in the main Rails repository on GitHub.
+Rails 2.2 delivers a number of new and improved features. This list covers the major upgrades, but doesn't include every little bug fix and change. If you want to see everything, check out the "list of commits":http://github.com/rails/rails/commits/master in the main Rails repository on GitHub.
Along with Rails, 2.2 marks the launch of the "Ruby on Rails Guides":http://guides.rubyonrails.org/, the first results of the ongoing "Rails Guides hackfest":http://hackfest.rubyonrails.org/guide. This site will deliver high-quality documentation of the major features of Rails.
diff --git a/railties/guides/source/2_3_release_notes.textile b/railties/guides/source/2_3_release_notes.textile
index c11634cd10..6a97fd2cd1 100644
--- a/railties/guides/source/2_3_release_notes.textile
+++ b/railties/guides/source/2_3_release_notes.textile
@@ -1,6 +1,6 @@
-h2. Ruby on Rails 2.3.x Release Notes
+h2. Ruby on Rails 2.3 Release Notes
-Rails 2.3 delivers a variety of new and improved features, including pervasive Rack integration, refreshed support for Rails Engines, nested transactions for Active Record, dynamic and default scopes, unified rendering, more efficient routing, application templates, and quiet backtraces. This list covers the major upgrades and refers to the most recent point release of 2.3, but doesn't include every little bug fix and change. If you want to see everything, check out the "list of commits":http://github.com/rails/rails/commits/master in the main Rails repository on GitHub or review the +CHANGELOG+ files for the individual Rails components.
+Rails 2.3 delivers a variety of new and improved features, including pervasive Rack integration, refreshed support for Rails Engines, nested transactions for Active Record, dynamic and default scopes, unified rendering, more efficient routing, application templates, and quiet backtraces. This list covers the major upgrades, but doesn't include every little bug fix and change. If you want to see everything, check out the "list of commits":http://github.com/rails/rails/commits/master in the main Rails repository on GitHub or review the +CHANGELOG+ files for the individual Rails components.
endprologue.