diff options
author | Nick Kallen <nkallen@nick-kallens-computer-2.local> | 2008-04-11 15:22:22 -0700 |
---|---|---|
committer | Nick Kallen <nkallen@nick-kallens-computer-2.local> | 2008-04-11 15:22:22 -0700 |
commit | eee3a766160cd32a4d9b5e1352858597005c9cee (patch) | |
tree | 10b58d7c350198a0598e1387e221fb1fe8fc0078 /doc/TODO | |
parent | ad50e772d32c261e4463d67d5c50a25b21a36370 (diff) | |
download | rails-eee3a766160cd32a4d9b5e1352858597005c9cee.tar.gz rails-eee3a766160cd32a4d9b5e1352858597005c9cee.tar.bz2 rails-eee3a766160cd32a4d9b5e1352858597005c9cee.zip |
string passthrough for joins
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 16 |
1 files changed, 6 insertions, 10 deletions
@@ -1,8 +1,5 @@ todo: -- re-evaluate bind -- does bind belong inside the relation / predicate classes or in the factory methods? -- - mock out database -- #bind in Attribute and Expression should be doing a descend? -- try to make aggegration testing in join spec to be a bit more unit-like +- mock out database - finish pending tests - test relation, table reset - standardize quoting @@ -14,12 +11,6 @@ todo: :joins=>"INNER JOIN posts ON comments.post_id = posts.id" - shit this one is hard at the moment. -- need adapters for this form: - {:conditions=>["approved = ?", false]} - {:conditions=>{:approved=>false}} - {:conditions=>{"topics.approved"=>false}} - {:conditions=>{:address=>#<Address:0x3489b3c @street="Funny Street", @country="Loony Land", @city="Scary Town">, "customers.name"=>"David1"}} - - cache expiry on write - rewrite of querycache test in light of this - rename the tion (Selection) classes so that words that don't end in tion don't seem inconsistent @@ -67,3 +58,8 @@ done: - orderings - 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? + +icebox: +- #bind in Attribute and Expression should be doing a descend? +- try to make aggegration testing in join spec to be a bit more unit-like |