aboutsummaryrefslogtreecommitdiffstats
path: root/doc/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 16cbc0d77a..7a6be568e8 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,13 +1,13 @@
todo:
- rename ActiveRelation to arel
- incorporate linq vocabularity
-- mock out database
- fix complex joining cases:
- extract adapters
- cache expiry on write
- rewrite of arecord querycache test in light of this
done:
+- mock out database
. Relation <=> Relation -> InnerJoinOperation
. Relation << Relation -> LeftOuterJoinOperation
. InnerJoinOperation.on(*Predicate) -> InnerJoinRelation