diff options
author | Nick Kallen <nkallen@nick-kallens-computer-2.local> | 2008-04-12 17:33:56 -0700 |
---|---|---|
committer | Nick Kallen <nkallen@nick-kallens-computer-2.local> | 2008-04-12 17:33:56 -0700 |
commit | 97f89cde2af330771d0df80491e718f8b0cb7dd6 (patch) | |
tree | 706d3f96a552b38cbd75b7eeb228e691027a2175 /doc/TODO | |
parent | 0f3657fb70bc14720e32e5f78e521764d7a9bc06 (diff) | |
download | rails-97f89cde2af330771d0df80491e718f8b0cb7dd6.tar.gz rails-97f89cde2af330771d0df80491e718f8b0cb7dd6.tar.bz2 rails-97f89cde2af330771d0df80491e718f8b0cb7dd6.zip |
tests of Value
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -1,14 +1,16 @@ todo: - test Value, in particular bind. +- rename ActiveRelation to arel - test blank checks in relation.rb - mock out database -- finish pending tests -- test relation, table reset - standardize quoting - use strings everywhere, not symbols ? - "unit" test sql strategies - use real world examples, so they should be like a tutorial. - +- investigage complex joining cases: + - aggregations + - left outer joins + - adjacency lists - cache expiry on write - rewrite of querycache test in light of this @@ -60,6 +62,8 @@ done: - 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" +- finish pending tests +- test relation, table reset icebox: - #bind in Attribute and Expression should be doing a descend? |