November 2010
2 posts
Nov 29th
Rails 2.3.9 weirdness in eager loading an ordered...
Snappy title, eh. I ran into this bug while trying to update an app to 2.3.9. I know of a workaround but I’m struggling to write a test that reproduces it in the AR source. So until I get around to doing that, heres the weirdness: class Job < ActiveRecord::Base has_many :job_memberships, :dependent => :destroy has_many :users, :through => :job_memberships, :order =>...
Nov 5th
1 note