aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations
Commit message (Expand)AuthorAgeFilesLines
...
| * Removed duplicated tests [#3026 state:resolved]Arthur Zapparoli2009-08-101-18/+0
| * Make sure association conditions work with :include and :joins [#358 state:re...Vladimir Meremyanin2009-08-091-0/+6
| * Added back support for destroying an association's object by id. [#2306 statu...Joshua Nichols2009-08-091-0/+22
| * Ensure hm:t#find does not assign nil to :include [#1845 state:resolved]railsbob2009-08-091-0/+5
* | Merge commit 'rails/master'Emilio Tagua2009-08-101-0/+7
|\|
| * Ensure hm:t#create/create! throws ActiveRecord::RecordNotSaved when the owner...Pratik Naik2009-08-081-0/+7
* | Merge commit 'rails/master'Emilio Tagua2009-08-085-46/+63
|\|
| * added :order option to find :first methods and associations as otherwise Orac...Raimonds Simanovskis2009-08-065-46/+63
* | More work on removing plain SQL from associations and use ARel instead.Emilio Tagua2009-08-071-4/+4
* | Don't use local vars before testing its conditional.Emilio Tagua2009-08-031-2/+0
* | Merge commit 'rails/master'Emilio Tagua2009-07-161-0/+98
|\|
| * Add primary_key option to belongs_to associationSzymon Nowak2009-07-151-0/+98
* | Merge commit 'rails/master'Emilio Tagua2009-07-141-2/+6
|\|
| * Optimize <association>_ids for hm:t with belongs_to sourcePratik Naik2009-07-131-2/+6
* | Merge commit 'rails/master'Emilio Tagua2009-06-302-0/+12
|\|
| * Revert "Revert "Generate proper :counter_sql from :finder_sql when there is a...Pratik Naik2009-07-012-0/+12
* | Merge commit 'rails/master'Emilio Tagua2009-06-231-0/+6
|\|
| * Revert "Generate proper :counter_sql from :finder_sql when there is a newline...Yehuda Katz + Carl Lerche2009-06-222-10/+0
| * Generate proper :counter_sql from :finder_sql when there is a newline charact...Patrick Joyce2009-06-212-0/+10
| * Ensure hm:t#create respects source associations hash conditions [#2090 state:...mattbauer2009-06-211-0/+6
* | Merge commit 'rails/master'Emilio Tagua2009-06-022-3/+3
|\|
| * Merge branch 'master' into active_modelJoshua Peek2009-05-297-38/+420
| |\
| | * Break up DependencyModule's dual function of providing a "depend_on" DSL and ...Joshua Peek2009-05-281-1/+1
| * | Merge branch 'master' into active_modelPratik Naik2009-04-222-0/+11
| |\ \
| * | | Deprecate Error#on(attribute) in favour of Errors#[attribute]Pratik Naik2009-03-201-2/+2
* | | | Merge commit 'rails/master'Emilio Tagua2009-05-261-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | Fix eager association test related to different ordering on sqliteChad Woolley2009-05-211-1/+1
* | | | Merge commit 'rails/master'Emilio Tagua2009-05-191-1/+1
|\| | |
| * | | Add missing models and fixtures [#2673 state:resolved]Emilio Tagua2009-05-191-23/+23
* | | | Merge commit 'rails/master'Emilio Tagua2009-05-181-2/+8
|\| | |
| * | | Ensure HasManyThroughAssociation#destroy delete orphan records [#2251 state:r...Luca Guidi2009-05-181-2/+8
* | | | Merge commit 'rails/master'Emilio Tagua2009-05-185-1/+53
|\| | |
| * | | Fixed limited eager loading associations with numbers in the name [#2668 stat...Benjamin Floering2009-05-181-0/+4
| * | | Implement #many? for NamedScope and AssociationCollection using #size [#1500 ...Chris Kampmeier2009-05-171-0/+39
| * | | has_one :through should not create a new association when assigned nil [#698 ...Daniel Guettler2009-05-171-1/+8
| * | | Cherry-pick core extensionsJeremy Kemper2009-05-132-0/+2
* | | | Merge commit 'rails/master'Emilio Tagua2009-05-124-15/+80
|\| | |
| * | | Use DependencyModule for included hooks in ActiveRecordBryan Helmkamp2009-05-111-7/+6
| * | | Revert "Fixed bug with polymorphic has_one :as pointing to an STI record"Jeremy Kemper2009-05-111-8/+1
| * | | Fixed eager load error on find with include => [:table_name] and hash conditi...Anthony Crumley2009-05-101-0/+12
| * | | honour :inverse_of for joins based includeFrederick Cheung2009-05-101-0/+28
| * | | honour inverse_of when preloading associationsFrederick Cheung2009-05-101-0/+33
* | | | Merge commit 'rails/master'Emilio Tagua2009-05-051-0/+252
|\| | |
| * | | Providing support for :inverse_of as an option to associations.Murray Steele2009-05-041-0/+252
* | | | Merge commit 'rails/master'Emilio Tagua2009-05-021-1/+8
|\| | |
| * | | Fixed bug with polymorphic has_one :as pointing to an STI recordRuy Asan2009-05-011-1/+8
* | | | Calculations now use Arel to construct the query.Emilio Tagua2009-04-291-22/+22
* | | | construct_finder_sql now use ArelEmilio Tagua2009-04-241-1/+1
|/ / /
* | / Fix models load order to be able to run unit tests.Emilio Tagua2009-04-231-5/+5
| |/ |/|
* | Ensure :dependent => :delete_all works for association with hash conditionsPratik Naik2009-04-201-0/+6