rails--rails/activerecord/test
Jeremy Kemper 902533e6f0 Reinstate test_change_column_nullability for all adapters. Closes #9945 [lawrence]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7996 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-10-22 23:52:04 +00:00
..
associations Refactor association create and build so before & after callbacks behave consistently. Closes #8854. 2007-10-16 05:07:58 +00:00
connections Moving SQL Server tests to the extracted adapter. References #9884. 2007-10-16 05:05:22 +00:00
fixtures Move all Schema creation into schema.rb for Mysql. Closes #9899 [mikong, lawrence] 2007-10-19 01:52:50 +00:00
aaa_create_tables_test.rb Move all Schema creation into schema.rb for Mysql. Closes #9899 [mikong, lawrence] 2007-10-19 01:52:50 +00:00
abstract_unit.rb Update IGNORED_SQL for SQL Server. Closes #9638 [lawrence] 2007-10-15 03:32:00 +00:00
active_schema_test_mysql.rb Ensure that mysql quotes table names with database names correctly. Closes #9911 [crayz] 2007-10-20 21:17:31 +00:00
adapter_test.rb
adapter_test_sqlserver.rb
aggregations_test.rb
all.sh Update test/all.sh 2007-10-15 03:46:15 +00:00
ar_schema_test.rb
association_inheritance_reload.rb
associations_test.rb Fix regression where the association would not construct new finder SQL on save causing bogus queries for "WHERE owner_id = NULL" even after owner was saved. Closes #8713. 2007-10-16 07:24:23 +00:00
attribute_methods_test.rb Only cache attributes which need it for performance reasons. Closes #9767 [skaes] 2007-10-06 00:48:43 +00:00
base_test.rb SQL Server: test for affected row count. References #9558 [lawrence, ryepup] 2007-10-18 23:47:59 +00:00
binary_test.rb
calculations_test.rb
callbacks_test.rb
class_inheritable_attributes_test.rb
column_alias_test.rb
connection_test_firebird.rb
connection_test_mysql.rb Fixtures test fixes and general cleanup. Closes #9682 [norbert] 2007-09-28 14:56:07 +00:00
copy_table_test_sqlite.rb
datatype_test_postgresql.rb
date_time_test.rb Make date tests pass on 64-bit (closes #9121) [mutru] 2007-09-22 17:57:10 +00:00
default_test_firebird.rb
defaults_test.rb PostgreSQL: support multiline default values. Closes #7533. 2007-10-08 06:17:53 +00:00
deprecated_finder_test.rb
finder_test.rb test_select_rows shouldn't depend on implicit result ordering. Closes #9898 [lawrence] 2007-10-22 23:50:12 +00:00
fixtures_test.rb Read in binary mode to make sure windows support keeps working. [lawrence] Closes #9912 2007-10-17 22:50:34 +00:00
inheritance_test.rb
json_serialization_test.rb Test for each JSON fragment to workaround assumed hash ordering. 2007-10-06 00:40:28 +00:00
lifecycle_test.rb Observers can observe model names as symbols properly now. Closes #9869 [queso] 2007-10-14 05:20:24 +00:00
locking_test.rb
method_scoping_test.rb
migration_test.rb Reinstate test_change_column_nullability for all adapters. Closes #9945 [lawrence] 2007-10-22 23:52:04 +00:00
migration_test_firebird.rb
mixin_test.rb
modules_test.rb
multiple_db_test.rb
pk_test.rb Fixed spelling errors (closes #9706) [tarmo/rmm5t] 2007-09-28 14:18:47 +00:00
query_cache_test.rb Speed up and simplify query caching. 2007-09-17 06:15:58 +00:00
readonly_test.rb
reflection_test.rb
reserved_word_test_mysql.rb Quote table names. Defaults to column quoting. Closes #4593. 2007-10-16 05:06:33 +00:00
schema_authorization_test_postgresql.rb
schema_dumper_test.rb
schema_test_postgresql.rb
serialization_test.rb Added ActiveRecord::Base#to_json/from_json (currently does not support :include like to_xml) [DHH]. Added ActiveRecord::Base#from_xml [DHH] 2007-09-20 23:22:30 +00:00
synonym_test_oracle.rb
table_name_test_sqlserver.rb
threaded_connections_test.rb
transactions_test.rb
unconnected_test.rb Fixed spelling errors (closes #9706) [tarmo/rmm5t] 2007-09-28 14:18:47 +00:00
validations_test.rb validates_uniqueness_of behaves well with single-table inheritance. Closes #3833. 2007-10-08 01:44:55 +00:00
xml_serialization_test.rb Added ActiveRecord::Base#to_json/from_json (currently does not support :include like to_xml) [DHH]. Added ActiveRecord::Base#from_xml [DHH] 2007-09-20 23:22:30 +00:00