aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/deprecated_finder_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Renaming the deprecated finder testMichael Koziarski2005-10-151-1/+1
* Quote booleans according the rules defined by the adapterMichael Koziarski2005-10-061-2/+2
* Added support for ODBC connections to MS SQL Server so you can connect from a...David Heinemeier Hansson2005-07-011-4/+3
* Do not use instantiated fixtures (in general) in tests. Also, support the use...Jamis Buck2005-06-101-5/+5
* Made the dynamic finders use the new find API and updated the examples here a...David Heinemeier Hansson2005-04-171-0/+9
* Added new Base.find API and deprecated find_all, find_first. Added preliminar...David Heinemeier Hansson2005-04-031-0/+138