| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote branch 'rails/master' into identity_map | Emilio Tagua | 2011-02-15 | 9 | -8/+30 |
|\ |
|
| * | Correctly update counter caches on deletion for has_many :through [#2824 stat... | Jon Leighton | 2011-02-07 | 1 | -0/+2 |
| * | has_one should always remove the old record (properly), even if not saving th... | Jon Leighton | 2011-01-11 | 1 | -0/+1 |
| * | Make serialized fixtures work again | Pratik Naik | 2010-12-29 | 1 | -0/+6 |
| * | Associations: DRY up the code which is generating conditions, and make it all... | Jon Leighton | 2010-12-26 | 1 | -1/+0 |
| * | Fix dodgy tests which were effectively asserting nil == nil | Jon Leighton | 2010-12-26 | 1 | -0/+1 |
| * | using arel to compile sql statements | Aaron Patterson | 2010-12-25 | 1 | -0/+1 |
| * | If a has_many goes :through a belongs_to, and the foreign key of the belongs_... | Jon Leighton | 2010-12-23 | 5 | -8/+20 |
* | | IdentityMap - Tests for IM | Marcin Raczkowski | 2010-11-19 | 1 | -0/+4 |
|/ |
|
* | Add some tests for functionality in JoinAssociation which already exists but ... | Jon Leighton | 2010-10-13 | 1 | -0/+6 |
* | order should always be concatenated. | Neeraj Singh | 2010-09-05 | 1 | -0/+5 |
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed '... | Santiago Pastorino | 2010-08-14 | 7 | -12/+11 |
* | test and fix collection_singular_ids= with string primary keys [#5125 state:r... | Robert Pankowecki | 2010-08-02 | 1 | -1/+1 |
* | update_attribute should not update readonly attributes | Neeraj Singh | 2010-07-21 | 1 | -0/+1 |
* | string IDs are now quoted correctly [#5064 state:resolved] | Will St. Clair + Neeraj Singh | 2010-07-13 | 3 | -0/+11 |
* | reset_counter should work with non-traditional belongs_to and polymorphic bel... | Neeraj Singh | 2010-07-08 | 1 | -0/+4 |
* | Test for concatenated orders added | Santiago Pastorino | 2010-06-26 | 1 | -1/+1 |
* | Support fixtures for namespaced models [#2965 state:resolved] | Andrew White | 2010-04-25 | 2 | -0/+9 |
* | fixing invalid yaml [#4424 state:resolved] | Aaron Patterson | 2010-04-17 | 1 | -1/+2 |
* | Refactor compute_type to handle situations where the correct class is already... | Andrew White | 2010-04-12 | 3 | -0/+11 |
* | Add inverse polymorphic association support. [#3520 state:resolved] | George Ogata | 2009-12-28 | 2 | -1/+9 |
* | Revert "Revert "Assert primary key does not exist in habtm when the associati... | Jeremy Kemper | 2009-11-23 | 1 | -2/+1 |
* | Fix has_one with foreign_key and primary_key association bug which caused the... | Graeme Porteous | 2009-09-12 | 1 | -0/+1 |
* | Revert "Assert primary key does not exist in habtm when the association is de... | Jeremy Kemper | 2009-09-02 | 1 | -1/+2 |
* | Assert primary key does not exist in habtm when the association is defined, i... | José Valim | 2009-09-01 | 1 | -2/+1 |
* | Fix that counter_cache breaks with has_many :dependent => :nullify. | Gabe da Silveira | 2009-08-09 | 1 | -0/+3 |
* | Revert "Revert "Generate proper :counter_sql from :finder_sql when there is a... | Pratik Naik | 2009-07-01 | 1 | -0/+8 |
* | Revert "Generate proper :counter_sql from :finder_sql when there is a newline... | Yehuda Katz + Carl Lerche | 2009-06-22 | 1 | -8/+0 |
* | Generate proper :counter_sql from :finder_sql when there is a newline charact... | Patrick Joyce | 2009-06-21 | 1 | -0/+8 |
* | Fixed limited eager loading associations with numbers in the name [#2668 stat... | Benjamin Floering | 2009-05-18 | 1 | -1/+4 |
* | Revert "Fixed bug with polymorphic has_one :as pointing to an STI record" | Jeremy Kemper | 2009-05-11 | 2 | -6/+2 |
* | Providing support for :inverse_of as an option to associations. | Murray Steele | 2009-05-04 | 4 | -0/+46 |
* | Fixed bug with polymorphic has_one :as pointing to an STI record | Ruy Asan | 2009-05-01 | 2 | -2/+6 |
* | Ensure has_many :through works with changed primary keys [#736 state:resolved] | Jim Remsik and Tim Pope | 2009-03-09 | 1 | -0/+4 |
* | Preload uses exclusive scope [#643 state:resolved] | Frederick Cheung | 2008-12-26 | 1 | -1/+10 |
* | Fix preloading of has_one :through associations on belongs_to [#1507 state:re... | Matt Jones | 2008-12-18 | 2 | -1/+9 |
* | fix assignment to has_one :through associations. | Matt Jones | 2008-11-15 | 1 | -0/+5 |
* | Added :constructor and :converter options to composed_of and deprecated the c... | Rob Anderton | 2008-09-10 | 1 | -1/+10 |
* | Add has_many :primary_key option to allow setting the primary key on a has ma... | Andre Arko | 2008-07-06 | 1 | -0/+1 |
* | Added missing files | David Heinemeier Hansson | 2008-05-01 | 1 | -0/+12 |
* | Ensure table names are quoted by the association preloading code. | Frederick Cheung | 2008-04-26 | 2 | -0/+24 |
* | Merge the has_finder gem, renamed as 'named_scope'. Closes #11404 [nkallen] | Rick Olson | 2008-03-24 | 1 | -2/+22 |
* | has_one :through supports :source_type. Fix up some tests. References #4756. | Jeremy Kemper | 2008-03-22 | 1 | -1/+7 |
* | Add has_one :through support, finally. Closes #4756 [thechrisoshow] | Rick Olson | 2008-03-21 | 4 | -0/+33 |
* | Fix that batched :include would pull in duplicate records in some cases. Clos... | Jeremy Kemper | 2008-02-28 | 1 | -1/+4 |
* | Fix preloading nil polymorphic belongs_to. Closes #11218 [matrix9180] | Jeremy Kemper | 2008-02-27 | 1 | -1/+4 |
* | Make dynamic finders respect the :include on HasManyThrough associations. Cl... | Michael Koziarski | 2008-02-18 | 1 | -0/+5 |
* | Fix has_many :through a polymorphic has_many. Closes #10529 [Aleksey Kondrate... | Jeremy Kemper | 2008-02-02 | 1 | -0/+7 |
* | Fixed preloading belongs_to associations which reference a custom foreign key... | Jeremy Kemper | 2008-01-31 | 2 | -0/+21 |
* | Make sure that belongs_to counter decrements when assigning nil Closes #10804... | Michael Koziarski | 2008-01-26 | 1 | -0/+1 |