aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/inheritance_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Move tests to casesJeremy Kemper2008-01-181-211/+0
* * Continue evolution toward ActiveSupport::TestCase and friends. #10679 [Jos...Jeremy Kemper2008-01-051-2/+2
* remove extra debug line. Closes #8681 [Giles Bowkett]Rick Olson2007-06-181-1/+0
* Subclasses of an abstract class work with single-table inheritance. Reference...Jeremy Kemper2007-01-231-0/+7
* Subclass instantiation doesn't try to explicitly require the corresponding su...Jeremy Kemper2006-12-191-0/+36
* fix faulty inheritance tests and that eager loading grabs the wrong inheritan...Rick Olson2006-12-191-2/+15
* Cache inheritance_column. Closes #6592.Jeremy Kemper2006-11-091-2/+14
* has_one supports the :dependent => :delete option which skips the typical cal...Jeremy Kemper2006-08-291-1/+1
* More succinct current_adapter? Enable locking duel for Oracle.Jeremy Kemper2006-07-071-2/+2
* 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