aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/topic.rb
Commit message (Expand)AuthorAgeFilesLines
...
* 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