aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/3_0_release_notes.textile
diff options
context:
space:
mode:
authorBryan Helmkamp <bryan@brynary.com>2010-02-05 21:47:56 -0500
committerBryan Helmkamp <bryan@brynary.com>2010-02-05 21:47:56 -0500
commitbadcd0ba7b39ee3cb75b715a2af17381324197af (patch)
treec5856f7aba183f40ae61c381c44f9b8f8e370aa6 /railties/guides/source/3_0_release_notes.textile
parent42551d34f9daaed25e1a812ac2a31335dda07425 (diff)
downloadrails-badcd0ba7b39ee3cb75b715a2af17381324197af.tar.gz
rails-badcd0ba7b39ee3cb75b715a2af17381324197af.tar.bz2
rails-badcd0ba7b39ee3cb75b715a2af17381324197af.zip
Link to primary Arel repository
Diffstat (limited to 'railties/guides/source/3_0_release_notes.textile')
-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 9cded48ed1..3268fff1a6 100644
--- a/railties/guides/source/3_0_release_notes.textile
+++ b/railties/guides/source/3_0_release_notes.textile
@@ -139,7 +139,7 @@ More Information: - "Rails Edge Architecture":http://yehudakatz.com/2009/06/11/r
h4. Arel Integration
-"Arel":http://github.com/rails/arel (or Active Relation) has been taken on as the underpinnings of Active Record and is now required for Rails. Arel provides an SQL abstraction that simplifies out Active Record and provides the underpinnings for the relation functionality in Active Record.
+"Arel":http://github.com/brynary/arel (or Active Relation) has been taken on as the underpinnings of Active Record and is now required for Rails. Arel provides an SQL abstraction that simplifies out Active Record and provides the underpinnings for the relation functionality in Active Record.
More information: - "Why I wrote Arel":http://magicscalingsprinkles.wordpress.com/2010/01/28/why-i-wrote-arel/.