aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/topic.rb
Commit message (Expand)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
* 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
* Revert "Methods invoked within named scope Procs should respect the scope sta...Jeremy Kemper2009-07-291-2/+0
* Add primary_key option to belongs_to associationSzymon Nowak2009-07-151-0/+1
* Returning nil from named scope lambda is equivalent to an empty hash [#1773 s...Elijah Miller2009-03-121-1/+3
* Ensure belongs_to association with a counter cache in name spaced model works...Adam Cooper2009-03-061-0/+6
* Methods invoked within named scope Procs should respect the scope stack. [#12...jvoorhis2009-03-061-0/+2
* Make sure inner scope conditions get a preference over the outer onesPratik Naik2009-01-241-0/+2
* Fix file permissionsTarmo Tänav2008-07-311-0/+0
* Ensure NamedScope#build/create/create!/new works as expected when named scope...Daniel Guettler2008-07-091-0/+2
* Add extra hash conditions tests for named_scopePratik Naik2008-06-281-0/+1
* Fixed that scopes defined with a string name could not be composedTarmo Tänav2008-06-221-0/+1