| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't include any of includes, preload, joins, eager_load in the through asso... | Jon Leighton | 2011-09-07 | 1 | -1/+1 |
* | Nested through associations: preloads from the default scope of a through mod... | Jon Leighton | 2011-09-06 | 1 | -1/+1 |
* | Don't find belongs_to target when the foreign_key is NULL. Fixes #2828 | Georg Friedrich | 2011-09-05 | 1 | -0/+4 |
* | The join_nodes must be passed to the JoinDependency initializer and therefore... | Jon Leighton | 2011-08-29 | 1 | -6/+12 |
* | Ensure empty has_many :through association preloaded via joins is marked as l... | Jon Leighton | 2011-08-15 | 1 | -3/+2 |
* | Fix private methods which are delegated to. This previously worked because Mo... | Jon Leighton | 2011-08-15 | 2 | -13/+13 |
* | Make it the responsibility of the connection to hold onto an ARel visitor for... | Jon Leighton | 2011-08-08 | 2 | -3/+3 |
* | Add a proxy_association method to association proxies, which can be called by... | Jon Leighton | 2011-07-27 | 1 | -6/+10 |
* | Changed a few instances of of words in the API docs written in British Englis... | Oemuer Oezkir | 2011-07-24 | 1 | -1/+1 |
* | Fix exception if old and new targets are both nil. Fixes #1471. | Jon Leighton | 2011-07-12 | 1 | -1/+1 |
* | Merge branch 'master' of git://github.com/lifo/docrails | Xavier Noria | 2011-07-09 | 1 | -1/+1 |
|\ |
|
| * | find(:first) => first | Akira Matsuda | 2011-07-08 | 1 | -1/+1 |
* | | Destroy association habtm record before destroying the record itself. Fixes i... | Tomas D'Stefano | 2011-07-08 | 1 | -12/+10 |
* | | Ensure that the foreign key gets set when doing record.create_association or ... | Jon Leighton | 2011-07-08 | 1 | -2/+11 |
* | | Merge pull request #1120 from lysenko/collection_singular_ids | Santiago Pastorino | 2011-07-06 | 1 | -1/+1 |
|\ \ |
|
| * | | Fix bug in collection_singular_ids on has many through association with condi... | Anatoliy Lysenko | 2011-07-06 | 1 | -1/+1 |
* | | | Don't construct association scope in initializer. This yields a big performan... | Jon Leighton | 2011-07-07 | 1 | -6/+10 |
|/ / |
|
* | | Merge pull request #1968 from bogdan/associations_find_array_compatibility2 | Santiago Pastorino | 2011-07-05 | 1 | -3/+7 |
|\ \
| |/
|/| |
|
| * | Fixed CollectionAssociation#find to be compatible with Array#find | Bogdan Gusiev | 2011-07-05 | 1 | -3/+7 |
* | | Only call set_owner_attributes for has_one association if target exists. | Dieter Komendera | 2011-07-04 | 1 | -1/+1 |
|/ |
|
* | a few minor performance improvements: fewer strings, fewer range objects, few... | Aaron Patterson | 2011-07-01 | 2 | -22/+13 |
* | remove unused codes | Aaron Patterson | 2011-07-01 | 1 | -4/+0 |
* | reduce calls to owners_by_key and to read_attribute, respond_to? etc | Aaron Patterson | 2011-07-01 | 1 | -2/+3 |
* | Assign the association attributes to the associated record before the before_... | Jon Leighton | 2011-06-30 | 3 | -8/+10 |
* | match method signature of the superclass | Aaron Patterson | 2011-06-30 | 1 | -3/+3 |
* | cache the plural name on the reflection so we do not pay pluralize costs on j... | Aaron Patterson | 2011-06-30 | 1 | -1/+1 |
* | Replace inline lambdas with named methods | Jon Leighton | 2011-06-12 | 1 | -29/+42 |
* | Don't wrap operations on collection associations in transactions when they ar... | benedikt | 2011-06-12 | 1 | -3/+9 |
* | remove warning: assigned but unused variable | Santiago Pastorino | 2011-06-08 | 1 | -1/+1 |
* | Allow polymorphic has_one to work when the association is set before the owne... | Jon Leighton | 2011-06-08 | 1 | -3/+1 |
* | When you add a record to a polymorphic has_one, you should be able to access ... | Jon Leighton | 2011-06-08 | 2 | -2/+2 |
* | Don't double assign attributes - closes #1467. | Andrew White | 2011-06-03 | 1 | -1/+0 |
* | added an alias for new to build to the AR collection proxy, this corrects an ... | Josh Kalderimis | 2011-06-01 | 2 | -10/+2 |
* | Only save the record once when calling create! on a collection association. F... | Jon Leighton | 2011-05-31 | 4 | -25/+45 |
* | Implementing @dmathieu's cleaner fix from #1425. Unfortunately he deleted the... | Jon Leighton | 2011-05-31 | 1 | -8/+5 |
* | Adding comment to work with 1.8.7. Nested Attribute fix. | Arun Agrawal | 2011-05-31 | 1 | -0/+3 |
* | Fix nested attribute for memory record. | Arun Agrawal | 2011-05-31 | 1 | -1/+5 |
* | Merge pull request #1323 from fx/association_primary_key | Jon Leighton | 2011-05-26 | 1 | -1/+1 |
|\ |
|
| * | use association_primary_key in AssociationScope#add_constraints | Marian Rudzynski | 2011-05-26 | 1 | -1/+1 |
* | | Removes the restriction on primary key when joining in a habtm && test that i... | Mohammad El-Abid | 2011-05-26 | 1 | -4/+0 |
|/ |
|
* | Merge branch 'master' of github.com:rails/rails | Xavier Noria | 2011-05-25 | 2 | -37/+0 |
|\ |
|
| * | removed deprecated methods, and related tests, from ActiveRecord | Josh Kalderimis | 2011-05-25 | 2 | -37/+0 |
* | | Merge branch 'master' of git://github.com/lifo/docrails | Xavier Noria | 2011-05-25 | 2 | -2/+2 |
|\ \
| |/
|/| |
|
| * | Remove extra white spaces on ActiveRecord docs. | Sebastian Martinez | 2011-05-23 | 2 | -2/+2 |
* | | Ignore :includes on through associations | Andrew White | 2011-05-24 | 1 | -1/+1 |
* | | Fix problem with loading polymorphic associations which have been defined in ... | Jon Leighton | 2011-05-22 | 2 | -8/+22 |
* | | Handle polymorphic_type NOT NULL-able columns as well. | thedarkone | 2011-05-21 | 1 | -1/+1 |
* | | AliasTracker.pluralize use pluralize_table_names of model | Guillermo Iguaran | 2011-05-20 | 2 | -3/+3 |
* | | Implement proxy_owner, proxy_target and proxy_reflection methods on Collectio... | Jon Leighton | 2011-05-19 | 1 | -0/+24 |
|/ |
|
* | Don't pass a block as we are yielding | Andrew White | 2011-05-17 | 1 | -1/+1 |