aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/inheritance_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Added Sybase database adapter that relies on the Sybase Open Client bindings ...David Heinemeier Hansson2006-03-021-2/+2
* r3095@asus: jeremy | 2005-11-15 22:40:51 -0800Jeremy Kemper2005-11-161-1/+1
* Refactor DB exceptions and deal more with DB2 (closes #2624)David Heinemeier Hansson2005-10-271-2/+3
* Adds :nullify option to :depends. Closes #2015 (Robby Russell)Tobias Lütke2005-10-151-1/+1
* Add test coverage for customized primary keys including a failing test for #2...Marcel Molina2005-10-121-1/+1
* Fixed that has_and_belongs_to_many didn't respect single table inheritance ty...David Heinemeier Hansson2005-07-031-4/+4
* Added support for ODBC connections to MS SQL Server so you can connect from a...David Heinemeier Hansson2005-07-011-0/+8
* Updated all references to the old find_first and find_all to use the new styl...David Heinemeier Hansson2005-06-261-17/+17
* Be sure to use the @finder_sql in the has_many association's #find method, ev...Jamis Buck2005-06-131-5/+5
* Added a better exception for when a type column is used in a table without th...David Heinemeier Hansson2004-12-141-12/+22
* InitialDavid Heinemeier Hansson2004-11-241-0/+125