aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/association_proxy.rb
Commit message (Expand)AuthorAgeFilesLines
* respond_to? passes along splat args to avoid introducing the second arg if it...Jeremy Kemper2008-08-271-2/+2
* Ruby 1.9 compat: Hash is now flattenable, so explicitly exclude itJeremy Kemper2008-08-231-1/+1
* Updated has_and_belongs_to_many association to fix :finder_sql interpolation....Nathan Witmer2008-08-161-4/+0
* Cache sanitized conditions in reflection object for associationsPratik Naik2008-06-271-1/+1
* Extract owner_quoted_id so it can be overridden. [#292 state:committed]Andre Arko2008-06-251-0/+4
* Verbose ActiveRecord::AssociationTypeMismatch exception message. [#189 state:...Pratik Naik2008-05-211-1/+2
* - Updated tzinfo to use Rational() instead of Rational.new! due to "private m...Nate Wiger2008-05-191-1/+1
* Calling ActiveRecord#inspect on an unloaded association won't wipe the collec...Andreas Neuhaus2008-05-081-2/+2
* Improve documentation coverage and markupXavier Noria2008-05-021-0/+10
* Refactor HasManyThroughAssociation to inherit from HasManyAssociation. Associ...Pratik Naik2008-04-061-3/+3
* Improve documentation.Pratik Naik2008-04-051-0/+45
* Merge the has_finder gem, renamed as 'named_scope'. Closes #11404 [nkallen]Rick Olson2008-03-241-0/+4
* Improve performance by avoiding named block arguments. Closes #11109 [adymo]Michael Koziarski2008-02-291-2/+6
* Revert [8865], broke AP record identifier. Reopens #11109.Jeremy Kemper2008-02-151-8/+2
* Improve associations performance by avoiding named block arguments. Closes #1...Rick Olson2008-02-141-2/+8
* Introduce the :readonly option to all associations. Records from the associat...Jeremy Kemper2008-02-131-1/+2
* Remove dead attr_reader from association proxy. Closes #10668 [danger]Michael Koziarski2008-01-261-1/+0
* post.comments.reload returns the association rather than the result of load_t...Jeremy Kemper2007-12-101-14/+15
* Make reset return nil when using a dangling belongs_to association. Current ...Michael Koziarski2007-11-291-1/+1
* Removed unnecessary or statement (closes #7158) [richcollins]David Heinemeier Hansson2007-09-221-1/+1
* Formatting, grammar and spelling fixes for the associations documentation. [s...Michael Koziarski2007-08-281-1/+1
* Refactored in use of extract_options! (closes #9079) [josh]David Heinemeier Hansson2007-07-241-4/+0
* Sanitize Base#inspect. Closes #8392.Jeremy Kemper2007-05-181-1/+2
* Aggregate reflection klass works with nested :class_nameJeremy Kemper2007-01-141-1/+1
* Don't inspect unloaded associations. Closes #2905.Jeremy Kemper2006-11-101-0/+4
* Removes the ability for eager loaded conditions to be interpolated, since the...Rick Olson2006-10-091-1/+1
* has_one associations with a nil target may be safely marshaled. Closes #6279.Jeremy Kemper2006-09-261-0/+2
* Backed out of new_record? to new? transformation as it would screw up existin...David Heinemeier Hansson2006-09-051-3/+3
* Deprecated ActiveRecord::Base.new_record? in favor of ActiveRecord::Base.new?...David Heinemeier Hansson2006-09-051-3/+3
* has_many :through conditions are sanitized by the associating class. Closes #...Jeremy Kemper2006-09-011-1/+1
* unbraindeadify addition to has_many :throughJeremy Kemper2006-08-191-0/+5
* Fixed a bug which would cause .save to fail after trying to access a empty ha...Tobias Lütke2006-08-161-10/+9
* Cache nil results for has_one associations so multiple calls don't call the d...Rick Olson2006-08-081-2/+2
* delegate AssociationProxy#to_param to the association target so that associat...Rick Olson2006-06-011-1/+2
* Provide Association Extensions access to the instance that the association is...Rick Olson2006-05-281-1/+13
* Allow multiple association extensions with :extend option (closes #4666) [Jo...Rick Olson2006-04-111-1/+1
* Raise error when trying to select many polymorphic objects with has_many :thr...Rick Olson2006-03-191-0/+1
* fixed has_many :conditions sanitizing (closes #4278) [hakuja@hakuja.net]Rick Olson2006-03-181-1/+1
* Use association's :conditions when eager loading. [jeremyevans0@gmail.com] cl...Rick Olson2006-03-161-2/+11
* Added Base.abstract_class? that marks which classes are not part of the Activ...Rick Olson2006-03-161-1/+1
* save polymorphic joins from the has_many|one association (closes #3812) [Rick...David Heinemeier Hansson2006-02-121-0/+9
* Added option inheritance for find calls on has_and_belongs_to_many and has_ma...David Heinemeier Hansson2005-12-131-0/+11
* Added preliminary support for join models [DHH] Added preliminary support for...David Heinemeier Hansson2005-12-031-18/+20
* Work-in progress for providing better join model support and polymorphic asso...David Heinemeier Hansson2005-12-021-1/+0
* Associations handle case-equality more consistently: item.parts.is_a?(Array) ...Jeremy Kemper2005-11-151-5/+12
* Added extension capabilities to has_many and has_and_belongs_to_many proxies ...David Heinemeier Hansson2005-11-031-2/+5
* Fix bad commit. (Bad developer, bad\!)Nicholas Seckar2005-10-161-1/+1
* Add __FILE__ and __LINE__ to evalNicholas Seckar2005-10-151-1/+1
* Added support for calling constrained class methods on has_many and has_and_b...David Heinemeier Hansson2005-07-221-7/+8
* Fixed order of loading in eager associationsDavid Heinemeier Hansson2005-04-191-0/+4