diff options
author | Nick Kallen <nkallen@nick-kallens-computer-2.local> | 2008-02-23 16:12:16 -0800 |
---|---|---|
committer | Nick Kallen <nkallen@nick-kallens-computer-2.local> | 2008-02-23 16:12:16 -0800 |
commit | f6d9b74ad0c9f061f9bca71d24132a0a7b066291 (patch) | |
tree | 2583ff107d147a832c1b2f1be63446029ec5b5dc /README | |
parent | ae217d5816c766443c6e6737d04073f40614b564 (diff) | |
download | rails-f6d9b74ad0c9f061f9bca71d24132a0a7b066291.tar.gz rails-f6d9b74ad0c9f061f9bca71d24132a0a7b066291.tar.bz2 rails-f6d9b74ad0c9f061f9bca71d24132a0a7b066291.zip |
organizing tests into unit/integration
Diffstat (limited to 'README')
-rw-r--r-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -0,0 +1 @@ +ActiveRelation is a Relational Algebra for Ruby. It simplifies 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 what makes your ORM different. It can also be used for in-memory relational modeling and querying, independent of a database.
\ No newline at end of file |