aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/topic.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change tests against all scope to base scope as all is now used as a finder a...David Heinemeier Hansson2008-04-301-0/+1
* Ruby 1.9 compat: work around YAML serialization error exposed by validations ...Jeremy Kemper2008-04-011-3/+2
* Merge the has_finder gem, renamed as 'named_scope'. Closes #11404 [nkallen]Rick Olson2008-03-241-0/+28
* move assets and modelsJeremy Kemper2008-01-181-0/+37