aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/deprecated_finder_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Added migration support for Oracle (closes #2647) [Michael Schoen]David Heinemeier Hansson2005-10-291-7/+3
* Refactor DB exceptions and deal more with DB2 (closes #2624)David Heinemeier Hansson2005-10-271-4/+2
* 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