aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/topic.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Revert "Remove unused callbacks in the `Topic` model"Ryuta Kamizono2019-04-101-0/+4
* Remove unused callbacks in the `Topic` modelRyuta Kamizono2019-04-101-4/+0
* Use dedicated `Topic` model for `SerializedAttributeTest`Ryuta Kamizono2019-02-281-4/+0
* Replaced usage of where.delete/destroy_all with delete/destroy_byAbhay Nikam2019-02-201-1/+1
* Revert "Chaining named scope is no longer leaking to class level querying met...Ryuta Kamizono2019-02-141-3/+0
* Chaining named scope is no longer leaking to class level querying methodsRyuta Kamizono2019-02-061-0/+7
* Remove unused codebogdanvlviv2019-01-301-8/+0
* Fix inspect with non-primary key id attributeEugene Kenny2018-11-061-0/+4
* Change the empty block style to have space inside of the blockRafael Mendonça França2018-09-251-1/+1
* Reuse existing model for testing duplicated children recordsRyuta Kamizono2018-06-071-1/+0
* Merge pull request #32952 from mechanicles/32940-fixRyuta Kamizono2018-05-291-0/+1
|\
| * Fix parent record should not get saved with duplicate children recordsSantosh Wadghule2018-05-281-0/+1
* | Fix that association's after_touch is not called with counter cacheRyuta Kamizono2018-05-271-0/+10
|/
* `becomes` should clear the mutation tracker which is created in `after_initia...Ryuta Kamizono2018-05-111-1/+1
* Deprecate accessibility of private/protected class methods in named scopeRyuta Kamizono2018-03-301-2/+3
* Bring back private class methods accessibility in named scopeRyuta Kamizono2018-03-271-1/+8
* save attributes changed by callbacks after update_attributeMike Busch2017-12-221-0/+7
* 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
* Enable extending even if scope returns nilRyuta Kamizono2017-05-241-1/+1
* Privatize unneededly protected methods in Active Record testsAkira Matsuda2016-12-241-1/+1
* code gardening: removes redundant selfsXavier Noria2016-08-081-1/+1
* modernizes hash syntax in activerecordXavier Noria2016-08-061-8/+8
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-7/+7
* Oracle TIMESTAMP sql type is associated with Rails `DateTime` type nowYasuo Honda2016-07-201-6/+0
* Deprecate passing conditions to AR::Relation destroy_all and delete_all methodsWojciech Wnętrzak2015-09-061-1/+1
* fix rails testsMehmet Emin İNAÇ2015-07-211-1/+1
* changed update counter to act on unscoped modelheruku2013-11-261-0/+4
* 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
* Describing the reason for defining BlankTopic#blank? which will never be calledAkira Matsuda2013-01-241-0/+1
* Revert "Unused methods, module, etc."Akira Matsuda2013-01-241-0/+9
* Unused methods, module, etc.Akira Matsuda2013-01-241-9/+0
* Regression test for #7238Nikita Afanasenko2012-11-131-0/+6
* :counter_cache option for to support custom named counter caches. Closes #7993Yves Senn2012-11-041-0/+1
* Deprecate ActiveRecord::Base.scoped.Jon Leighton2012-07-271-3/+3
* made dynamic finders alias_attribute awareMaximilian Schneider2012-06-221-0/+2
* remove unnecessary test codeJon Leighton2012-04-271-5/+1
* remove deprecated scope stuffJon Leighton2012-04-261-13/+1
* extract deprecated codeJon Leighton2012-04-251-2/+2
* Deprecate eager-evaluated scopes.Jon Leighton2012-03-211-10/+13
* Fixed after_initialize callbacks call on AR model #dupBogdan Gusiev2012-01-071-0/+5
* serialize fails on subclassAlvaro Bautista2011-12-231-0/+4
* call scope within unscoped to prevent duplication of where valuesSergey Nartimov2011-12-171-0/+2
* Make protected method public so we avoid method_missing.Jon Leighton2011-09-131-4/+5
* Revert "Deprecate defining scopes with a callable (lambda, proc, etc) via the...Jon Leighton2011-04-171-15/+11
* Deprecate defining scopes with a callable (lambda, proc, etc) via the scope c...Jon Leighton2011-04-121-11/+15