aboutsummaryrefslogtreecommitdiffstats
path: root/doc/TODO
diff options
context:
space:
mode:
authorNick Kallen <nkallen@nick-kallens-computer-2.local>2008-05-17 20:24:22 -0700
committerNick Kallen <nkallen@nick-kallens-computer-2.local>2008-05-17 20:24:22 -0700
commit724a2684139342eb4613f78bfae723ef00911ff7 (patch)
tree7a94b8876cc49cfa0c9896307010e0fedef1a88f /doc/TODO
parent2c5566dbdc239f4fc56dc19ca6e343e091e4d022 (diff)
downloadrails-724a2684139342eb4613f78bfae723ef00911ff7.tar.gz
rails-724a2684139342eb4613f78bfae723ef00911ff7.tar.bz2
rails-724a2684139342eb4613f78bfae723ef00911ff7.zip
performance enhancing drugs
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 00a8ce4e4d..95e05ece49 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,4 @@
todo:
-- instance methodify externalize
-- test: find_attribute_given_attribute and all @attribute ||= everywhere and memoization of table class.
- rename select to where
- and/or w/ predicates
- blocks for joins
@@ -66,6 +64,8 @@ done:
- Explicitly model recursive structural decomposition / polymorphism
- Explicitly model the namer/externalizer using interpreter jargon
- All Sql Strategies should be accumulations with the top-level relation?
+- instance methodify externalize
+- test: find_attribute_given_attribute and all @attribute ||= everywhere and memoization of table class.
icebox:
- #bind in Attribute and Expression should be doing a descend?