I’ve noticed something odd with Rails (4.1) ActiveRecord, where select and count sometimes mix badly: User.all.count => 103 User.all.size => 103 User.all.length => 103 So far, so good. I …
I’ve noticed something odd with Rails (4.1) ActiveRecord, where select and count sometimes mix badly: User.all.count => 103 User.all.size => 103 User.all.length => 103 So far, so good. I …