diff options
author | Nick Kallen <nkallen@nick-kallens-computer-2.local> | 2008-04-18 14:53:02 -0700 |
---|---|---|
committer | Nick Kallen <nkallen@nick-kallens-computer-2.local> | 2008-04-18 14:53:02 -0700 |
commit | 2a9117d8546941b90126d1548b0bbff85fca145a (patch) | |
tree | f25245493ec2724fc55b38c1be58741944a81d7f /doc | |
parent | d51139751eae2be6ee32b44edec39fcf09ed2333 (diff) | |
download | rails-2a9117d8546941b90126d1548b0bbff85fca145a.tar.gz rails-2a9117d8546941b90126d1548b0bbff85fca145a.tar.bz2 rails-2a9117d8546941b90126d1548b0bbff85fca145a.zip |
when ordering, the last order wins
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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? |