• J
    Use method compilation for association methods · 6e57d5c5
    Jon Leighton 提交于
    Method compilation provides better performance and I think the code
    comes out cleaner as well.
    
    A knock on effect is that methods that get redefined produce warnings. I
    think this is a good thing. I had to deal with a bunch of warnings
    coming from our tests, though.
    6e57d5c5
belongs_to_associations_test.rb 22.6 KB