| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | | | | | Fix small bug which was shown by the last commit | Jon Leighton | 2010-10-15 | 1 | -1/+1 |
| * | | | | | | | | | | Support preloading nested through associations (using the default multi-query... | Jon Leighton | 2010-10-15 | 1 | -61/+76 |
| * | | | | | | | | | | Added test_has_many_through_has_many_with_has_many_through_habtm_source_refle... | Jon Leighton | 2010-10-14 | 1 | -2/+6 |
| * | | | | | | | | | | Fix bug in previous refactoring | Jon Leighton | 2010-10-14 | 1 | -6/+6 |
| * | | | | | | | | | | Merge branch 'master' into nested_has_many_through | Jon Leighton | 2010-10-14 | 15 | -121/+113 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | Add test_has_many_through_has_and_belongs_to_many_with_has_many_source_reflec... | Jon Leighton | 2010-10-13 | 1 | -3/+28 |
| * | | | | | | | | | | | Refactoring ThroughAssociationScope#construct_through_joins | Jon Leighton | 2010-10-13 | 1 | -54/+62 |
| * | | | | | | | | | | | First bit of support for habtm in through assocs - test_has_many_through_has_... | Jon Leighton | 2010-10-13 | 2 | -23/+67 |
| * | | | | | | | | | | | Hook ThroughAssociationScope up to use the AliasTracker class | Jon Leighton | 2010-10-13 | 1 | -9/+30 |
| * | | | | | | | | | | | Some small tweaks on the last commit | Jon Leighton | 2010-10-12 | 2 | -19/+12 |
| * | | | | | | | | | | | Extract aliasing code from JoinDependency and JoinAssociation into a separate... | Jon Leighton | 2010-10-12 | 2 | -41/+83 |
| * | | | | | | | | | | | Add a commented, failing test for using a habtm in a has many through associa... | Jon Leighton | 2010-10-12 | 1 | -46/+50 |
| * | | | | | | | | | | | Adding test_has_many_through_has_one_with_has_many_through_source_reflection ... | Jon Leighton | 2010-10-12 | 1 | -1/+1 |
| * | | | | | | | | | | | Support has_one through assocs as the source association | Jon Leighton | 2010-10-12 | 1 | -10/+21 |
| * | | | | | | | | | | | Refactoring to remove duplication introduced by the last commit | Jon Leighton | 2010-10-10 | 1 | -160/+145 |
| * | | | | | | | | | | | Add support for nested through associations in JoinAssociation. Hence Foo.joi... | Jon Leighton | 2010-10-09 | 2 | -89/+89 |
| * | | | | | | | | | | | Merge branch 'master' into nested_has_many_through | Jon Leighton | 2010-10-06 | 10 | -66/+96 |
| |\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | Refactoring JoinDependency and friends. This improves the code (IMO) includin... | Jon Leighton | 2010-10-06 | 3 | -197/+313 |
| * | | | | | | | | | | | | Add support for table aliasing, with a test that needs aliasing in order to w... | Jon Leighton | 2010-10-02 | 1 | -13/+37 |
| * | | | | | | | | | | | | Integrate nested support into ThroughAssociationScope, using my concept of ge... | Jon Leighton | 2010-10-02 | 4 | -47/+95 |
| * | | | | | | | | | | | | Started implementing nested :through associations by using the existing struc... | Jon Leighton | 2010-10-01 | 3 | -19/+47 |
| * | | | | | | | | | | | | Merge branch 'master' into nested_has_many_through_2 | Jon Leighton | 2010-09-30 | 19 | -166/+139 |
| |\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | Initial nested_has_many_through support [#1152] | Bodaniel Jeanes | 2010-09-26 | 4 | -3/+162 |
* | | | | | | | | | | | | | | Change behavior of count(:limit => x, :offset => y) to limit/offset before co... | John Mileham | 2011-03-03 | 1 | -14/+26 |
| |_|_|_|_|_|_|_|_|_|_|_|/
|/| | | | | | | | | | | | |
|
* | | | | | | | | | | | | | Move ActiveModel::AttributeMethods#attribute_methods_generated? to ActiveReco... | Alexander Uvarov | 2011-03-01 | 1 | -0/+11 |
| |_|_|_|_|_|_|_|_|_|_|/
|/| | | | | | | | | | | |
|
* | | | | | | | | | | | | Move JoinDependency and friends from ActiveRecord::Associations::ClassMethods... | Jon Leighton | 2011-02-28 | 11 | -626/+618 |
* | | | | | | | | | | | | Rewrote AssociationPreload. | Jon Leighton | 2011-02-28 | 17 | -440/+565 |
* | | | | | | | | | | | | use an attribute rather than a SQL literal | Aaron Patterson | 2011-02-26 | 1 | -1/+1 |
* | | | | | | | | | | | | removing limits and offsets from COUNT queries unless both are specified. [#6... | Aaron Patterson | 2011-02-25 | 2 | -1/+14 |
* | | | | | | | | | | | | only take the limit if there is a limit to take | Aaron Patterson | 2011-02-25 | 1 | -1/+1 |
* | | | | | | | | | | | | Merge branch 'master' of git://github.com/lifo/docrails | Xavier Noria | 2011-02-25 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | Fix missing inheritance from AR::Base in docs | Josep M. Bach | 2011-02-24 | 1 | -1/+1 |
* | | | | | | | | | | | | | fixes: ActiveRecord::Base.scopes includes all scopes defined in all subclasses | Eric Allam | 2011-02-24 | 1 | -2/+3 |
* | | | | | | | | | | | | | Fix observer callbacks firing multiple times on descendant instances | Kamal Fariz Mahyuddin | 2011-02-22 | 1 | -1/+8 |
* | | | | | | | | | | | | | We're in 2011, let's update our license | Prem Sichanugrist | 2011-02-22 | 1 | -1/+1 |
* | | | | | | | | | | | | | Relation will delegate to AR::Base which already uses the Dynamic finders, so... | Aaron Patterson | 2011-02-22 | 1 | -8/+3 |
|/ / / / / / / / / / / / |
|
* | | | | | | | | | | | | Use proper objects to do the work to build the associations (adding methods, ... | Jon Leighton | 2011-02-21 | 13 | -406/+537 |
* | | | | | | | | | | | | Rename target_klass to klass | Jon Leighton | 2011-02-21 | 3 | -10/+10 |
* | | | | | | | | | | | | Delegate through_reflection and source_reflection to reflection | Jon Leighton | 2011-02-21 | 3 | -34/+34 |
* | | | | | | | | | | | | Delegate Association#options to the reflection, and replace 'reflection.optio... | Jon Leighton | 2011-02-21 | 8 | -47/+57 |
* | | | | | | | | | | | | Singular associations no longer use a proxy, so no need to check for the prox... | Jon Leighton | 2011-02-21 | 3 | -8/+2 |
* | | | | | | | | | | | | Associations - where possible, call attributes methods rather than directly a... | Jon Leighton | 2011-02-21 | 11 | -179/+179 |
* | | | | | | | | | | | | Merge branch 'master' of git://github.com/lifo/docrails | Xavier Noria | 2011-02-21 | 3 | -3/+27 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | copy-edits 8d96b89 | Xavier Noria | 2011-02-21 | 2 | -8/+10 |
| * | | | | | | | | | | | | Adding new examples for update_all method | Rodrigo Navarro | 2011-02-20 | 1 | -0/+6 |
| * | | | | | | | | | | | | Adding examples | Rodrigo Navarro | 2011-02-20 | 1 | -0/+2 |
| * | | | | | | | | | | | | Typo: fixing the the | Nicholas Rowe | 2011-02-19 | 1 | -1/+1 |
| * | | | | | | | | | | | | Clarification of ActiveRecord ActiveModel validation documentation | Peer Allan | 2011-02-18 | 2 | -2/+16 |
* | | | | | | | | | | | | | instance_methods includes public and protected, so reduce funcalls and object... | Aaron Patterson | 2011-02-18 | 1 | -3/+2 |
* | | | | | | | | | | | | | AR::AttributeMethods does not need to be included in an AR::Base class. | Aaron Patterson | 2011-02-18 | 1 | -1/+5 |
|/ / / / / / / / / / / / |
|