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
2014-03-03 19:23:22 -08:00
..
builder Associations now raise ArgumentError on name conflicts. 2014-01-31 00:29:48 -02:00
join_dependency Dont use Enumarator on join_association 2014-02-13 10:41:43 -05:00
preloader Replace map.flatten with flat_map in activerecord 2014-03-03 19:23:22 -08:00
alias_tracker.rb add factory methods for empty alias trackers 2014-02-14 18:01:12 -08:00
association.rb Prevent foreign_key_for? from type casting all attributes 2014-02-21 15:41:12 +01:00
association_scope.rb add factory methods for empty alias trackers 2014-02-14 18:01:12 -08:00
belongs_to_association.rb extract cache counter logic to one method 2013-12-12 14:33:02 -08:00
belongs_to_polymorphic_association.rb Fix nil assignment to polymorphic belongs_to 2013-12-18 04:52:24 -07:00
collection_association.rb Remove unnecessary db call when replacing. 2014-02-28 17:00:38 -05:00
collection_proxy.rb Make CollectionProxy#reset return self 2014-01-22 13:24:48 -02:00
has_many_association.rb fix HABTM w/out primary key errors on destruction 2014-02-02 11:47:06 -08:00
has_many_through_association.rb let insert_record actuall save the object. 2014-02-25 14:57:49 -08:00
has_one_association.rb Fixes problem with replacing has_one association record with itself 2013-11-11 14:19:12 +04:00
has_one_through_association.rb
join_dependency.rb add factory methods for empty alias trackers 2014-02-14 18:01:12 -08:00
preloader.rb 2075f39d72 introduced a regression in includes/preloades 2013-12-31 02:47:37 +05:30
singular_association.rb has_one and belongs_to accessors don't add ORDER BY to the queries anymore. 2014-01-21 14:41:52 -02:00
through_association.rb use drop and avoid a range object 2013-08-01 16:28:11 -07:00