aboutsummaryrefslogtreecommitdiffstats
path: root/README.markdown
diff options
context:
space:
mode:
authorEmilio Tagua <miloops@gmail.com>2010-02-26 15:27:04 -0300
committerEmilio Tagua <miloops@gmail.com>2010-02-26 15:27:04 -0300
commit98a87e181aed8131797e55db2ca957bc515cdaca (patch)
tree8737146365412b7fd4fefeec5f0087974185474c /README.markdown
parent6762cf774cfa84804650a12e4397891869ab6106 (diff)
downloadrails-98a87e181aed8131797e55db2ca957bc515cdaca.tar.gz
rails-98a87e181aed8131797e55db2ca957bc515cdaca.tar.bz2
rails-98a87e181aed8131797e55db2ca957bc515cdaca.zip
Arel should not be consired alpha anymore.
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown
index 20d6e62b44..f28ed1e0a1 100644
--- a/README.markdown
+++ b/README.markdown
@@ -4,8 +4,6 @@ Arel is a Relational Algebra for Ruby. It 1) simplifies the generation complex o
## Status ##
-Arel is alpha software, BEWARE. Nevertheless, at this point, many (most?) SELECT queries can be composed, including very very complicated ones. Writes are only experimental for now.
-
For the moment, Arel uses ActiveRecord's connection adapters to connect to the various engines, connection pooling, perform quoting, and do type conversion. On the horizon is the use of DataObjects instead.
The long term goal, following both LINQ and DataMapper, is to have Arel adapt to engines beyond RDBMS, including XML, IMAP, YAML, etc.