aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/project.rb
Commit message (Expand)AuthorAgeFilesLines
* Deprecate :finder_sql, :counter_sql, :insert_sql, :delete_sql.Jon Leighton2012-08-011-9/+13
* Revert "Remove :finder_sql, :counter_sql, :insert_sql, :delete_sql."Jon Leighton2012-08-011-0/+9
* Deprecate ActiveRecord::Base.scoped.Jon Leighton2012-07-271-1/+1
* Remove :finder_sql, :counter_sql, :insert_sql, :delete_sql.Jon Leighton2012-07-201-9/+0
* Convert association macros to the new syntaxJon Leighton2012-07-201-9/+9
* Deprecate eager-evaluated scopes.Jon Leighton2012-03-211-1/+1
* Add interpolation of association conditions back in, in the form of proc { .....Jon Leighton2011-02-141-8/+9
* Let AssociationCollection#find use #scoped to do its finding. Note that I am ...Jon Leighton2011-01-031-0/+4
* Refactor new callbacks and AR implementation.José Valim2009-09-081-1/+2
* Revert "Revert "Generate proper :counter_sql from :finder_sql when there is a...Pratik Naik2009-07-011-0/+6
* Revert "Generate proper :counter_sql from :finder_sql when there is a newline...Yehuda Katz + Carl Lerche2009-06-221-6/+0
* Generate proper :counter_sql from :finder_sql when there is a newline charact...Patrick Joyce2009-06-211-0/+6
* Fix tests for sqlite3 3.6.xxPratik Naik2009-04-211-1/+1
* Add :having option to find, to use in combination with grouped finds. Also ad...miloops2008-12-011-0/+1
* Fixed ordering in test_find_in_association_with_custom_finder_sql_and_multipl...Tarmo Tänav2008-08-221-1/+1
* Introduce the :readonly option to all associations. Records from the associat...Jeremy Kemper2008-02-131-0/+1
* move assets and modelsJeremy Kemper2008-01-181-0/+28