aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2010-02-05 09:12:35 -0800
committerJeremy Kemper <jeremy@bitsweat.net>2010-02-05 09:12:35 -0800
commitf1e5642fb7e99ed5c26e863596bc2ea1e7176fba (patch)
treec2e843caa28a7d0ca7de6d5f37a3a0017ab90893
parent363a752c36122c92d528aee83262f3ee2db460ae (diff)
downloadrails-f1e5642fb7e99ed5c26e863596bc2ea1e7176fba.tar.gz
rails-f1e5642fb7e99ed5c26e863596bc2ea1e7176fba.tar.bz2
rails-f1e5642fb7e99ed5c26e863596bc2ea1e7176fba.zip
Revert "Link to main Arel repository"
This reverts commit 203626867934a2772a5a3f096521b56d59273407.
-rw-r--r--railties/guides/source/3_0_release_notes.textile4
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/guides/source/3_0_release_notes.textile b/railties/guides/source/3_0_release_notes.textile
index 7679302ff9..5e96f8cf06 100644
--- a/railties/guides/source/3_0_release_notes.textile
+++ b/railties/guides/source/3_0_release_notes.textile
@@ -8,7 +8,7 @@ Even if you don't give a hoot about any of our internal cleanups, Rails 3.0 is g
* Brand new router with an emphasis on RESTful declarations
* New Action Mailer API modelled after Action Controller (now without the agonizing pain of sending multipart messages!)
-* New Active Record chainable query language built on top of "Arel":http://github.com/brynary/arel, a relational algebra engine
+* New Active Record chainable query language built on top of relational algebra
* Unobtrusive JavaScript helpers with drivers for Prototype, jQuery, and more coming (end of inline JS)
* Explicit dependency management with Bundler
@@ -131,7 +131,7 @@ More Information: - "Rails Edge Architecture":http://yehudakatz.com/2009/06/11/r
h4. Arel Integration
-"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.
+"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.
More information: - "Why I wrote Arel":http://magicscalingsprinkles.wordpress.com/2010/01/28/why-i-wrote-arel/.