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
Sean Griffin a975407a0a Update Arel usage for rails/arel#98fc259
`where_sql` now requires that we pass it an engine. None of the manager
classes take an engine in their constructor.
2014-11-29 17:23:10 -07:00
..
builder Allow habtm class_name option to be consistent with other associations 2014-11-13 11:13:44 +05:30
join_dependency Remove the unused second argument to substitute_at 2014-11-17 15:04:40 -08:00
preloader Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
alias_tracker.rb Combine aliased_table_for and aliased_name_for 2014-11-24 19:05:45 -05:00
association.rb reuse available collection? check instead of macro 2014-06-09 19:27:08 -04:00
association_scope.rb Remove the unused second argument to substitute_at 2014-11-17 15:04:40 -08:00
belongs_to_association.rb add has_one? method and reuse instead of checking macro 2014-06-09 19:12:43 -04:00
belongs_to_polymorphic_association.rb
collection_association.rb Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
collection_proxy.rb [ci skip] Clarify deletion strategies for collection proxies 2014-10-04 11:36:56 -04:00
has_many_association.rb Improve the performance of reading attributes 2014-11-18 15:20:19 -08:00
has_many_through_association.rb Update Arel usage for rails/arel#98fc259 2014-11-29 17:23:10 -07:00
has_one_association.rb remove blank lines in the start of the ActiveRecord files 2014-07-29 02:51:08 +04:00
has_one_through_association.rb
join_dependency.rb Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
preloader.rb Adds preloaded_records method to NullPreloader 2014-11-28 13:42:50 +01:00
singular_association.rb default scopes should break the cache on singulur_association. 2014-11-08 17:03:54 +09:00
through_association.rb Only merge scopes with zero arity in has_many through 2014-08-20 08:25:58 +03:00