From 98a87e181aed8131797e55db2ca957bc515cdaca Mon Sep 17 00:00:00 2001 From: Emilio Tagua Date: Fri, 26 Feb 2010 15:27:04 -0300 Subject: Arel should not be consired alpha anymore. --- README.markdown | 2 -- 1 file changed, 2 deletions(-) (limited to 'README.markdown') 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. -- cgit v1.2.3