aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/finder_test.rb
Commit message (Expand)AuthorAgeFilesLines
* add dynamic finder bang version to raise RecordNotFoundJosh Susser2008-08-251-0/+14
* refactor dynamic finder name matching into its own classJosh Susser2008-08-251-0/+42
* Allow conditions on multiple tables to be specified using hash.Pratik Naik2008-06-281-0/+17
* Named bind variables can now be used with postgresql-style typecastsTarmo Tänav2008-06-221-0/+7
* Fix tests for postgres 8.3.xTarmo Tänav2008-05-261-1/+1
* DRY associations code and improve eager loading tests.Pratik Naik2008-05-151-1/+4
* Make sure needed table joins are included :select option. [#110 state:resolved]John Devine2008-05-151-3/+6
* Added logic to associations.rb to make sure select_for_limited_idsJohn Devine2008-05-061-0/+9
* Ensure that respond_to? considers dynamic finder methods. Closes #11538. [flo...Pratik Naik2008-04-061-11/+11
* 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