aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/membership.rb
Commit message (Collapse)AuthorAgeFilesLines
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
|
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
| | | | | This reverts commit 3420a14590c0e6915d8b6c242887f74adb4120f9, reversing changes made to afb66a5a598ce4ac74ad84b125a5abf046dcf5aa.
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
|
* Ensure that using correct alias trackerRyuta Kamizono2017-06-251-0/+1
| | | | | | Covering #27994 in tests. Closes #27994.
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-1/+1
| | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default.
* Skip statement cache on through association readerRafael Mendonça França2015-08-121-0/+15
| | | | | | | If the through class has default scopes we should skip the statement cache. Closes #20745.
* adding a test for sti on middle tables with sorting on RHSAaron Patterson2013-09-231-0/+5
|
* Don't use select() values from the join model of a through association. ↵Jon Leighton2011-05-111-0/+6
| | | | Fixes #508.
* Add has_one :through support, finally. Closes #4756 [thechrisoshow]Rick Olson2008-03-211-0/+9
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9067 5ecf4fe2-1ee6-0310-87b1-e25e094e27de