diff options
author | Josh Susser <josh@hasmanythrough.com> | 2008-03-15 18:13:46 -0700 |
---|---|---|
committer | Josh Susser <josh@hasmanythrough.com> | 2008-03-15 18:13:46 -0700 |
commit | 9c00e8b0f0dc422e4bf5efa3fb79cda2cb0ac6a1 (patch) | |
tree | a5ce787629563b0265be9d35c1adf3a9504a4012 /README.markdown | |
parent | 5d7c8176f1df8df819dadb1973a202a1c2d9836d (diff) | |
parent | cd9efb9eec6198f08b4fd5d754a33aa1b1669b37 (diff) | |
download | rails-9c00e8b0f0dc422e4bf5efa3fb79cda2cb0ac6a1.tar.gz rails-9c00e8b0f0dc422e4bf5efa3fb79cda2cb0ac6a1.tar.bz2 rails-9c00e8b0f0dc422e4bf5efa3fb79cda2cb0ac6a1.zip |
merge changes from nick
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown index 4324b0b128..89122a6dd3 100644 --- a/README.markdown +++ b/README.markdown @@ -3,7 +3,7 @@ ActiveRelation ## Abstract ## -ActiveRelation is a Relational Algebra for Ruby. It simplifies the generation of both the simplest and the most complex of SQL queries and it 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. +ActiveRelation 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. ## A Gentle Introduction ## |