| Commit message (Expand) | Author | Age | Files | Lines |
* | Ensure to calculate column aliases after all table aliases are constructed | Ryuta Kamizono | 2018-06-19 | 1 | -3/+4 |
* | Use frozen-string-literal in ActiveRecord | Kir Shatrov | 2017-07-19 | 1 | -0/+2 |
* | Fix preloading association with scope including joins | Ryuta Kamizono | 2017-07-04 | 1 | -0/+1 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
* | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 1 | -1/+1 |
* | modernizes hash syntax in activerecord | Xavier Noria | 2016-08-06 | 1 | -19/+19 |
* | applies new string literal convention in activerecord/test | Xavier Noria | 2016-08-06 | 1 | -1/+1 |
* | Skip statement cache on through association reader | Rafael Mendonça França | 2015-08-12 | 1 | -0/+3 |
* | Raise an error for has_one associations which try to go :through a polymorphi... | Tu Hoang | 2014-10-15 | 1 | -0/+3 |
* | More unused associations in AR test models | Akira Matsuda | 2013-09-10 | 1 | -1/+0 |
* | Revert "Merge branch 'master' of github.com:rails/docrails" | Vijay Dev | 2013-08-17 | 1 | -0/+1 |
* | More unused associations in AR test models | Akira Matsuda | 2013-07-25 | 1 | -1/+0 |
* | Getting rid of the +automatic_inverse_of: false+ option in associations in favor | wangjohn | 2013-06-08 | 1 | -1/+1 |
* | Created a method to automatically find inverse associations and cache | wangjohn | 2013-05-07 | 1 | -1/+1 |
* | Use method compilation for association methods | Jon Leighton | 2012-08-10 | 1 | -3/+2 |
* | Convert association macros to the new syntax | Jon Leighton | 2012-07-20 | 1 | -3/+3 |
* | Improve the derivation of HABTM assocation join table names | Andrew White | 2012-06-22 | 1 | -0/+5 |
* | Don't use select() values from the join model of a through association. Fixes... | Jon Leighton | 2011-05-11 | 1 | -0/+2 |
* | Merge branch 'master' into nested_has_many_through | Jon Leighton | 2011-03-04 | 1 | -2/+9 |
|\ |
|
| * | Has many through - It is not necessary to manually merge in the conditions ha... | Jon Leighton | 2011-01-30 | 1 | -0/+3 |
| * | Verify that has_one :through preload respects the :conditions [#2976 state:re... | Will Bryant | 2010-12-23 | 1 | -0/+1 |
| * | Don't allow a has_one association to go :through a collection association [#2... | Jon Leighton | 2010-12-23 | 1 | -3/+6 |
* | | Fix naughty trailing whitespace | Jon Leighton | 2010-10-31 | 1 | -4/+4 |
* | | Add test_has_one_through_has_one_through_with_belongs_to_source_reflection | Jon Leighton | 2010-10-14 | 1 | -0/+2 |
* | | Add test_has_many_through_has_one_through_with_has_many_source_reflection | Jon Leighton | 2010-10-12 | 1 | -0/+1 |
* | | Adding test_has_many_through_has_one_with_has_many_through_source_reflection ... | Jon Leighton | 2010-10-12 | 1 | -0/+2 |
* | | Add test_has_many_through_has_one_through | Jon Leighton | 2010-10-12 | 1 | -0/+3 |
* | | Support has_one through assocs as the source association | Jon Leighton | 2010-10-12 | 1 | -1/+4 |
|/ |
|
* | Fix preloading of has_one :through associations on belongs_to [#1507 state:re... | Matt Jones | 2008-12-18 | 1 | -0/+1 |
* | fix assignment to has_one :through associations. | Matt Jones | 2008-11-15 | 1 | -0/+2 |
* | Add has_one :through support, finally. Closes #4756 [thechrisoshow] | Rick Olson | 2008-03-21 | 1 | -0/+9 |