aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorNick Kallen <nkallen@nick-kallens-computer-2.local>2008-03-16 20:47:02 -0700
committerNick Kallen <nkallen@nick-kallens-computer-2.local>2008-03-16 20:47:02 -0700
commit89b354bf97d0a981376d36f2f8a7ba6a87fe2aa8 (patch)
tree2e7fe3a9a814bc0ffacc48c50e0bc4d5de18bb0d /TODO
parent9771b2f3a3fdb45517a132228a1129718acd2fac (diff)
downloadrails-89b354bf97d0a981376d36f2f8a7ba6a87fe2aa8.tar.gz
rails-89b354bf97d0a981376d36f2f8a7ba6a87fe2aa8.tar.bz2
rails-89b354bf97d0a981376d36f2f8a7ba6a87fe2aa8.zip
added attribute.eq(nil)
- produces attribute IS NULL
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO b/TODO
index 8b60e671a1..d7b57da4e2 100644
--- a/TODO
+++ b/TODO
@@ -1,8 +1,8 @@
todo:
- string passthrough:
:joins=>"INNER JOIN posts ON comments.post_id = posts.id"
- :select=>"`comments`.*"
-
+ - shit this one is hard at the moment.
+
- need adapters for this form:
{:conditions=>["approved = ?", false]}
{:conditions=>{:approved=>false}}