aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2009-03-10 20:31:29 +0000
committerPratik Naik <pratiknaik@gmail.com>2009-03-10 20:32:21 +0000
commitf8c573abc1df0d18969bf690c969f9b1cd3aac04 (patch)
tree3835e767b54c8dc0d19341bf45f92566e4453c3a /railties/guides/source
parent968a0ad502ea9cfd28fab1acd92b577bec1b669e (diff)
downloadrails-f8c573abc1df0d18969bf690c969f9b1cd3aac04.tar.gz
rails-f8c573abc1df0d18969bf690c969f9b1cd3aac04.tar.bz2
rails-f8c573abc1df0d18969bf690c969f9b1cd3aac04.zip
Remove duplicate text
Diffstat (limited to 'railties/guides/source')
-rw-r--r--railties/guides/source/2_3_release_notes.textile2
1 files changed, 0 insertions, 2 deletions
diff --git a/railties/guides/source/2_3_release_notes.textile b/railties/guides/source/2_3_release_notes.textile
index bf9039597c..654b2922c4 100644
--- a/railties/guides/source/2_3_release_notes.textile
+++ b/railties/guides/source/2_3_release_notes.textile
@@ -1,7 +1,5 @@
h2. Ruby on Rails 2.3 Release Notes
-NOTE: These release notes refer to RC2 of Rails 2.3. This is a release candidate, and not the final version of Rails 2.3. It's intended to be a stable testing release, and we urge you to test your own applications and report any issues to the "Rails Lighthouse":http://rails.lighthouseapp.com/projects/8994-ruby-on-rails/overview.
-
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.