ActiveRecord will happily take Foo.find([1,2,3]) and produce SQL that's very fast most of the time. I never used ActiveResource before, but isn't it just calling ARecord under the hood?
↧
ActiveRecord will happily take Foo.find([1,2,3]) and produce SQL that's very fast most of the time. I never used ActiveResource before, but isn't it just calling ARecord under the hood?