From 97f89cde2af330771d0df80491e718f8b0cb7dd6 Mon Sep 17 00:00:00 2001 From: Nick Kallen Date: Sat, 12 Apr 2008 17:33:56 -0700 Subject: tests of Value --- doc/TODO | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'doc/TODO') diff --git a/doc/TODO b/doc/TODO index 7890daa503..97e89c3e0e 100644 --- a/doc/TODO +++ b/doc/TODO @@ -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? -- cgit v1.2.3