aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/finder_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed that ActiveRecord#Base.find_or_create/initialize would not honor attr_p...David Heinemeier Hansson2008-03-251-0/+32
* Added ActiveRecord#Base.all/first/last as aliases for find(:all/:first/:last)...David Heinemeier Hansson2008-03-241-0/+8
* Merge the has_finder gem, renamed as 'named_scope'. Closes #11404 [nkallen]Rick Olson2008-03-241-4/+4
* Fix edge case with colons in times interpreted as bind variables by requiring...Jeremy Kemper2008-02-271-0/+2
* Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/railsJeremy Kemper2008-01-211-2/+2
* Support aggregations in finder conditions. Closes #10572.Jeremy Kemper2008-01-191-1/+177
* Fix pathsJeremy Kemper2008-01-181-8/+8
* Move tests to casesJeremy Kemper2008-01-181-0/+650