aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations/join_model_test.rb
Commit message (Expand)AuthorAgeFilesLines
* use underlying _read_attribute method rather than causing NoMethodErrorsAaron Patterson2011-01-111-1/+1
* In a number of places in the tests, we only need to turn off transactional fi...Jon Leighton2011-01-111-1/+2
* Let AssociationCollection#find use #scoped to do its finding. Note that I am ...Jon Leighton2011-01-031-7/+0
* Raise an error for associations which try to go :through a polymorphic associ...Jon Leighton2010-12-231-3/+8
* define_attr_method must serialize nil correctlyAaron Patterson2010-12-201-0/+4
* Fix various issues with the :primary_key option in :through associations [#24...Jon Leighton2010-12-151-0/+16
* not a responsibility for rails to testAaron Patterson2010-12-031-10/+0
* removing unused variablesAaron Patterson2010-11-221-1/+1
* use persisted? instead of new_record? wherever possibleDavid Chelimsky2010-11-091-8/+8
* Add some tests for functionality in JoinAssociation which already exists but ...Jon Leighton2010-10-131-2/+2
* providing arel with column information when possible [#5392 state:resolved]Aaron Patterson2010-09-211-0/+10
* code gardening: we have assert_(nil|blank|present), more concise, with better...Xavier Noria2010-08-171-2/+2
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-5/+5
* Use better assertion methods for testingNeeraj Singh2010-05-191-2/+2
* Make use of assert_equal to test equallity between object assert expects and ...Santiago Pastorino2010-05-161-1/+1
* removing dead code from activerecord tests. [#4187 state:resolved]Aaron Patterson2010-03-151-12/+0
* Fix test_has_many_through_polymorphic_has_one on sqlite2 [#3054 state:resolved]Jay Pignata2009-08-151-1/+1
* Fix that counter_cache breaks with has_many :dependent => :nullify.Gabe da Silveira2009-08-091-3/+3
* Enable has_many :through for going through a has_one association on the join ...Gabe da Silveira2009-08-101-1/+1
* added :order option to find :first methods and associations as otherwise Orac...Raimonds Simanovskis2009-08-061-3/+7
* Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.Jeremy Kemper2009-02-031-7/+5
* Test for eager loading of STI subclasses from htm associationsTarmo Tänav2008-08-161-0/+7
* Add first/last methods to associations/named_scope. [#226 state:resolved]Ryan Bates2008-05-201-0/+2
* Refactor HasManyThroughAssociation to inherit from HasManyAssociation. Associ...Pratik Naik2008-04-061-5/+27
* Add efficient #include? to AssociationCollection (for has_many/has_many :thro...Rick Olson2008-04-011-0/+30
* Fix issue where the :uniq option of a has_many :through association is ignore...Rick Olson2008-03-261-0/+8
* Add has_one :through support, finally. Closes #4756 [thechrisoshow]Rick Olson2008-03-211-1/+1
* Fixed that scoped joins would not always be respected (closes #6821) [Theory/...David Heinemeier Hansson2008-03-131-0/+8
* Ensure that ActiveRecord::Calculations disambiguates field names with the tab...Rick Olson2008-03-131-0/+8
* Improve performance by avoiding named block arguments. Closes #11109 [adymo]Michael Koziarski2008-02-291-0/+5
* Fix preloading nil polymorphic belongs_to. Closes #11218 [matrix9180]Jeremy Kemper2008-02-271-1/+7
* Remove dead code from hmt#delete. Closes #11236 [rubyruy]Jeremy Kemper2008-02-271-0/+2
* Revert r8742: remove has_many with :group option since it has sketchy sql sup...Jeremy Kemper2008-02-031-15/+0
* Make sure count works on has_many :through associations using :group. Closes...Michael Koziarski2008-01-271-0/+15
* Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/railsJeremy Kemper2008-01-211-2/+2
* Introduce preload query strategy for eager :includes. Closes #9640.Jeremy Kemper2008-01-191-1/+58
* Fix pathsJeremy Kemper2008-01-181-12/+12
* Move tests to casesJeremy Kemper2008-01-181-0/+559