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
ActionWebService for Enteprise 2.0
Posted by dinesh
on Wednesday, July 09
We at RailsFactory are now supporting the development and testing of actionwebservice
http://www.actionwebservice.info
if you have any Enterprise Application which needs special features on actionwebservice for soap compatibility, improved exception handling, scalability we can help, contact us at dinesh (at) railsfactory.org
http://www.actionwebservice.info
if you have any Enterprise Application which needs special features on actionwebservice for soap compatibility, improved exception handling, scalability we can help, contact us at dinesh (at) railsfactory.org
