rails/activerecord/test/cases
2014-01-16 09:33:45 +01:00
..
adapters no need to return skip in tests. skip is enough. 2014-01-16 09:33:45 +01:00
associations Remove method redefined warnings for test suite 2014-01-05 18:18:07 +01:00
attribute_methods
coders
connection_adapters Restore DATABASE_URL even if it's nil in connection_handler test 2014-01-10 10:06:19 +05:30
connection_specification Allow "url" sub key in database.yml configuration 2013-12-30 12:21:14 -05:00
fixture_set
migration make change_column_null reversible. Closes #13576. 2014-01-08 15:51:06 +01:00
relation raise ArgumentError exception if Model.where.not is called with nil argument 2013-12-30 01:53:02 +05:30
scoping
tasks create/drop test and development databases only if RAILS_ENV is nil 2014-01-08 14:37:07 +01:00
validations Add CHANGELOG entry for #13557 [ci skip] 2014-01-01 19:08:28 -02:00
adapter_test.rb using symbol instead of string in establish_connection 2013-12-25 15:24:25 +05:30
aggregations_test.rb
ar_schema_test.rb
associations_test.rb
attribute_methods_test.rb
autosave_association_test.rb
base_test.rb no need to return skip in tests. skip is enough. 2014-01-16 09:33:45 +01:00
batches_test.rb
binary_test.rb
bind_parameter_test.rb
calculations_test.rb
callbacks_test.rb
clone_test.rb
column_alias_test.rb
column_definition_test.rb
column_test.rb
connection_management_test.rb
connection_pool_test.rb
core_test.rb
counter_cache_test.rb
custom_locking_test.rb
database_statements_test.rb
date_time_test.rb
defaults_test.rb
dirty_test.rb
disconnected_test.rb
dup_test.rb
enum_test.rb Enum mappings are now exposed via class methods instead of constants. 2014-01-14 04:00:34 -08:00
explain_subscriber_test.rb
explain_test.rb
finder_respond_to_test.rb
finder_test.rb
fixtures_test.rb
forbidden_attributes_protection_test.rb
habtm_destroy_order_test.rb
helper.rb
hot_compatibility_test.rb recover from test runs that leave the database in a bad state 2014-01-13 15:02:28 -08:00
i18n_test.rb
inheritance_test.rb Don't try to get the subclass if the inheritance column doesn't exist 2014-01-14 18:53:45 +05:30
integration_test.rb
invalid_connection_test.rb
invalid_date_test.rb
invertible_migration_test.rb
json_serialization_test.rb
locking_test.rb
log_subscriber_test.rb
migration_test.rb activerecord: Initialize Migration with version from MigrationProxy. 2014-01-06 10:46:35 -05:00
migrator_test.rb
mixin_test.rb
modules_test.rb
multiparameter_attributes_test.rb
multiple_db_test.rb Deprecate use of string in establish_connection as connection lookup 2013-12-24 10:18:54 +01:00
nested_attributes_test.rb
nested_attributes_with_callbacks_test.rb
persistence_test.rb Copy changed_attributes across to newly become'd records 2013-12-27 15:54:06 +00:00
pooled_connections_test.rb
primary_keys_test.rb
query_cache_test.rb
quoting_test.rb
readonly_test.rb
reaper_test.rb
reflection_test.rb
relation_test.rb Improve tests to use only public API 2013-12-31 21:04:11 -02:00
relations_test.rb rm dup code 2014-01-14 17:47:10 -08:00
reload_models_test.rb
result_test.rb
sanitize_test.rb
schema_dumper_test.rb sqlite >= 3.8.0 supports partial indexes 2014-01-14 08:53:32 -07:00
serialization_test.rb
serialized_attribute_test.rb
statement_cache_test.rb
store_test.rb Fix: ActiveRecord::Store TypeError conversion when using YAML coder 2014-01-06 11:36:19 -02:00
test_case.rb
timestamp_test.rb
transaction_callbacks_test.rb
transaction_isolation_test.rb Deprecate use of string in establish_connection as connection lookup 2013-12-24 10:18:54 +01:00
transactions_test.rb
unconnected_test.rb
validations_repair_helper.rb
validations_test.rb Prefer assert_raise instead of flunk + rescue to test for exceptions 2013-12-19 09:20:51 -02:00
xml_serialization_test.rb
yaml_serialization_test.rb