.. |
adapters
|
Standardize the use of current_adapter?
|
2013-01-01 19:18:34 -03:00 |
associations
|
Rename update_attributes method to update, keep update_attributes as an alias
|
2013-01-03 11:51:21 -05:00 |
attribute_methods
|
|
|
coders
|
|
|
connection_adapters
|
Alias refute methods to assert_not and perfer assert_not on tests
|
2012-12-31 13:58:52 -03:00 |
connection_specification
|
Standardize the use of current_adapter?
|
2013-01-01 19:18:34 -03:00 |
fixture_set
|
|
|
migration
|
Standardize the use of current_adapter?
|
2013-01-01 19:18:34 -03:00 |
relation
|
Rollback where.like and where.not_like
|
2012-12-07 16:52:55 -02:00 |
tasks
|
|
|
validations
|
Added support for validates_uniqueness_of in PostgreSQL array columns. Fixes: #8075.
|
2012-12-18 08:35:03 -02:00 |
adapter_test.rb
|
|
|
aggregations_test.rb
|
remove meaningless AS::FrozenObjectError
|
2013-01-02 10:04:58 +09:00 |
ar_schema_test.rb
|
Move to the schema-migrations-metadata branch.
|
2012-12-09 15:57:34 -07:00 |
associations_test.rb
|
Ensure that associations have a symbol argument.
|
2012-11-28 13:39:42 -08:00 |
attribute_methods_test.rb
|
|
|
autosave_association_test.rb
|
Rename update_attributes method to update, keep update_attributes as an alias
|
2013-01-03 11:51:21 -05:00 |
base_test.rb
|
Rename update_attributes method to update, keep update_attributes as an alias
|
2013-01-03 11:51:21 -05:00 |
batches_test.rb
|
|
|
binary_test.rb
|
|
|
bind_parameter_test.rb
|
|
|
calculations_test.rb
|
fix PG typecasting errors
|
2012-12-28 19:11:02 -08:00 |
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
|
|
|
counter_cache_test.rb
|
|
|
custom_locking_test.rb
|
|
|
database_statements_test.rb
|
|
|
date_time_test.rb
|
Deprecate obsolete Time to DateTime fallback methods
|
2012-12-11 13:57:05 +00:00 |
defaults_test.rb
|
Standardize the use of current_adapter?
|
2013-01-01 19:18:34 -03:00 |
deprecated_dynamic_methods_test.rb
|
|
|
dirty_test.rb
|
Rename update_attributes method to update, keep update_attributes as an alias
|
2013-01-03 11:51:21 -05:00 |
dup_test.rb
|
|
|
explain_subscriber_test.rb
|
|
|
explain_test.rb
|
Don't run explain on slow queries for database adapters that don't support it
|
2012-11-26 09:36:04 -06:00 |
finder_respond_to_test.rb
|
|
|
finder_test.rb
|
|
|
fixtures_test.rb
|
|
|
forbidden_attributes_protection_test.rb
|
Added STI support to init and building associations
|
2012-11-29 05:50:34 +00:00 |
habtm_destroy_order_test.rb
|
|
|
helper.rb
|
Add active_support/testing/autorun
|
2012-12-31 13:57:24 -03:00 |
hot_compatibility_test.rb
|
|
|
i18n_test.rb
|
|
|
inheritance_test.rb
|
User assert_kind_of, invert assert_equal expectations
|
2012-11-29 09:59:35 -02:00 |
invalid_date_test.rb
|
|
|
invertible_migration_test.rb
|
Fixes for PR [#8267]
|
2012-12-22 20:40:42 -05:00 |
json_serialization_test.rb
|
|
|
locking_test.rb
|
Rename update_attributes method to update, keep update_attributes as an alias
|
2013-01-03 11:51:21 -05:00 |
log_subscriber_test.rb
|
Address test_binary_data_is_not_logged with Oracle database
|
2012-12-19 10:55:49 +09:00 |
migration_test.rb
|
Alias refute methods to assert_not and perfer assert_not on tests
|
2012-12-31 13:58:52 -03:00 |
migrator_test.rb
|
Alias refute methods to assert_not and perfer assert_not on tests
|
2012-12-31 13:58:52 -03:00 |
mixin_test.rb
|
|
|
modules_test.rb
|
|
|
multiparameter_attributes_test.rb
|
|
|
multiple_db_test.rb
|
|
|
named_scope_test.rb
|
|
|
nested_attributes_test.rb
|
Rename update_attributes method to update, keep update_attributes as an alias
|
2013-01-03 11:51:21 -05:00 |
persistence_test.rb
|
Rename update_attributes method to update, keep update_attributes as an alias
|
2013-01-03 11:51:21 -05:00 |
pooled_connections_test.rb
|
|
|
primary_keys_test.rb
|
Standardize the use of current_adapter?
|
2013-01-01 19:18:34 -03:00 |
query_cache_test.rb
|
Standardize the use of current_adapter?
|
2013-01-01 19:18:34 -03:00 |
quoting_test.rb
|
|
|
readonly_test.rb
|
|
|
reaper_test.rb
|
|
|
reflection_test.rb
|
|
|
relation_scoping_test.rb
|
|
|
relation_test.rb
|
Use separate Relation subclasses for each AR class
|
2012-11-30 14:06:48 +00:00 |
relations_test.rb
|
Use separate Relation subclasses for each AR class
|
2012-11-30 14:06:48 +00:00 |
reload_models_test.rb
|
|
|
sanitize_test.rb
|
|
|
schema_dumper_test.rb
|
Standardize the use of current_adapter?
|
2013-01-01 19:18:34 -03:00 |
serialization_test.rb
|
|
|
serialized_attribute_test.rb
|
Serialized attribute can be serialized in an integer column
|
2012-12-21 14:41:13 -03:00 |
store_test.rb
|
|
|
test_case.rb
|
|
|
timestamp_test.rb
|
|
|
transaction_callbacks_test.rb
|
validate :on option on after_commit and after_rollback callbacks
|
2012-12-26 11:37:37 +01:00 |
transaction_isolation_test.rb
|
Rename update_attributes method to update, keep update_attributes as an alias
|
2013-01-03 11:51:21 -05:00 |
transactions_test.rb
|
Rename update_attributes method to update, keep update_attributes as an alias
|
2013-01-03 11:51:21 -05:00 |
unconnected_test.rb
|
|
|
validations_repair_helper.rb
|
|
|
validations_test.rb
|
|
|
xml_serialization_test.rb
|
|
|
yaml_serialization_test.rb
|
|
|