| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not use update_column where update_attribute is not interchangeable | Rafael Mendonça França | 2012-08-15 | 1 | -1/+1 |
* | Merge pull request #7286 from kennyj/fix_7191 | Rafael Mendonça França | 2012-08-10 | 1 | -13/+15 |
* | Revert "Deprecate :finder_sql, :counter_sql, :insert_sql, :delete_sql." | Jon Leighton | 2012-08-01 | 2 | -21/+0 |
* | Deprecate :finder_sql, :counter_sql, :insert_sql, :delete_sql. | Jon Leighton | 2012-07-20 | 2 | -0/+21 |
* | Deprecate update_attribute. | Steve Klabnik | 2012-06-14 | 1 | -1/+1 |
* | Revert "Perf: Don't load the association for #delete_all." | Jon Leighton | 2012-06-07 | 4 | -33/+9 |
* | Restore behavior of Active Record 3.2.3 scopes | Andrew White | 2012-06-01 | 1 | -3/+2 |
* | predicate builder should not recurse for determining where columns. | Aaron Patterson | 2012-05-30 | 1 | -1/+16 |
* | Ensure that CollectionAssociation#replace returns proper target | Piotr Sarnacki | 2012-05-19 | 1 | -1/+1 |
* | Fix HABTM syntax error in Ruby 1.8.x | Ernie Miller | 2012-05-18 | 1 | -2/+2 |
* | fix #delete_all with habtm with :delete_sql | Jon Leighton | 2012-05-18 | 1 | -0/+1 |
* | Perf: Don't load the association for #delete_all. | Jon Leighton | 2012-05-18 | 4 | -9/+33 |
* | Fix CollectionAssociation#replace to return new target (closes #6231) | Piotr Sarnacki | 2012-05-16 | 1 | -0/+2 |
* | Revert "Revert "Fix #5667. Preloading should ignore scoping."" | Benedikt Deicke | 2012-04-19 | 1 | -2/+3 |
* | Revert "Fix #5667. Preloading should ignore scoping." | Jeremy Kemper | 2012-04-18 | 1 | -3/+2 |
* | Fix #5667. Preloading should ignore scoping. | Jon Leighton | 2012-03-30 | 1 | -2/+3 |
* | Not need to pass join attributes to association build | Rafael Mendonça França | 2012-03-08 | 2 | -4/+10 |
* | Fix #5069 - Protect foreign key from mass assignment throught association bui... | Jean Boussier | 2012-03-05 | 1 | -1/+2 |
* | fix associations when using per class databases | Lars Kanis | 2012-03-04 | 3 | -8/+5 |
* | Merge pull request #4543 from jdelStrother/find_or_init | Jon Leighton | 2012-02-01 | 1 | -2/+1 |
* | Merge pull request #4783 from gregolsen/ids_reader_fix | Jon Leighton | 2012-01-31 | 1 | -1/+1 |
* | added failing tests for has_many, has_one and belongs_to associations with st... | Jakub Kuźma | 2011-12-21 | 1 | -6/+1 |
* | bypass preloading for ids_reader | Sergey Nartimov | 2011-12-18 | 1 | -2/+10 |
* | Allow nested attributes in associations to update values in it's owner object... | Andrew Kaspick | 2011-12-14 | 1 | -0/+2 |
* | Fix #3672 again (dependent: delete_all perf) | Jon Leighton | 2011-12-14 | 6 | -9/+26 |
* | Fix #3890. (Calling proxy_association in scope chain.) | Jon Leighton | 2011-12-08 | 1 | -2/+8 |
* | reintroduce patch from #726 to handle nested eager loading via associations | Jay Levitt | 2011-11-30 | 1 | -1/+1 |
* | ActiveRecord::Relation#pluck method | Bogdan Gusiev | 2011-11-30 | 1 | -1/+1 |
* | Merge pull request #3636 from joshsusser/master | Jon Leighton | 2011-11-29 | 6 | -21/+22 |
|\ |
|
| * | avoid warnings | Josh Susser | 2011-11-27 | 6 | -15/+15 |
| * | use GeneratedFeatureMethods module for associations | Josh Susser | 2011-11-27 | 2 | -7/+13 |
| * | association methods are now generated in modules | Josh Susser | 2011-11-15 | 7 | -30/+25 |
* | | load has_many associations keyed off a custom primary key if that key is pres... | Brian Samson | 2011-11-25 | 2 | -1/+5 |
* | | Perf fix | Jon Leighton | 2011-11-19 | 1 | -2/+6 |
|/ |
|
* | Use uniq instead of manually putting a DISTINCT in the query | Jon Leighton | 2011-11-05 | 1 | -14/+2 |
* | Merge pull request #3507 from jmazzi/issue-3503 | Jeremy Kemper | 2011-11-03 | 1 | -2/+6 |
* | Memoize through association | Jon Leighton | 2011-11-03 | 1 | -8/+11 |
* | Remove all revelant through records. | Jon Leighton | 2011-11-03 | 1 | -9/+9 |
* | Fix adding multiple instances of the same record to a has_many :through. | Jon Leighton | 2011-11-03 | 1 | -21/+43 |
* | Fix #3247. | Jon Leighton | 2011-11-03 | 1 | -1/+1 |
* | Merge pull request #3030 from htanata/fix_habtm_select_query_method | Jon Leighton | 2011-09-26 | 1 | -4/+0 |
* | Fix belongs_to polymorphic with custom primary key on target. | Jon Leighton | 2011-09-26 | 2 | -2/+11 |
* | CollectionProxy#replace should change the DB records rather than just mutatin... | Jon Leighton | 2011-09-26 | 1 | -1/+1 |
* | 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 |