search for: awwr

Displaying 1 result from an estimated 1 matches for "awwr".

Did you mean: aww
2006 Jun 11
3
[SUMMARY] Rails Core Weekly June 5 - June 11
...t possible to uninstall plugins. We''ve spoken about it before in RCW but Hampton''s solution to wrap your conditional bind variables in a hashes is committed by DHH. So now, no more of this: Topic.find(1, :conditions => [:author_name = ? and :title = ?, @author.name, ''AWWR'']) but simply Topic.find(1, :conditions => { :author_name => "David", :title => "AWWR" } will do just fine. That''s so much better on my eyes, thanks again Hampton. Also Jamis makes sure Named Routes will never be relative to some containing module...