aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorNick Kallen <nkallen@nick-kallens-computer-2.local>2008-04-12 17:45:36 -0700
committerNick Kallen <nkallen@nick-kallens-computer-2.local>2008-04-12 17:45:36 -0700
commit2f9b70b6179d0b66f80d6edd3eca1017aec70659 (patch)
tree03bbdfe9b30b245ac40fb04b4178ea65bd7fb2ce /doc
parent97f89cde2af330771d0df80491e718f8b0cb7dd6 (diff)
downloadrails-2f9b70b6179d0b66f80d6edd3eca1017aec70659.tar.gz
rails-2f9b70b6179d0b66f80d6edd3eca1017aec70659.tar.bz2
rails-2f9b70b6179d0b66f80d6edd3eca1017aec70659.zip
better test coverage of relational operations with blank data
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 97e89c3e0e..878e240a4f 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
todo:
-- test Value, in particular bind.
- rename ActiveRelation to arel
+- investigate linq vocabularity
- test blank checks in relation.rb
- mock out database
- standardize quoting
@@ -64,6 +64,7 @@ done:
:joins=>"INNER JOIN posts ON comments.post_id = posts.id"
- finish pending tests
- test relation, table reset
+- test Value, in particular bind.
icebox:
- #bind in Attribute and Expression should be doing a descend?