aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorNick Kallen <nkallen@nick-kallens-computer-2.local>2008-05-18 22:11:05 -0700
committerNick Kallen <nkallen@nick-kallens-computer-2.local>2008-05-18 22:11:05 -0700
commit14210279b23788d47a18f0615f5e20234550c8ac (patch)
treea618279edd1e58b61cb44e213bf6937e5b47ba01 /README
parent7feff4e7b52fbef356426d22257af161704315ad (diff)
downloadrails-14210279b23788d47a18f0615f5e20234550c8ac.tar.gz
rails-14210279b23788d47a18f0615f5e20234550c8ac.tar.bz2
rails-14210279b23788d47a18f0615f5e20234550c8ac.zip
can't remember what i was working on
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index bb8c6eb71a..efd379d784 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
== Abstract ==
-Arel is a Relational Algebra for Ruby. It 1) simplifies the generation of both the simplest and the most complex of SQL queries and it 2) transparently adapts to various RDBMS systems. It is intended to be a framework framework; that is, you can build your own ORM with it, focusing on innovative object and collection modeling as opposed to database compatibility and query generation.
+Arel is a Relational Algebra for Ruby. It 1) simplifies the generation complex of SQL queries and it 2) transparently adapts to various RDBMS systems. It is intended to be a framework framework; that is, you can build your own ORM with it, focusing on innovative object and collection modeling as opposed to database compatibility and query generation.
== A Gentle Introduction ==