..
adapters
Internal test migrations use the private 'Current' version
2015-12-15 17:18:09 +10:30
associations
Bugfix collection association #create method …
2015-11-23 16:22:03 +02:00
attribute_methods
coders
connection_adapters
introduce conn.data_source_exists?
and conn.data_sources
.
2015-09-22 19:48:44 +02:00
connection_specification
fixture_set
Merge pull request #20574 from repinel/fix-db-fixtures-load
2015-09-30 11:06:41 +02:00
migration
Internal test migrations use the private 'Current' version
2015-12-15 17:18:09 +10:30
relation
Ensure Relation
responds to shuffle
2015-12-01 16:41:50 -07:00
scoping
Removed mocha from Active Record Part 1
2015-08-25 22:07:25 +05:30
tasks
Fix rake db:structure:dump on Postgres when multiple schemas are used.
2015-11-19 11:42:04 -07:00
type
skipped assertion on datetime seconds precision as it is only valid for newer mysql versions
2015-09-24 00:35:50 +05:30
validations
Improve support for non Active Record objects on validates_associated
2015-11-08 10:58:39 -02:00
adapter_test.rb
Deprecate #table_exists?
, #tables
and passing arguments to #talbes
2015-11-09 23:13:23 +09:00
aggregations_test.rb
ar_schema_test.rb
associations_test.rb
Remove unnecessary require in associations_test.rb
2015-09-03 04:27:07 +09:00
attribute_decorators_test.rb
attribute_methods_test.rb
💣
2015-10-02 08:21:36 -04:00
attribute_set_test.rb
Implement equality comparison on AttributeSet
and friends
2015-10-06 08:52:28 -06:00
attribute_test.rb
Further encapsulate dirty checking on Attribute
2015-10-02 08:03:11 -04:00
attributes_test.rb
Ensure #reset_column_information
clears child classes as well
2015-11-07 08:20:34 -07:00
autosave_association_test.rb
Merge pull request #19686 from tsun1215/index_errors
2015-10-26 16:05:16 -06:00
base_test.rb
Use a bind param for LIMIT
and OFFSET
2015-12-14 08:40:02 -07:00
batches_test.rb
Fix merge conflicts from #19501
2015-10-29 09:22:45 -06:00
binary_test.rb
bind_parameter_test.rb
cache_key_test.rb
fixes #21815
2015-10-16 15:09:45 +02:00
calculations_test.rb
Fix generated projection fields in group by query
2015-10-22 04:22:57 -03:00
callbacks_test.rb
clone_test.rb
collection_cache_key_test.rb
fixes #21815
2015-10-16 15:09:45 +02:00
column_alias_test.rb
column_definition_test.rb
connection_management_test.rb
Fix wrong assert_equal
argument order.
2015-11-07 11:35:01 +01:00
connection_pool_test.rb
Require only necessary concurrent-ruby classes.
2015-11-04 21:12:28 -05:00
core_test.rb
counter_cache_test.rb
custom_locking_test.rb
database_statements_test.rb
date_time_precision_test.rb
Consolidate tests for time and datetime columns options, limit and precision
2015-11-30 20:37:45 +00:00
date_time_test.rb
defaults_test.rb
dirty_test.rb
Don't assert fractional seconds can be applied on unsupported adapters
2015-09-24 15:27:59 -06:00
disconnected_test.rb
dup_test.rb
enum_test.rb
errors_test.rb
Make ActiveRecordException descendants args optional
2015-09-07 00:04:31 -07:00
explain_subscriber_test.rb
explain_test.rb
Removed mocha from Active Record Part 2
2015-09-16 21:57:10 +05:30
finder_respond_to_test.rb
finder_test.rb
Use a bind param for LIMIT
and OFFSET
2015-12-14 08:40:02 -07:00
fixtures_test.rb
FixtureSet.fixture_class_names should have no default value
2015-10-29 11:23:58 -06:00
forbidden_attributes_protection_test.rb
Fix more test failures caused by #21000
2015-11-23 15:36:38 -07:00
habtm_destroy_order_test.rb
helper.rb
Use adapter supports_datetime_with_precision to support 3rd party adapter tests
2015-11-30 20:04:46 +00:00
hot_compatibility_test.rb
i18n_test.rb
inheritance_test.rb
don't rely on the columns hash to get defaults. follow-up to #17169 .
2015-12-02 17:14:45 +01:00
integration_test.rb
fixes #21815
2015-10-16 15:09:45 +02:00
invalid_connection_test.rb
invalid_date_test.rb
invertible_migration_test.rb
Internal test migrations use the private 'Current' version
2015-12-15 17:18:09 +10:30
json_serialization_test.rb
locking_test.rb
Fix test failures caused by 574f255
2015-12-14 09:20:07 -07:00
log_subscriber_test.rb
test_binary_data_is_not_logged
is for prepared statements logging
2015-11-05 17:39:53 +09:00
migration_test.rb
Internal test migrations use the private 'Current' version
2015-12-15 17:18:09 +10:30
migrator_test.rb
Internal test migrations use the private 'Current' version
2015-12-15 17:18:09 +10:30
mixin_test.rb
modules_test.rb
multiparameter_attributes_test.rb
multiple_db_test.rb
nested_attributes_test.rb
Update and fix forbidden attributes tests
2015-11-03 11:34:07 -08:00
nested_attributes_with_callbacks_test.rb
persistence_test.rb
ActiveRecord::Base#becomes
should copy the errors
2015-12-14 19:02:20 +03:00
pooled_connections_test.rb
Deprecate #table_exists?
, #tables
and passing arguments to #talbes
2015-11-09 23:13:23 +09:00
primary_keys_test.rb
Deprecate #table_exists?
, #tables
and passing arguments to #talbes
2015-11-09 23:13:23 +09:00
query_cache_test.rb
Removed mocha from Active Record Part 1
2015-08-25 22:07:25 +05:30
quoting_test.rb
readonly_test.rb
reaper_test.rb
reflection_test.rb
Removed mocha from Active Record Part 1
2015-08-25 22:07:25 +05:30
relation_test.rb
Raise ArgumentError when passing a truthy value to merge
2015-11-17 14:57:48 +00:00
relations_test.rb
Revert "Perform a more efficient query in Relation#any?
"
2015-12-14 10:05:53 -07:00
reload_models_test.rb
result_test.rb
sanitize_test.rb
Merge pull request #22209 from yui-knk/add_test_sanitize_sql_array_handles_named_bind_variables
2015-12-14 07:42:32 -07:00
schema_dumper_test.rb
Internal test migrations use the private 'Current' version
2015-12-15 17:18:09 +10:30
secure_token_test.rb
serialization_test.rb
serialized_attribute_test.rb
statement_cache_test.rb
store_test.rb
suppressor_test.rb
test_case.rb
Remove #tables
extra args again
2015-10-22 13:16:35 +09:00
test_fixtures_test.rb
🔪 Typos
2015-09-21 03:17:39 +09:00
time_precision_test.rb
Consolidate tests for time and datetime columns options, limit and precision
2015-11-30 20:37:45 +00:00
timestamp_test.rb
Further remove reliance on subsecond precision in tests
2015-09-23 09:43:19 -06:00
touch_later_test.rb
travel back
2015-12-13 11:34:40 +09:00
transaction_callbacks_test.rb
Introduce after_{create,update,delete}_commit callbacks
2015-12-06 20:33:36 +02:00
transaction_isolation_test.rb
transactions_test.rb
Removed mocha from Active Record Part 2
2015-09-16 21:57:10 +05:30
type_test.rb
types_test.rb
Move the appropriate type tests to the Active Model suite
2015-09-21 10:12:31 -06:00
unconnected_test.rb
validations_repair_helper.rb
validations_test.rb
validates_acceptance_of
shouldn't require a database connection
2015-09-25 07:54:38 -06:00
view_test.rb
Deprecate #table_exists?
, #tables
and passing arguments to #talbes
2015-11-09 23:13:23 +09:00
yaml_serialization_test.rb