rails--rails/activerecord/test/cases
Michael Koziarski 6769d824f9 Fix parentheses warnings 2008-08-29 15:27:34 +02:00
..
associations Refactored AssociationCollection#count for uniformity and Ruby 1.8.7 support. 2008-08-28 11:58:25 -07:00
aaa_create_tables_test.rb
active_schema_test_mysql.rb Fix mysql 4.1 incompatibility in the active record schema tests. 2008-05-22 11:02:27 +12:00
active_schema_test_postgresql.rb PostgreSQL: update create_database_with_encoding test also 2008-06-07 13:43:52 -07:00
adapter_test.rb Added db:charset support to PostgreSQL. [#556 state:resolved] 2008-07-14 04:11:52 +01:00
adapter_test_sqlserver.rb
aggregations_test.rb
ar_schema_test.rb
associations_test.rb Include people and readers fixtures to fix test isolation error 2008-08-26 02:38:48 -07:00
attribute_methods_test.rb Fix file permissions 2008-07-31 16:36:23 -05:00
base_test.rb fix another ordering failure 2008-08-26 00:02:22 -07:00
binary_test.rb
calculations_test.rb Add :from option to calculations. [#397 state:resolved] 2008-06-11 18:07:57 -07:00
callbacks_observers_test.rb Callbacks fire before notifying observers [#230 state:resolved] 2008-06-03 13:38:00 -05:00
callbacks_test.rb
class_inheritable_attributes_test.rb
column_alias_test.rb
column_definition_test.rb Don't set "NULL" as a constraint on nullable columns [#398 state:resolved] 2008-08-23 19:51:09 +03:00
connection_test_firebird.rb
connection_test_mysql.rb
copy_table_test_sqlite.rb
database_statements_test.rb PostgreSQL: insert looks up pk and sequence name if not given. [#384 state:resolved] 2008-06-10 15:50:01 -07:00
datatype_test_postgresql.rb Fix tests for postgres 8.3.x 2008-05-26 00:45:42 +01:00
date_time_test.rb
default_test_firebird.rb
defaults_test.rb Include mysql older than 5.1.23 in the 5.1 series in the list of those that can't handle NULL defaults 2008-08-26 00:53:19 -07:00
deprecated_finder_test.rb Fix file permissions 2008-07-31 16:36:23 -05:00
dirty_test.rb Dirty: treat two changes resulting in the original value as being unchanged. 2008-08-27 23:13:41 -07:00
finder_respond_to_test.rb
finder_test.rb add dynamic finder bang version to raise RecordNotFound 2008-08-25 23:33:16 -07:00
fixtures_test.rb Fix file permissions 2008-07-31 16:36:23 -05:00
helper.rb ensure tests load sibling Active Support instead of a gem 2008-08-25 23:32:03 -07:00
i18n_test.rb i18n: fixed failing tests after removing #populate and #store_translations 2008-08-27 10:37:01 +02:00
inheritance_test.rb Fix file permissions 2008-07-31 16:36:23 -05:00
invalid_date_test.rb
json_serialization_test.rb
lifecycle_test.rb Added missing fixtures for tests which fail to run independently if run after schema reset 2008-08-04 11:50:15 +02:00
locking_test.rb Partial updates don't update lock_version if nothing changed. [#426 state:resolved] 2008-06-22 20:33:43 -07:00
method_scoping_test.rb Merge scoped :joins together instead of overwriting them. May expose scoping bugs in your code! 2008-08-28 12:07:15 -07:00
migration_test.rb Just look at sql_type when testing that the correct database-specific type was used 2008-08-26 12:11:01 +02:00
migration_test_firebird.rb
mixin_test.rb
modules_test.rb
multiple_db_test.rb Move the transaction counter to the connection object rather than maintaining it on the current Thread. 2008-07-15 21:25:12 +02:00
named_scope_test.rb Fix parentheses warnings 2008-08-29 15:27:34 +02:00
pk_test.rb
query_cache_test.rb fix tests relying on implicit ordering 2008-08-26 02:17:36 -07:00
readonly_test.rb Fix file permissions 2008-07-31 16:36:23 -05:00
reflection_test.rb Don't raise exception when comparing ActiveRecord::Reflection. [#842 state:resolved] 2008-08-16 20:21:36 +01:00
reserved_word_test_mysql.rb
schema_authorization_test_postgresql.rb
schema_dumper_test.rb Test for tinyint 2008-06-23 23:42:06 -07:00
schema_test_postgresql.rb
serialization_test.rb
synonym_test_oracle.rb
table_name_test_sqlserver.rb
threaded_connections_test.rb
transactions_test.rb Rollback the transaction when a before_* callback returns false. 2008-08-24 14:34:24 +02:00
unconnected_test.rb Fix file permissions 2008-07-31 16:36:23 -05:00
validations_i18n_test.rb strip trailing whitespace 2008-08-25 18:16:58 -07:00
validations_test.rb coerce blank strings to nil values for boolean and integer fields 2008-08-22 16:26:40 -07:00
xml_serialization_test.rb