rails--rails/activerecord/test
Jamis Buck 6a5388b654 try to appease the angry Oracle
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5808 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-12-29 19:05:53 +00:00
..
associations Oracle: resolve test failures, use prefetched primary key for inserts, check for null defaults. Factor out some common methods from all adapters. Closes #6515. 2006-11-01 20:28:48 +00:00
connections use RAILS_DEFAULT_LOGGER in debug mode so we can log Dependencies activity 2006-12-19 18:44:04 +00:00
fixtures utf8 mysql topics table 2006-12-19 18:04:42 +00:00
aaa_create_tables_test.rb
abstract_unit.rb set ActiveSupport::Deprecation.debug = true to see backtraces for deprecation callers. off by default. on for Rails tests. 2006-09-04 03:38:13 +00:00
active_schema_test_mysql.rb Rename test file so it runs for MySQL only. 2006-07-06 17:30:54 +00:00
adapter_test.rb
adapter_test_sqlserver.rb SQLServer: work around bug where some unambiguous date formats are not correctly identified if the session language is set to german. Closes #5894. 2006-08-25 03:56:21 +00:00
aggregations_test.rb
all.sh
ar_schema_test.rb
association_inheritance_reload.rb
associations_test.rb Pushing a record on an association collection doesn't unnecessarily load all the associated records. 2006-12-21 23:28:12 +00:00
attribute_methods_test.rb r4880@ks: jeremy | 2006-07-30 23:52:59 -0700 2006-07-31 06:54:06 +00:00
base_test.rb try to appease the angry Oracle 2006-12-29 19:05:53 +00:00
binary_test.rb
calculations_test.rb Deprecation: count class method should be called with an options hash rather than two args for conditions and joins. Closes #6287. 2006-09-26 17:02:45 +00:00
callbacks_test.rb add a failing test so we can make it happy again 2006-10-04 15:38:59 +00:00
class_inheritable_attributes_test.rb
column_alias_test.rb
connection_test_firebird.rb Fixed issues with BLOB limits, charsets, and booleans for Firebird (closes #5194, #5191, #5189) [kennethkunz@gmail.com] 2006-06-03 21:57:03 +00:00
copy_table_sqlite.rb
datatype_test_postgresql.rb PostgreSQL: return array fields as strings. Closes #4664. 2006-07-10 19:54:21 +00:00
default_test_firebird.rb
defaults_test.rb Test for forged '' default before it's typecast. Closes #6156. 2006-11-20 11:44:31 +00:00
deprecated_associations_test.rb Stray code. 2006-09-15 07:11:38 +00:00
deprecated_finder_test.rb Deprecation: count class method should be called with an options hash rather than two args for conditions and joins. Closes #6287. 2006-09-26 17:02:45 +00:00
empty_date_time_test.rb
finder_test.rb Ensure dynamic finders are anchored to the beginning of the method name to prevent 2006-12-27 20:35:19 +00:00
fixtures_test.rb Don't rollback in teardown unless a transaction was started. Don't start a transaction in create_fixtures if a transaction is started. Closes #6282. 2006-10-09 07:48:27 +00:00
inheritance_test.rb Subclass instantiation doesn't try to explicitly require the corresponding subclass. Closes #6840. 2006-12-19 19:23:56 +00:00
lifecycle_test.rb fixed lifecycle tests so they instantiate the observers 2006-08-06 02:40:24 +00:00
locking_test.rb Don't do introspection queries during locking tests [Michael Schoen] 2006-12-06 20:28:26 +00:00
method_scoping_test.rb Deprecation: count class method should be called with an options hash rather than two args for conditions and joins. Closes #6287. 2006-09-26 17:02:45 +00:00
migration_test.rb SQLite: count(distinct) queries supported in >= 3.2.6, fix calculations workaround, remove count(distinct) query rewrite, cleanup test connection scripts. Closes #6544. 2006-11-05 02:01:31 +00:00
migration_test_firebird.rb Firebird: decimal/numeric support. Closes #6408. 2006-11-07 19:56:01 +00:00
mixin_nested_set_test.rb
mixin_test.rb Deprecation tests. Remove warnings for dynamic finders and for the foo_count ethod if it's also an attribute. 2006-09-15 07:02:05 +00:00
modules_test.rb Deprecation tests. Remove warnings for dynamic finders and for the foo_count ethod if it's also an attribute. 2006-09-15 07:02:05 +00:00
multiple_db_test.rb Deprecation tests. Remove warnings for dynamic finders and for the foo_count ethod if it's also an attribute. 2006-09-15 07:02:05 +00:00
pk_test.rb
readonly_test.rb
reflection_test.rb Removes the ability for eager loaded conditions to be interpolated, since there is no model instance to use as a context for interpolation. #5553 [turnip@turnipspatch.com] 2006-10-09 02:46:57 +00:00
schema_authorization_test_postgresql.rb PostgreSQL: autodetected sequences work correctly with multiple schemas. Rely on the schema search_path instead of explicitly qualifying the sequence name with its schema. Closes #5280. 2006-08-09 03:25:39 +00:00
schema_dumper_test.rb Cleanup SQLite AUTOINCREMENT: exclude sqlite_sequence table, factor out feature availability check. 2006-11-14 03:32:16 +00:00
schema_test_postgresql.rb
synonym_test_oracle.rb
threaded_connections_test.rb r4644@asus: jeremy | 2006-06-16 14:57:03 -0700 2006-06-19 22:48:51 +00:00
transactions_test.rb Deprecation: object transactions warning. 2006-11-02 18:12:18 +00:00
unconnected_test.rb
validations_test.rb Consolidated different create and create! versions to call through to the base class with scope. This fixes inconsistencies, especially related to protected attribtues. 2006-12-06 00:13:31 +00:00
xml_serialization_test.rb Duplicate the hash provided to AR::Base#to_xml to prevent unexpected side effects [Koz] 2006-09-24 01:37:45 +00:00