aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/category.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix reset of the source association when through association is loadedBogdan Gusiev2019-02-201-0/+1
* 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
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Delegate `ast` and `locked` to `arel` explicitlyRyuta Kamizono2017-05-061-0/+9
* modernizes hash syntax in activerecordXavier Noria2016-08-061-14/+14
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-9/+9
* Pass a base relation to build_default_scope when joiningMatt Jones2014-02-211-0/+1
* Goodbye there, very special rubbish!Akira Matsuda2013-01-241-5/+0
* Convert association macros to the new syntaxJon Leighton2012-07-201-9/+9
* Deprecate eager-evaluated scopes.Jon Leighton2012-03-211-1/+1
* Revert "Deprecate implicit eager loading. Closes #950."Jon Leighton2012-01-161-1/+1
* Deprecate implicit eager loading. Closes #950.Jon Leighton2011-12-291-1/+1
* Merge branch 'master' into nested_has_many_throughJon Leighton2011-03-041-2/+5
|\
| * Rewrote AssociationPreload.Jon Leighton2011-02-281-1/+2
| * Test to verify that #2189 (count with has_many :through and a named_scope) is...Jon Leighton2010-12-231-0/+2
* | Fix naughty trailing whitespaceJon Leighton2010-10-311-1/+1
* | Add test_has_many_through_has_and_belongs_to_many_with_has_many_source_reflec...Jon Leighton2010-10-131-0/+2
|/
* Fixed gruoped_by_title spelling [#5063 state:committed]Ben Somers2010-07-081-1/+1
* Add :having option to find, to use in combination with grouped finds. Also ad...miloops2008-12-011-0/+1
* Use select and change test so new tests can work on postgres.miloops2008-09-121-1/+1
* Improve test coverage when using the group option in find, has_many or has_an...miloops2008-09-111-0/+3
* fix eager loading with dynamic findersBrandon Keepers2008-06-091-0/+1
* Allow association scoping for built/created records if :conditions is specifi...Rick Olson2008-03-211-0/+3
* move assets and modelsJeremy Kemper2008-01-181-0/+26