I have submitted one ticket and patch to rails
checkbox generation with "false"
I plan to submit more patches in coming days
ActiveRecord::Base.sanitize_sql
sanitize sql is used for escaping custom sql built with user input.
behaviour has changed in rails 2 when compared to rails 1.2
Rails 2.1
>>ActiveRecord::Base.sanitize_sql("")
=>nil
Rails 1.2
>>ActiveRecord::Base.sanitize_sql("")
=>""
ActiveRecord cache preference
ActiveRecord include preference
will be adding description and ticket numbers soon
