aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/reply.rb
Commit message (Expand)AuthorAgeFilesLines
* Raise deprecation for calling `[:f] = 'b'` or `[:f] << 'b'`lulalala2019-03-311-6/+6
* Revert "Chaining named scope is no longer leaking to class level querying met...Ryuta Kamizono2019-02-141-0/+2
* Avoid the same `foreign_key` and `counter_cache` associations on `SillyReply`Ryuta Kamizono2018-09-191-4/+4
* Reuse existing model for testing duplicated children recordsRyuta Kamizono2018-06-071-4/+1
* Merge pull request #32952 from mechanicles/32940-fixRyuta Kamizono2018-05-291-0/+5
|\
| * Fix parent record should not get saved with duplicate children recordsSantosh Wadghule2018-05-281-0/+5
* | Fix inconsistent touching behavior between assigning and unassigningRyuta Kamizono2018-05-271-1/+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
* modernizes hash syntax in activerecordXavier Noria2016-08-061-11/+11
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-4/+4
* Add test to AR's counter_cache_test.rbTakehiro Adachi2013-05-181-0/+1
* unused scopeAkira Matsuda2013-01-021-2/+0
* Remove mass assignment security from ActiveRecordGuillermo Iguaran2012-09-161-2/+0
* Deprecate eager-evaluated scopes.Jon Leighton2012-03-211-1/+1
* DRY up the code which instantiates the association proxyJon Leighton2011-01-111-0/+7
* Fix failing test.José Valim2010-05-211-3/+3
* Make sure valid? preceives the context as in ActiveModel API (ht: Carlos Anto...José Valim2010-05-101-0/+5
* Rename named_scope to scopePratik Naik2010-01-181-1/+1
* Simplify repair_validations on AR and make it work with new callbacks.José Valim2010-01-011-2/+4
* Changed ActiveRecord to use new callbacks and speed up observers by only noti...José Valim2009-09-081-4/+4
* Add primary_key option to belongs_to associationSzymon Nowak2009-07-151-1/+2
* Deprecate Model#validate/validate_on_create/validate_on_update. Use Model.val...Pratik Naik2009-03-211-3/+7
* Move all the Active Record validations to Active ModelPratik Naik2009-03-191-5/+5
* Ensure belongs_to association with a counter cache in name spaced model works...Adam Cooper2009-03-061-0/+6
* Fix file permissionsTarmo Tänav2008-07-311-0/+0
* Change tests against all scope to base scope as all is now used as a finder a...David Heinemeier Hansson2008-04-301-0/+2
* Fix pathsJeremy Kemper2008-01-181-1/+1
* move assets and modelsJeremy Kemper2008-01-181-0/+37