aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/member.rb
Commit message (Expand)AuthorAgeFilesLines
* Ensure to calculate column aliases after all table aliases are constructedRyuta Kamizono2018-06-191-3/+4
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Fix preloading association with scope including joinsRyuta Kamizono2017-07-041-0/+1
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* modernizes hash syntax in activerecordXavier Noria2016-08-061-19/+19
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-1/+1
* Skip statement cache on through association readerRafael Mendonça França2015-08-121-0/+3
* Raise an error for has_one associations which try to go :through a polymorphi...Tu Hoang2014-10-151-0/+3
* More unused associations in AR test modelsAkira Matsuda2013-09-101-1/+0
* Revert "Merge branch 'master' of github.com:rails/docrails"Vijay Dev2013-08-171-0/+1
* More unused associations in AR test modelsAkira Matsuda2013-07-251-1/+0
* Getting rid of the +automatic_inverse_of: false+ option in associations in favorwangjohn2013-06-081-1/+1
* Created a method to automatically find inverse associations and cachewangjohn2013-05-071-1/+1
* Use method compilation for association methodsJon Leighton2012-08-101-3/+2
* Convert association macros to the new syntaxJon Leighton2012-07-201-3/+3
* Improve the derivation of HABTM assocation join table namesAndrew White2012-06-221-0/+5
* Don't use select() values from the join model of a through association. Fixes...Jon Leighton2011-05-111-0/+2
* Merge branch 'master' into nested_has_many_throughJon Leighton2011-03-041-2/+9
|\
| * Has many through - It is not necessary to manually merge in the conditions ha...Jon Leighton2011-01-301-0/+3
| * Verify that has_one :through preload respects the :conditions [#2976 state:re...Will Bryant2010-12-231-0/+1
| * Don't allow a has_one association to go :through a collection association [#2...Jon Leighton2010-12-231-3/+6
* | Fix naughty trailing whitespaceJon Leighton2010-10-311-4/+4
* | Add test_has_one_through_has_one_through_with_belongs_to_source_reflectionJon Leighton2010-10-141-0/+2
* | Add test_has_many_through_has_one_through_with_has_many_source_reflectionJon Leighton2010-10-121-0/+1
* | Adding test_has_many_through_has_one_with_has_many_through_source_reflection ...Jon Leighton2010-10-121-0/+2
* | Add test_has_many_through_has_one_throughJon Leighton2010-10-121-0/+3
* | Support has_one through assocs as the source associationJon Leighton2010-10-121-1/+4
|/
* Fix preloading of has_one :through associations on belongs_to [#1507 state:re...Matt Jones2008-12-181-0/+1
* fix assignment to has_one :through associations.Matt Jones2008-11-151-0/+2
* Add has_one :through support, finally. Closes #4756 [thechrisoshow]Rick Olson2008-03-211-0/+9