rails/activerecord/test
David Heinemeier Hansson d9e900cd9d Fixed the last details to please DB2
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@324 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-01-03 23:00:44 +00:00
..
connections Added a db2 adapter that only depends on the Ruby/DB2 bindings (http://raa.ruby-lang.org/project/ruby-db2/) #386 [Maik Schmidt]. Converted all the fixtures to YAML style ones. 2005-01-01 19:22:16 +00:00
fixtures Fixed the last details to please DB2 2005-01-03 23:00:44 +00:00
abstract_unit.rb Added respondence to *_before_type_cast for all attributes to return their string-state before they were type casted by the column type. Added use of *_before_type_cast for all input and text fields. 2004-12-19 11:25:55 +00:00
aggregations_test.rb Initial 2004-11-24 01:04:44 +00:00
all.sh Initial 2004-11-24 01:04:44 +00:00
associations_test.rb Added HasManyAssociation#count that works like Base#count #413 [intinig] 2005-01-02 18:44:55 +00:00
base_test.rb Added a db2 adapter that only depends on the Ruby/DB2 bindings (http://raa.ruby-lang.org/project/ruby-db2/) #386 [Maik Schmidt]. Converted all the fixtures to YAML style ones. 2005-01-01 19:22:16 +00:00
binary_test.rb Fixed the last details to please DB2 2005-01-03 23:00:44 +00:00
callbacks_test.rb Added block-style for callbacks #332 [bitsweat] 2005-01-01 16:14:15 +00:00
class_inheritable_attributes_test.rb Initial 2004-11-24 01:04:44 +00:00
deprecated_associations_test.rb Added that Base#find takes an optional options hash, including :conditions. Base#find_on_conditions deprecated in favor of #find with :conditions #407 [bitsweat] 2005-01-01 19:50:23 +00:00
finder_test.rb Added find_all style to the new dynamic finders 2005-01-02 13:51:00 +00:00
fixtures_test.rb Added tree mixin and unit tests for all the mixins 2004-12-15 00:46:26 +00:00
inheritance_test.rb Added a better exception for when a type column is used in a table without the intention of triggering single-table inheritance. Added that single-table inheritance will only kick in if the inheritance_column (by default "type") is present. Otherwise, inheritance wont have any magic side effects 2004-12-14 12:32:29 +00:00
lifecycle_test.rb Initial 2004-11-24 01:04:44 +00:00
locking_test.rb Added automated optimistic locking if the field lock_version is present #384 [Michael Koziarski] 2004-12-31 19:38:04 +00:00
mixin_test.rb Added tests for acts_as_list with scope is null #378 [Tim Bates] 2004-12-31 16:58:50 +00:00
modules_test.rb Initial 2004-11-24 01:04:44 +00:00
multiple_db_test.rb Initial 2004-11-24 01:04:44 +00:00
pk_test.rb Initial 2004-11-24 01:04:44 +00:00
reflection_test.rb Added proper handling of time fields that are turned into Time objects with the dummy date of 2000/1/1 [HariSeldon] 2004-12-01 13:18:51 +00:00
thread_safety_test.rb Initial 2004-11-24 01:04:44 +00:00
transactions_test.rb Fixed that nested transactions now work by letting the outer most transaction have the responsibilty of starting and rolling back the transaction. If any of the inner transactions swallow the exception raised, though, the transaction will not be rolled back. So always let the transaction bubble up even when you've dealt with local issues. Closes #231 and #340. 2004-12-22 00:48:24 +00:00
unconnected_test.rb Initial 2004-11-24 01:04:44 +00:00
validations_test.rb Fixed quoting in validates_format_of that would allow some rules to pass regardless of input #390 [Dmitry V. Sabanin] 2004-12-31 16:42:25 +00:00