| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2011-12-16 | 1 | -1/+1 |
|\ |
|
| * | Update activerecord/lib/active_record/reflection.rb | Alexander | 2011-12-14 | 1 | -1/+1 |
* | | Don't try to autosave nested assocs. Fixes #2961. | Jon Leighton | 2011-12-14 | 1 | -0/+4 |
|/ |
|
* | Allow the :class_name option for associations to take a symbol. | Jon Leighton | 2011-11-04 | 1 | -1/+1 |
* | Fix #3271. | Jon Leighton | 2011-11-03 | 1 | -1/+1 |
* | Raise an exception on unknown primary key inside AssociationReflection. | Jon Leighton | 2011-10-05 | 1 | -4/+8 |
* | Don't call self.class unless necessary. Closes #3171. | Jon Leighton | 2011-09-29 | 1 | -2/+2 |
* | Fix belongs_to polymorphic with custom primary key on target. | Jon Leighton | 2011-09-26 | 1 | -15/+11 |
* | Ensure we are not comparing a string with a symbol in HasManyAssociation#inve... | Jon Leighton | 2011-09-06 | 1 | -1/+1 |
* | calling super is super. if the other object is exactly equal, we can return e... | Aaron Patterson | 2011-07-01 | 1 | -1/+5 |
* | Remove AssociationReflection#create_association and AssociationReflection#cre... | Jon Leighton | 2011-06-30 | 1 | -17/+0 |
* | Assign the association attributes to the associated record before the before_... | Jon Leighton | 2011-06-30 | 1 | -2/+2 |
* | cache the plural name on the reflection so we do not pay pluralize costs on j... | Aaron Patterson | 2011-06-30 | 1 | -6/+13 |
* | Merge branch 'master' of github.com:rails/rails | Xavier Noria | 2011-05-25 | 1 | -6/+0 |
|\ |
|
| * | removed deprecated methods, and related tests, from ActiveRecord | Josh Kalderimis | 2011-05-25 | 1 | -6/+0 |
* | | Merge branch 'master' of git://github.com/lifo/docrails | Xavier Noria | 2011-05-25 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Remove extra white spaces on ActiveRecord docs. | Sebastian Martinez | 2011-05-23 | 1 | -1/+1 |
* | | Fix problem with loading polymorphic associations which have been defined in ... | Jon Leighton | 2011-05-22 | 1 | -5/+4 |
|/ |
|
* | Remove `#among?` from Active Support | Prem Sichanugrist | 2011-04-13 | 1 | -1/+1 |
* | Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg... | David Heinemeier Hansson | 2011-04-12 | 1 | -1/+1 |
* | Using Object#in? and Object#either? in various places | Prem Sichanugrist | 2011-04-11 | 1 | -1/+2 |
* | Simplify implementation of ThroughReflection#chain | Jon Leighton | 2011-03-11 | 1 | -22/+2 |
* | Rename Reflection#through_reflection_chain and #through_options to Reflection... | Jon Leighton | 2011-03-10 | 1 | -27/+33 |
* | Move the code which builds a scope for through associations into a generic As... | Jon Leighton | 2011-03-10 | 1 | -3/+3 |
* | Fix test_has_many_association_through_a_has_many_association_with_nonstandard... | Jon Leighton | 2011-03-07 | 1 | -1/+1 |
* | Refactor ThroughAssociation#join_to to be much smaller, and independent of co... | Jon Leighton | 2011-03-06 | 1 | -0/+6 |
* | Push source_type and polymorphic conditions out of ThroughAssociation and Joi... | Jon Leighton | 2011-03-05 | 1 | -10/+11 |
* | Add a test for STI on the through where the through is nested, and change the... | Jon Leighton | 2011-03-05 | 1 | -0/+3 |
* | Merge branch 'master' into nested_has_many_through | Jon Leighton | 2011-03-04 | 1 | -18/+65 |
|\ |
|
| * | Rewrote AssociationPreload. | Jon Leighton | 2011-02-28 | 1 | -4/+6 |
| * | Delegate Association#options to the reflection, and replace 'reflection.optio... | Jon Leighton | 2011-02-21 | 1 | -0/+8 |
| * | Split AssociationProxy into an Association class (and subclasses) which manag... | Jon Leighton | 2011-02-18 | 1 | -1/+1 |
| * | Ensure that association_ids uses the correct attribute where the association ... | Jon Leighton | 2011-02-18 | 1 | -0/+4 |
| * | DRY up the code which instantiates the association proxy | Jon Leighton | 2011-01-11 | 1 | -0/+25 |
| * | Implement deprecated version of AssociationReflection#primary_key_name, which... | Jon Leighton | 2011-01-03 | 1 | -0/+6 |
| * | Have a proper AssociationReflection#foreign_type method rather than using opt... | Jon Leighton | 2011-01-03 | 1 | -0/+4 |
| * | Rename AssociationReflection#primary_key_name to foreign_key, since the optio... | Jon Leighton | 2010-12-31 | 1 | -7/+7 |
| * | Now we can drop-kick AssociationReflection#dependent_conditions into oblivion. | Jon Leighton | 2010-12-31 | 1 | -11/+0 |
| * | Raise an error for associations which try to go :through a polymorphic associ... | 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 | -1/+4 |
| * | Don't allow a has_one association to go :through a collection association [#2... | Jon Leighton | 2010-12-23 | 1 | -0/+4 |
| * | Fix problem where wrong keys are used in JoinAssociation when an association ... | Jon Leighton | 2010-12-20 | 1 | -0/+4 |
| * | Fix various issues with the :primary_key option in :through associations [#24... | Jon Leighton | 2010-12-15 | 1 | -1/+5 |
| * | reduce method calls | Aaron Patterson | 2010-12-16 | 1 | -1/+1 |
* | | Merge branch 'master' into nested_has_many_through | Jon Leighton | 2010-12-12 | 1 | -1/+1 |
|\ \ |
|
| * | | reduce method calls | Aaron Patterson | 2010-12-10 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'master' into nested_has_many_through | Jon Leighton | 2010-11-27 | 1 | -11/+9 |
|\| |
|
| * | class inheritable attributes is used no more! all internal use of class inher... | Josh Kalderimis | 2010-11-20 | 1 | -11/+9 |
* | | Fix naughty trailing whitespace | Jon Leighton | 2010-10-31 | 1 | -21/+21 |
* | | Merge branch 'master' into nested_has_many_through | Jon Leighton | 2010-10-28 | 1 | -2/+2 |
|\| |
|