aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorNick Kallen <nkallen@nick-kallens-computer-2.local>2008-02-23 16:12:16 -0800
committerNick Kallen <nkallen@nick-kallens-computer-2.local>2008-02-23 16:12:16 -0800
commitf6d9b74ad0c9f061f9bca71d24132a0a7b066291 (patch)
tree2583ff107d147a832c1b2f1be63446029ec5b5dc /README
parentae217d5816c766443c6e6737d04073f40614b564 (diff)
downloadrails-f6d9b74ad0c9f061f9bca71d24132a0a7b066291.tar.gz
rails-f6d9b74ad0c9f061f9bca71d24132a0a7b066291.tar.bz2
rails-f6d9b74ad0c9f061f9bca71d24132a0a7b066291.zip
organizing tests into unit/integration
Diffstat (limited to 'README')
-rw-r--r--README1
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README
index e69de29bb2..9e1efa331f 100644
--- a/README
+++ b/README
@@ -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