aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorNick Kallen <nkallen@nick-kallens-computer-2.local>2008-04-18 14:53:02 -0700
committerNick Kallen <nkallen@nick-kallens-computer-2.local>2008-04-18 14:53:02 -0700
commit2a9117d8546941b90126d1548b0bbff85fca145a (patch)
treef25245493ec2724fc55b38c1be58741944a81d7f /doc
parentd51139751eae2be6ee32b44edec39fcf09ed2333 (diff)
downloadrails-2a9117d8546941b90126d1548b0bbff85fca145a.tar.gz
rails-2a9117d8546941b90126d1548b0bbff85fca145a.tar.bz2
rails-2a9117d8546941b90126d1548b0bbff85fca145a.zip
when ordering, the last order wins
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index a51a730c90..3aa7696952 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,5 +1,4 @@
todo:
-- rename Arel to arel
- incorporate linq vocabularity
- fix complex joining cases:
- extract adapters
@@ -57,6 +56,7 @@ done:
- test relation, table reset
- test Value, in particular bind.
- test blank checks in relation.rb
+- rename active_relation to arel
icebox:
- #bind in Attribute and Expression should be doing a descend?