Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SQL Server adapter gets some love (closes #4298) [rtomayko@gmail.com] | David Heinemeier Hansson | 2006-03-18 | 1 | -0/+9 |
* | ActiveRecord::Base.schema_ignore_tables => ActiveRecord::SchemaDumper.ignore_... | Tobias Lütke | 2005-12-24 | 1 | -3/+3 |
* | SchemaDumper now doesn't fail anymore when there are unknown column types in ... | Tobias Lütke | 2005-12-24 | 1 | -0/+32 |
* | Added migration support for Oracle (closes #2647) [Michael Schoen] | David Heinemeier Hansson | 2005-10-29 | 1 | -11/+9 |
* | Refactor DB exceptions and deal more with DB2 (closes #2624) | David Heinemeier Hansson | 2005-10-27 | 1 | -4/+1 |
* | Fixed handling of nil number columns on Oracle and cleaned up tests for Oracl... | David Heinemeier Hansson | 2005-10-26 | 1 | -8/+13 |
* | Add ActiveRecord::SchemaDumper for dumping a DB schema to a pure-ruby file, m... | Jamis Buck | 2005-09-23 | 1 | -0/+19 |