diff options
author | Rafael Mendonça França <rafael.franca@plataformatec.com.br> | 2013-12-04 23:25:06 -0200 |
---|---|---|
committer | Rafael Mendonça França <rafael.franca@plataformatec.com.br> | 2013-12-04 23:25:06 -0200 |
commit | b79809fc9578bcecd76b6af2d27d57eae5ac47ff (patch) | |
tree | 1049fa3b8c5afea639924c26c2eacf38dcaf5d46 | |
parent | cd0509d9920ef39a86a5c9781b3f1fe38e3c8068 (diff) | |
parent | 8263b9954bb8acc259ee929fbefd4dc7be9b201a (diff) | |
download | rails-b79809fc9578bcecd76b6af2d27d57eae5ac47ff.tar.gz rails-b79809fc9578bcecd76b6af2d27d57eae5ac47ff.tar.bz2 rails-b79809fc9578bcecd76b6af2d27d57eae5ac47ff.zip |
Merge pull request #191 from sadfuzzy/patch-1
"Relational DataBase Management systems",
-rw-r--r-- | README.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown index 7f6bac1c75..7f582ab24e 100644 --- a/README.markdown +++ b/README.markdown @@ -7,7 +7,7 @@ Arel is a SQL AST manager for Ruby. It 1. Simplifies the generation of complex SQL queries -2. Adapts to various RDBMS systems +2. Adapts to various RDBM 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 |