Contact us: info@railsfactory.com
Phone : +91 96000 RAILS (72457)

ActiveRecord 2.x patches for submission

Posted by senthil
on Monday, August 25
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
Comments

Leave a response


© 2004 - 2009 Railsfactory