aboutsummaryrefslogtreecommitdiffstats
path: root/doc/TODO
diff options
context:
space:
mode:
authorNick Kallen <nkallen@nick-kallens-computer-2.local>2008-04-12 15:56:07 -0700
committerNick Kallen <nkallen@nick-kallens-computer-2.local>2008-04-12 15:56:07 -0700
commit6de1f350ce117129e46353f12f90a138ca3d3ead (patch)
tree4d25ac9d653ea76a10f682cd0e8e3e7270a569a2 /doc/TODO
parenta0dc6900330b7ec78785a80fe8b72595384635a0 (diff)
downloadrails-6de1f350ce117129e46353f12f90a138ca3d3ead.tar.gz
rails-6de1f350ce117129e46353f12f90a138ca3d3ead.tar.bz2
rails-6de1f350ce117129e46353f12f90a138ca3d3ead.zip
- string passthrough for joins
- blank checks
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/TODO b/doc/TODO
index 889f7fccb6..7890daa503 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,4 +1,6 @@
todo:
+- test Value, in particular bind.
+- test blank checks in relation.rb
- mock out database
- finish pending tests
- test relation, table reset
@@ -7,9 +9,6 @@ todo:
- "unit" test sql strategies
- use real world examples, so they should be like a tutorial.
-- string passthrough:
- :joins=>"INNER JOIN posts ON comments.post_id = posts.id"
- - shit this one is hard at the moment.
- cache expiry on write
- rewrite of querycache test in light of this
@@ -59,6 +58,8 @@ done:
- relation inclusion when given an array (1,2,3,4) should quote the elements using the appropriate quoting formatter taken from the attribute
- descend on array, along with bind written in terms of it
- re-evaluate bind -- does bind belong inside the relation / predicate classes or in the factory methods?
+- string passthrough:
+ :joins=>"INNER JOIN posts ON comments.post_id = posts.id"
icebox:
- #bind in Attribute and Expression should be doing a descend?