aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed that autosave should validate associations even if master is invalid [#...David Heinemeier Hansson2009-02-271-118/+2
* Merge with docrailsPratik Naik2009-02-241-36/+29
* Merge docrails along with the new guides and guides generation codePratik Naik2009-02-061-0/+16
* Merge docrailsPratik Naik2009-02-011-4/+5
* Add support for nested object forms to ActiveRecord and the helpers in Action...Eloy Duran2009-02-011-43/+48
* Make belongs_to :dependent => :destroy destroy self before associated object...Ben VandenBos2009-01-161-2/+2
* Merge commit 'fred/pullable'Pratik Naik2008-12-301-2/+2
|\
| * Fix to_sentence being used with options removed by 273c77Frederick Cheung2008-12-271-1/+1
| * Fix :include of has_many associations with :primary_key optionFrederick Cheung2008-12-261-1/+1
* | Inline code comments for class_eval/module_eval [#1657 state:resolved]Xavier Noria2008-12-281-18/+18
|/
* Fix configure_dependency_for_has_many not quoting conditions properly [#1461 ...Frederick Cheung2008-12-211-3/+3
* Fix has many through not quoting table names [#1163 state:resolved]Karthik Krishnan2008-12-201-1/+1
* Merge docrailsPratik Naik2008-12-191-5/+5
* Don't include table_name twiceFrederick Cheung2008-12-181-1/+1
* Ensure :include checks joins when determining if it can preload [#528 state:r...Frederick Cheung2008-12-181-10/+33
* Add :having option to find, to use in combination with grouped finds. Also ad...miloops2008-12-011-4/+8
* Ensure hash conditions on referenced tables are considered when eager loading...Paul2008-11-261-0/+1
* Autoload ActiveRecord filesJoshua Peek2008-11-241-10/+12
* Added :counter_sql as a valid key for habtm associationsTekin Suleyman2008-11-071-1/+1
* Merge docrails. Remove unnecessary files.Pratik Naik2008-11-021-0/+8
* Make sure habtm use class variable to list association valid keysLuca Guidi2008-11-011-9/+12
* Skip collection ids reader optimization if using :finder_sqlJeremy Kemper2008-10-231-1/+1
* Merge with docrails. Also add a rake task to generate guides in your rails ap...Pratik Naik2008-10-211-1/+2
* Remove the functionality introduce in 28d3390Michael Koziarski2008-10-101-12/+1
* explicitly including child associations that are also included in the parent ...Will Bryant2008-10-101-0/+5
* Merge docrailsPratik Naik2008-10-051-2/+6
* Refactor configure_dependency_for_has_many to use a few more methods.Hongli Lai (Phusion)2008-09-241-3/+34
* Add Model#delete instance method, similar to Model.delete class method. [#108...Hongli Lai (Phusion2008-09-211-2/+2
* applied patch to fix the associations with blocks in modules bug from an old ...Adeh DeSandies2008-09-201-4/+4
* Fixed an error triggered by a reload followed by a foreign key assignment.Nathaniel Talbott2008-09-201-1/+5
* Support for updating a belongs to association from the foreign key (without s...Jon Leighton2008-09-131-1/+8
* Revert "Add :accessible option to Associations for allowing mass assignments ...Pratik Naik2008-09-101-18/+4
* Add special AssociationReflection methods for creating association objects, a...Hongli Lai (Phusion)2008-09-091-1/+1
* Make the options that has_many, belongs_to and other association generation m...Hongli Lai (Phusion)2008-09-091-18/+30
* Merge docrailsPratik Naik2008-09-031-8/+7
* Some performance goodness for AR associations.Clemens Kofler2008-09-031-32/+32
* Use reflection primary_key instead of id for when selecting association ids.miloops2008-08-301-1/+1
* Performance: Better query for ASSOCIATION_ids. Select only ids if the associa...miloops2008-08-301-1/+5
* Merge scoped :joins together instead of overwriting them. May expose scoping ...Andrew White2008-08-281-2/+2
* Refactored AssociationCollection#count for uniformity and Ruby 1.8.7 support.Ernie Miller2008-08-281-0/+3
* Fix two has_one :through errorspivotal2008-08-271-3/+2
* Load the first and not the last has_one result when doing join-based eager lo...Tarmo Tänav2008-08-251-0/+1
* Implement old-skool eagerloading for has_one :throughFrederick Cheung2008-08-251-2/+2
* Don't interpret decimals as table names in ActiveRecord::Associations::ClassM...Peter Wagenet2008-08-211-3/+3
* Fixed STI type condition for eager loading of associationsTarmo Tänav2008-08-161-4/+2
* Fix file permissionsTarmo Tänav2008-07-311-0/+0
* Merge docrails changesPratik Naik2008-07-281-134/+284
* Use klass.sti_name to make sure associations take store_full_sti_class into a...Daniel Guettler2008-07-221-2/+2
* Merge with docrails.Pratik Naik2008-07-161-3/+4
* Fixed postgresql limited eager loading for the case where scoped :order was p...Tarmo Tänav2008-07-141-3/+8