aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source
diff options
context:
space:
mode:
authorMikel Lindsaar <raasdnil@gmail.com>2010-02-04 10:48:07 +1100
committerMikel Lindsaar <raasdnil@gmail.com>2010-02-04 10:48:07 +1100
commitdac1660ad6633fe05e02fbc57217f5b4dbcb92ba (patch)
tree710e86621c54ec003a93469a1f53153418a1f08d /railties/guides/source
parent6697a02ee362f82901d6f9278a2ef6341c781f66 (diff)
downloadrails-dac1660ad6633fe05e02fbc57217f5b4dbcb92ba.tar.gz
rails-dac1660ad6633fe05e02fbc57217f5b4dbcb92ba.tar.bz2
rails-dac1660ad6633fe05e02fbc57217f5b4dbcb92ba.zip
Adding commit diff to the prologue after confirming all clear with GitHub.
Diffstat (limited to 'railties/guides/source')
-rw-r--r--railties/guides/source/3_0_release_notes.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/3_0_release_notes.textile b/railties/guides/source/3_0_release_notes.textile
index 0e907fe73c..ad8caf00c2 100644
--- a/railties/guides/source/3_0_release_notes.textile
+++ b/railties/guides/source/3_0_release_notes.textile
@@ -6,7 +6,7 @@ One of the main achievements of this release, is that while there are loads of n
Rails 3.0 adds Active Model ORM abstraction, Abstract Controller generic controller abstraction as well as a consistent Plugin API giving developers full access to all the Rails internals that make Action Mailer, Action Controller, Action View, Active Record and Active Resource work.
-These release notes cover the major upgrades, but don'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.
+These release notes cover the major upgrades, but don't include every little bug fix and change. If you want to see everything, check out the "commit diff":http://github.com/rails/rails/compare/v2.3.5...master of all commits that are in Rails 3.0 that are not in Rails 2.3.5 branch.
endprologue.