aboutsummaryrefslogtreecommitdiffstats
path: root/doc/TODO
diff options
context:
space:
mode:
authorBryan Helmkamp <bryan@brynary.com>2008-04-15 01:24:15 -0400
committerBryan Helmkamp <bryan@brynary.com>2008-04-15 01:24:15 -0400
commit5a2d4f5475b8a040e2ed2da826afe50f0b3824c7 (patch)
tree1f598a69220e5c7c9c97172dafd590ad03af3bfe /doc/TODO
parent722623dab397427df7a99b7aeefe4356cadcce25 (diff)
downloadrails-5a2d4f5475b8a040e2ed2da826afe50f0b3824c7.tar.gz
rails-5a2d4f5475b8a040e2ed2da826afe50f0b3824c7.tar.bz2
rails-5a2d4f5475b8a040e2ed2da826afe50f0b3824c7.zip
Fake database implementation. MySQL not required to run the tests
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