rails--rails/activerecord/lib/active_record/associations
Jon Leighton 6e57d5c584 Use method compilation for association methods
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.
2012-08-10 23:28:08 +01:00
..
builder Use method compilation for association methods 2012-08-10 23:28:08 +01:00
join_dependency Represent association scope options as AR::Relations insternally. 2012-07-13 16:23:06 +01:00
preloader s/scoped/scope/ 2012-08-01 23:55:47 +01:00
alias_tracker.rb
association.rb removes usage of Object#in? from the code base (the method remains defined by Active Support) 2012-08-06 00:30:02 +02:00
association_scope.rb Revert "Remove :finder_sql, :counter_sql, :insert_sql, :delete_sql." 2012-08-01 19:46:31 +01:00
belongs_to_association.rb move dependency logic out of generated methods 2012-08-10 17:45:07 +01:00
belongs_to_polymorphic_association.rb
collection_association.rb Changing AR:CollectionAssociation#empty? to use #exists? 2012-08-05 11:35:18 -04:00
collection_proxy.rb s/scoped/scope/ 2012-08-01 23:55:47 +01:00
has_and_belongs_to_many_association.rb Revert "Remove :finder_sql, :counter_sql, :insert_sql, :delete_sql." 2012-08-01 19:46:31 +01:00
has_many_association.rb move dependency logic out of generated methods 2012-08-10 17:45:07 +01:00
has_many_through_association.rb load active_support/core_ext/object/blank in active_support/rails 2012-08-02 21:59:22 +02:00
has_one_association.rb move dependency logic out of generated methods 2012-08-10 17:45:07 +01:00
has_one_through_association.rb
join_dependency.rb
join_helper.rb
preloader.rb Represent association scope options as AR::Relations insternally. 2012-07-13 16:23:06 +01:00
singular_association.rb s/scoped/scope/ 2012-08-01 23:55:47 +01:00
through_association.rb Deprecate ActiveRecord::Base.scoped. 2012-07-27 17:27:47 +01:00