aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/topic.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* DRY up the code which instantiates the association proxyJon Leighton2011-01-111-0/+4
* use persisted? instead of new_record? wherever possibleDavid Chelimsky2010-11-091-1/+1
* scopes can take an object that responds to `call`Aaron Patterson2010-10-191-0/+7
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-1/+1
* Explicitly set Topic model last_read attribute as Date value when Oracle enha...Raimonds Simanovskis2010-06-041-0/+6
* Rename named_scope to scopePratik Naik2010-01-181-11/+11
* Refactor new callbacks and AR implementation.José Valim2009-09-081-1/+16
* Changed ActiveRecord to use new callbacks and speed up observers by only noti...José Valim2009-09-081-1/+1