1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib/active_record/associations
2012-08-30 01:03:51 +02: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 fix associations when using per class databases 2012-02-10 17:41:01 -05:00
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 @stale_state should be nil when a model isn't saved. 2012-04-13 02:25:13 +09:00
collection_association.rb Use inversed parent for first and last child of has_many association 2012-08-18 18:11:28 +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 Fix grammar 2012-08-30 01:03:51 +02:00
has_one_through_association.rb Merge branch 'master' into nested_has_many_through 2011-03-04 09:30:27 +00:00
join_dependency.rb Revert "Merge pull request #5494 from armstrjare/active_record_relation_keep_association_join_context_on_merge" 2012-05-05 21:36:24 +01:00
join_helper.rb Improve the derivation of HABTM assocation join table names 2012-06-22 06:27:11 +01:00
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