1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test/cases
Ryuta Kamizono ae48c65e41 Merge pull request #23146 from piotrj/issue_18424
When deleting through records, take into account association conditions
2018-01-11 07:31:05 +09:00
..
adapters Deprecate valid_alter_table_type? in sqlite3 adapter 2018-01-04 22:15:15 +09:00
associations Merge pull request #23146 from piotrj/issue_18424 2018-01-11 07:31:05 +09:00
attribute_methods
coders
connection_adapters Revert commit 4ec5b0d6b4 in favor of #28379 2018-01-07 10:17:36 +09:00
connection_specification Distinguish missing adapter gems from load errors within the adapter 2017-10-08 14:47:51 -07:00
fixture_set
migration SQLite: Add more test cases for adding primary key 2017-12-26 18:22:18 +09:00
relation Suppress warning: BigDecimal.new is deprecated in activerecord 2017-12-13 21:29:06 +00:00
scoping Prevent scope named same as a ActiveRecord::Relation instance method. 2017-11-28 15:50:18 +02:00
tasks Clear dirty schema_cache after dump_schema_cache 2017-12-15 13:04:51 +09:00
type
validations Check :scope input in Uniqueness validator 2017-08-13 19:39:55 +03:00
adapter_test.rb Fix can't modify frozen String error in an AR test 2017-08-19 21:11:59 +09:00
aggregations_test.rb Handle FrozenError if it is available 2017-12-20 11:52:01 +00:00
ar_schema_test.rb
associations_test.rb Fix random CI failure due to non-deterministic sorting order 2017-08-26 17:21:22 +09:00
attribute_decorators_test.rb
attribute_methods_test.rb No difference between JRuby and CRuby at test_read_attributes_before_type_cast_on_a_boolean 2017-11-21 18:18:00 +00:00
attributes_test.rb Suppress warning: BigDecimal.new is deprecated in activerecord 2017-12-13 21:29:06 +00:00
autosave_association_test.rb "models/reader" is no longer used in autosave_association_test.rb 2017-08-28 09:17:21 +09:00
base_test.rb Make sql_type of primary key in SQLite to comparable with an integer (#28008) 2017-12-26 16:00:40 +09:00
batches_test.rb allow table name and direction in string order arg 2017-11-09 22:41:33 +10:30
binary_test.rb
bind_parameter_test.rb
cache_key_test.rb
calculations_test.rb Fix pluck with eager loading to respect offset 2018-01-07 11:13:15 +09:00
callbacks_test.rb
clone_test.rb
collection_cache_key_test.rb Fix cache_key with a relation having distinct and order 2017-12-30 18:27:09 +09:00
column_alias_test.rb
column_definition_test.rb
comment_test.rb Return nil if table comment is blank 2017-09-22 23:04:54 +09:00
connection_management_test.rb
connection_pool_test.rb Merge pull request #25456 from ojab/master 2018-01-03 10:47:04 +09:00
core_test.rb
counter_cache_test.rb
custom_locking_test.rb
database_statements_test.rb
date_test.rb
date_time_precision_test.rb
date_time_test.rb
defaults_test.rb Suppress warning: BigDecimal.new is deprecated in activerecord 2017-12-13 21:29:06 +00:00
dirty_test.rb Merge pull request #29018 from willbryant/missing_attributes_after_save 2018-01-03 05:14:18 +09:00
disconnected_test.rb
dup_test.rb Enable Layout/LeadingCommentSpace to not allow cosmetic changes in the future 2017-12-14 17:30:54 +09:00
enum_test.rb Prevent scope named same as a ActiveRecord::Relation instance method. 2017-11-28 15:50:18 +02:00
errors_test.rb
explain_subscriber_test.rb
explain_test.rb
finder_respond_to_test.rb
finder_test.rb Make relation.exists? more performant when using eager loading 2018-01-11 03:29:50 +09:00
fixtures_test.rb Enable Layout/LeadingCommentSpace to not allow cosmetic changes in the future 2017-12-14 17:30:54 +09:00
forbidden_attributes_protection_test.rb
habtm_destroy_order_test.rb
helper.rb
hot_compatibility_test.rb
i18n_test.rb
inheritance_test.rb Fix inheritance object creation from relation 2017-12-13 14:13:52 +09:00
instrumentation_test.rb Fix "warning: `*' interpreted as argument prefix" 2017-09-21 13:33:43 +09:00
integration_test.rb
invalid_connection_test.rb
invertible_migration_test.rb Fix CI failure due to invalid up_only for MySQL 2017-11-15 08:16:27 +09:00
json_attribute_test.rb Use :string instead of :text for JsonAttributeTest 2017-12-06 08:42:51 +09:00
json_serialization_test.rb
json_shared_test_cases.rb Address ActiveRecord::NotNullViolation: OCIError: ORA-01400 for Oracle database which requires primary key value mentioned in insert statement explicitly. 2017-12-07 04:01:21 +09:00
locking_test.rb Fix test_counter_cache_with_touch_and_lock_version failure 2017-12-18 04:36:55 +09:00
log_subscriber_test.rb Log call site for all queries 2017-12-13 20:13:21 -05:00
migration_test.rb Add bulk alter support for PostgreSQL 2017-12-06 18:09:24 +08:00
migrator_test.rb Fix bin/rails db:migrate with specified VERSION 2017-11-06 22:40:10 +00:00
mixin_test.rb
modules_test.rb
multiparameter_attributes_test.rb
multiple_db_test.rb
nested_attributes_test.rb
nested_attributes_with_callbacks_test.rb
null_relation_test.rb
numeric_data_test.rb
persistence_test.rb save attributes changed by callbacks after update_attribute 2017-12-22 07:41:33 -05:00
pooled_connections_test.rb
primary_keys_test.rb Reset schema cache after test 2017-12-10 13:00:12 +09:00
query_cache_test.rb Handle FrozenError if it is available 2017-12-20 11:52:01 +00:00
quoting_test.rb Suppress warning: BigDecimal.new is deprecated in activerecord 2017-12-13 21:29:06 +00:00
readonly_test.rb
reaper_test.rb Flush idle database connections 2017-11-26 15:12:50 +10:30
reflection_test.rb Fix deleting through records when using has_many through with source_type 2018-01-08 00:58:25 +09:00
relation_test.rb Partial revert the changing default value of readonly_value 2018-01-05 00:53:47 +09:00
relations_test.rb Fix count(:all) to correctly work distinct with custom SELECT list 2017-12-20 06:41:10 +09:00
reload_models_test.rb
reserved_word_test.rb Quote primary key in the subselect generated by mysql2 adapter 2017-12-19 20:59:09 +09:00
result_test.rb
sanitize_test.rb Add test case for using sanitize method in the scope definition 2017-12-22 23:49:34 +09:00
schema_dumper_test.rb Refactor length, order, and opclass index options dumping 2017-12-03 05:01:41 +09:00
schema_loading_test.rb
secure_token_test.rb
serialization_test.rb
serialized_attribute_test.rb
statement_cache_test.rb Enable Layout/LeadingCommentSpace to not allow cosmetic changes in the future 2017-12-14 17:30:54 +09:00
store_test.rb
suppressor_test.rb
test_case.rb Merge pull request #31331 from dinahshi/postgresql_bulk_update 2018-01-03 13:15:07 +10:30
test_fixtures_test.rb
time_precision_test.rb
timestamp_test.rb Enable Layout/SpaceBeforeComma rubocop rule, and fixed more 2017-12-12 20:00:50 +09:00
touch_later_test.rb
transaction_callbacks_test.rb
transaction_isolation_test.rb Consolidate redundant if and unless with the same condition 2017-11-09 05:08:26 +09:00
transactions_test.rb Handle FrozenError if it is available 2017-12-20 11:52:01 +00:00
type_test.rb
types_test.rb
unconnected_test.rb
unsafe_raw_sql_test.rb Merge pull request #27947 from mastahyeti/unsafe_raw_sql 2017-11-14 23:30:45 +10:30
validations_repair_helper.rb
validations_test.rb Suppress warning: BigDecimal.new is deprecated in activerecord 2017-12-13 21:29:06 +00:00
view_test.rb
yaml_serialization_test.rb