| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove extra white spaces. | Sebastian Martinez | 2011-05-19 | 1 | -3/+3 |
* | Implement proxy_owner, proxy_target and proxy_reflection methods on Collectio... | Jon Leighton | 2011-05-19 | 1 | -5/+6 |
* | :touch => :symbol also updates the updated_at attribute | Bruno Michel | 2011-05-10 | 1 | -1/+1 |
* | Abstract some common code from AssociationScope and JoinDependency::JoinAssoc... | Jon Leighton | 2011-03-11 | 1 | -0/+1 |
* | Move the code which builds a scope for through associations into a generic As... | Jon Leighton | 2011-03-10 | 1 | -3/+4 |
* | Merge branch 'master' into nested_has_many_through | Jon Leighton | 2011-03-04 | 1 | -554/+207 |
|\ |
|
| * | Move JoinDependency and friends from ActiveRecord::Associations::ClassMethods... | Jon Leighton | 2011-02-28 | 1 | -2/+2 |
| * | Rewrote AssociationPreload. | Jon Leighton | 2011-02-28 | 1 | -0/+2 |
| * | Use proper objects to do the work to build the associations (adding methods, ... | Jon Leighton | 2011-02-21 | 1 | -387/+22 |
| * | merges docrails | Xavier Noria | 2011-02-18 | 1 | -1/+1 |
| |\ |
|
| | * | Fix Typos: remove several occurences of the the | Nicholas Rowe | 2011-02-17 | 1 | -1/+1 |
| * | | Split AssociationProxy into an Association class (and subclasses) which manag... | Jon Leighton | 2011-02-18 | 1 | -34/+30 |
| * | | Allow building and then later saving has_many :through records, such that the... | Jon Leighton | 2011-02-18 | 1 | -7/+31 |
| * | | Ensure that association_ids uses the correct attribute where the association ... | Jon Leighton | 2011-02-18 | 1 | -2/+5 |
| * | | Documentation for recent refinements to association deletion | Jon Leighton | 2011-02-07 | 1 | -3/+75 |
| * | | Support the :dependent option on has_many :through associations. For historic... | Jon Leighton | 2011-02-07 | 1 | -2/+1 |
| |/ |
|
| * | Merge branch 'master' of git://github.com/lifo/docrails | Xavier Noria | 2011-02-05 | 1 | -1/+1 |
| |\ |
|
| | * | keep options titles consistent to "Options" | Gabriel Horner | 2011-02-03 | 1 | -1/+1 |
| * | | Fixing ordering of HABTM association deletion [#6191 state:resolved] | Edward Faulkner | 2011-02-04 | 1 | -1/+1 |
| |/ |
|
| * | Removed support for accessing attributes on a has_and_belongs_to_many join ta... | Jon Leighton | 2011-01-16 | 1 | -6/+0 |
| * | Abstract common code from BelongsToAssociation and HasOneAssociation into Sin... | Jon Leighton | 2011-01-16 | 1 | -0/+1 |
| * | Document the new create_association! method on one-to-one associations | Jon Leighton | 2011-01-16 | 1 | -1/+9 |
| * | Add create_association! for belongs_to | Jon Leighton | 2011-01-16 | 1 | -3/+3 |
| * | Support for create_association! for has_one associations | Jon Leighton | 2011-01-11 | 1 | -0/+1 |
| * | Refactor the code for singular association constructors. This will allow me t... | Jon Leighton | 2011-01-11 | 1 | -8/+13 |
| * | It's not necessary to pass the association proxy class around now | Jon Leighton | 2011-01-11 | 1 | -22/+15 |
| * | Get rid of set_association_target and association_loaded? as the parts of the... | Jon Leighton | 2011-01-11 | 1 | -12/+0 |
| * | DRY up the code which instantiates the association proxy | Jon Leighton | 2011-01-11 | 1 | -35/+24 |
| * | Document the recent changes to association assignment | Jon Leighton | 2011-01-11 | 1 | -4/+9 |
| * | Return value is irrelevant here as the RHS of the assignment is always return... | Jon Leighton | 2011-01-11 | 1 | -1/+0 |
| * | Remove incorrect documentation about build_assoc on has_one. This is proven, ... | Jon Leighton | 2011-01-11 | 1 | -2/+1 |
| * | For a singular association, it should be build_association, rather than assoc... | Jon Leighton | 2011-01-11 | 1 | -1/+1 |
| * | Correctly indent the bullet points under 'One-to-one associations', so that t... | Jon Leighton | 2011-01-11 | 1 | -10/+10 |
| * | Not really worth having the HasAssociation module for just a single method | Jon Leighton | 2011-01-07 | 1 | -1/+0 |
| * | just use a hash for doing association caching | Aaron Patterson | 2011-01-07 | 1 | -7/+7 |
| * | no need for self | Aaron Patterson | 2011-01-06 | 1 | -1/+1 |
| * | Remove undocumented feature from has_one where you could pass false as the se... | Jon Leighton | 2011-01-03 | 1 | -8/+3 |
| * | When preloading a belongs_to, the target should still be set (to nil) if ther... | Jon Leighton | 2011-01-03 | 1 | -0/+1 |
| * | Allow assignment on has_one :through where the owner is a new record [#5137 s... | Jon Leighton | 2011-01-03 | 1 | -11/+12 |
| * | Have a proper AssociationReflection#foreign_type method rather than using opt... | Jon Leighton | 2011-01-03 | 1 | -7/+1 |
| * | Add documentation for the :foreign_type option on belongs_to | Jon Leighton | 2011-01-03 | 1 | -0/+5 |
| * | Rename AssociationReflection#primary_key_name to foreign_key, since the optio... | Jon Leighton | 2010-12-31 | 1 | -2/+2 |
| * | Get rid of extra_conditions param from configure_dependency_for_has_many. I c... | Jon Leighton | 2010-12-31 | 1 | -9/+3 |
| * | Refactor configure_dependency_for_has_many to use AssociationCollection#delet... | Jon Leighton | 2010-12-31 | 1 | -38/+20 |
| * | Add a HasAssociation module for common code for has_* associations | Jon Leighton | 2010-12-26 | 1 | -0/+2 |
| * | Raise an error for associations which try to go :through a polymorphic associ... | Jon Leighton | 2010-12-23 | 1 | -1/+7 |
| * | If a has_many goes :through a belongs_to, and the foreign key of the belongs_... | Jon Leighton | 2010-12-23 | 1 | -1/+5 |
| * | Improved strategy for updating a belongs_to association when the foreign key ... | Jon Leighton | 2010-12-23 | 1 | -42/+1 |
| * | Revert "Optimize <association>_ids for hm:t with belongs_to source". The opti... | Jon Leighton | 2010-12-23 | 1 | -8/+1 |
| * | Don't allow a has_one association to go :through a collection association [#2... | Jon Leighton | 2010-12-23 | 1 | -0/+6 |