aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/developer.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix default scope thread safety. Thanks @thedarkone for reporting.Jon Leighton2011-08-131-0/+9
* Apply the default scope earlier when doing calculations. Fixes #1682.Jon Leighton2011-06-231-0/+6
* Failing test for aggregating on default_scope with selectErik Fonselius2011-05-311-0/+5
* Fix infinite recursion where a lazy default scope references a scope. Fixes #...Jon Leighton2011-05-251-0/+15
* Failing tests for #1233.Andrew White2011-05-241-0/+35
* removed the default_scope deprecations and updated the docs and tests to refl...Josh Kalderimis2011-04-281-6/+18
* Bring back support for passing a callable object to the default_scope macro. ...Jon Leighton2011-04-181-0/+17
* Un-deprecate using 'default_scope' as a macro, but if you are calling the mac...Jon Leighton2011-04-181-52/+16
* Evaluate default scopes at the last possible moment in order to avoid problem...Jon Leighton2011-04-121-0/+2
* Deprecated support for passing hashes and relations to default_scope, in favo...Jon Leighton2011-04-121-4/+65
* reorder removed in favor of except(:order).orderSantiago Pastorino2010-10-111-1/+0
* failing test for reorder overriding default_scopeNick Ragaz2010-09-051-1/+1
* Change relation merging to always append select, group and order valuesPratik Naik2010-08-311-1/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-1/+1
* Added reorder delegation for ActiveRecord::Base(to be able to overwrite the d...Vitalii Khustochka2010-07-131-0/+1
* with_exclusive_scope does not work properly if ARel is passed. It does work n...Neeraj Singh2010-06-291-1/+7
* Fix a bug where default_scope was overriding attributes given on model initia...Henry Hsu2010-02-261-0/+5
* Rename named_scope to scopePratik Naik2010-01-181-2/+2
* Make sure default_scope#create checks for options[:conditions] [#2181 state:r...Pratik Naik2009-05-181-0/+10
* Fix default_scope to work in combination with named scopesTom Stuart2008-11-171-7/+7
* Added default_scope to Base [#1381 state:committed] (Paweł Kondzior)Pratik Naik2008-11-161-0/+12
* Revert "Added default_scope to Base [#1381 state:committed] (Paweł Kondzior)...David Heinemeier Hansson2008-11-161-12/+0
* Added default_scope to Base [#1381 state:committed] (Paweł Kondzior)David Heinemeier Hansson2008-11-161-0/+12
* Fix generated WHERE IN query for named scopes. [#583 state:resolved]Philip Hallstrom2008-08-211-0/+2
* Disable validations for associated belongs_to record by defaultPratik Naik2008-06-111-2/+2
* Add :validate option to associations. [#301 state:resolved]Jan De Poorter2008-06-111-0/+1
* Calling ActiveRecord#inspect on an unloaded association won't wipe the collec...Andreas Neuhaus2008-05-081-0/+4
* move assets and modelsJeremy Kemper2008-01-181-0/+72