.. |
adapters
|
Fix logs name consistency.
|
2012-05-19 04:53:12 +09:00 |
associations
|
Add tests to delete by fixnum or string id with has many through associations
|
2012-05-28 22:31:41 -05:00 |
attribute_methods
|
|
|
coders
|
|
|
connection_adapters
|
Revert "Merge pull request #6416 from pmahoney/threadsafe-connection-pool"
|
2012-05-22 15:01:36 -03:00 |
connection_specification
|
|
|
fixtures
|
|
|
migration
|
port some mocha to minitest/mock
|
2012-05-18 10:23:26 -07:00 |
relation
|
predicate builder should not recurse for determining where columns.
|
2012-05-30 15:09:13 -07:00 |
session_store
|
Rename test file so that the test suite matches it, implement persisted? for SqlBypass as expected by tests and convert session_id to string before using on queries to get correct quotes on postgresql (avoid casting error).
|
2012-05-16 00:28:03 -03:00 |
validations
|
remove deprecated calls
|
2012-04-27 14:28:36 +01:00 |
adapter_test.rb
|
|
|
aggregations_test.rb
|
allow the :converter Proc form composed_of to return nil
|
2012-05-03 17:11:42 +02:00 |
ar_schema_test.rb
|
Call methods on the correct instance in AR::Schema.define
|
2012-05-16 15:19:59 -07:00 |
associations_test.rb
|
find and replace deprecated keys
|
2012-04-27 12:37:21 +01:00 |
attribute_methods_test.rb
|
Remove unused assignments from activerecord tests
|
2012-04-29 10:02:58 -07:00 |
autosave_association_test.rb
|
CollectionProxy < Relation
|
2012-05-11 20:11:04 +01:00 |
base_test.rb
|
Fix #5797. Error calling dup method on AR model with serialized field
|
2012-05-30 23:24:23 +09:00 |
batches_test.rb
|
|
|
binary_test.rb
|
|
|
bind_parameter_test.rb
|
fix todo: use minitest skip instead of return nil
|
2012-05-13 02:27:52 -05:00 |
calculations_test.rb
|
Allow blocks for count with ActiveRecord::Relation. Document and test that sum allows blocks
|
2012-05-28 23:16:07 -03:00 |
callbacks_test.rb
|
|
|
clone_test.rb
|
|
|
column_alias_test.rb
|
|
|
column_definition_test.rb
|
|
|
column_test.rb
|
Prevent creating valid time-like objects from blank string from db
|
2012-05-05 23:35:25 +03:00 |
connection_management_test.rb
|
|
|
connection_pool_test.rb
|
ConnectionPool wait_timeout no longer used for different types of timeouts. #6441
|
2012-05-23 12:08:11 -04:00 |
counter_cache_test.rb
|
|
|
custom_locking_test.rb
|
remove deprecated calls
|
2012-04-27 14:28:36 +01:00 |
database_statements_test.rb
|
|
|
date_time_test.rb
|
|
|
defaults_test.rb
|
|
|
deprecated_dynamic_methods_test.rb
|
quarantine more deprecated stuff
|
2012-05-18 15:04:36 +01:00 |
dirty_test.rb
|
|
|
dup_test.rb
|
|
|
explain_subscriber_test.rb
|
|
|
explain_test.rb
|
|
|
finder_respond_to_test.rb
|
|
|
finder_test.rb
|
quarantine more deprecated stuff
|
2012-05-18 15:04:36 +01:00 |
fixtures_test.rb
|
|
|
habtm_destroy_order_test.rb
|
|
|
helper.rb
|
Fix logs name consistency.
|
2012-05-19 04:53:12 +09:00 |
i18n_test.rb
|
|
|
inclusion_test.rb
|
|
|
inheritance_test.rb
|
remove deprecated calls
|
2012-04-27 14:28:36 +01:00 |
invalid_date_test.rb
|
Remove unused assignments from activerecord tests
|
2012-04-29 10:02:58 -07:00 |
invertible_migration_test.rb
|
|
|
json_serialization_test.rb
|
|
|
lifecycle_test.rb
|
Build fix for observed_classes
|
2012-04-30 11:03:25 +05:30 |
locking_test.rb
|
removed deprecation warnings
|
2012-04-28 10:55:11 +07:00 |
log_subscriber_test.rb
|
|
|
mass_assignment_security_test.rb
|
quarantine deprecated tests
|
2012-05-18 14:46:54 +01:00 |
migration_test.rb
|
port some mocha to minitest/mock
|
2012-05-18 10:23:26 -07:00 |
migrator_test.rb
|
|
|
mixin_test.rb
|
|
|
modules_test.rb
|
remove deprecated calls
|
2012-04-27 14:28:36 +01:00 |
multiple_db_test.rb
|
|
|
named_scope_test.rb
|
quarantine deprecated tests
|
2012-05-18 14:46:54 +01:00 |
nested_attributes_test.rb
|
|
|
persistence_test.rb
|
Remove unused assignments from activerecord tests
|
2012-04-29 10:02:58 -07:00 |
pooled_connections_test.rb
|
ConnectionPool wait_timeout no longer used for different types of timeouts. #6441
|
2012-05-23 12:08:11 -04:00 |
primary_keys_test.rb
|
|
|
query_cache_test.rb
|
|
|
quoting_test.rb
|
|
|
readonly_test.rb
|
Don't destroy readonly models
|
2012-05-17 17:52:17 +02:00 |
reaper_test.rb
|
ConnectionPool wait_timeout no longer used for different types of timeouts. #6441
|
2012-05-23 12:08:11 -04:00 |
reflection_test.rb
|
|
|
relation_scoping_test.rb
|
quarantine deprecated tests
|
2012-05-18 14:46:54 +01:00 |
relation_test.rb
|
Relation#from to accept other Relation objects
|
2012-05-17 02:36:13 +03:00 |
relations_test.rb
|
a test case that ensures AR::Relation#merge can merge associations
|
2012-06-03 13:28:01 +09:00 |
reload_models_test.rb
|
|
|
sanitize_test.rb
|
|
|
schema_dumper_test.rb
|
Adds migration and schema dump support for INET, CIDR, and MACADDR
|
2012-05-05 13:54:00 -04:00 |
serialization_test.rb
|
|
|
store_test.rb
|
Fix backward compatibility with stored Hash values. Wrap coders to convert serialized values to indifferent access.
|
2012-05-30 23:21:57 -07:00 |
test_case.rb
|
|
|
timestamp_test.rb
|
|
|
transaction_callbacks_test.rb
|
Merge pull request #5535 from markmcspadden/issue_5527_rollbacks
|
2012-05-16 16:06:49 -07:00 |
transactions_test.rb
|
Restore the frozen state on rollback. Fixes #6417.
|
2012-05-21 14:57:04 -07:00 |
unconnected_test.rb
|
|
|
validations_repair_helper.rb
|
|
|
validations_test.rb
|
|
|
xml_serialization_test.rb
|
changed xml type datetime to dateTime, fixes #6328
|
2012-05-23 14:45:56 +02:00 |
yaml_serialization_test.rb
|
|
|