aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/deprecated_finder_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated find_first and find_all.Jeremy Kemper2007-06-111-128/+7
* Deprecation: count class method should be called with an options hash rather ...Jeremy Kemper2006-09-261-3/+3
* Deprecation tests. Remove warnings for dynamic finders and for the foo_count ...Jeremy Kemper2006-09-151-63/+79
* Add support for FrontBase (http://www.frontbase.com/) with a new adapter than...Marcel Molina2006-04-271-0/+1
* Don't raise an exception when there are more keys than there are named bind v...Marcel Molina2006-01-051-6/+0
* 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