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
Rafael França 4448873c87 Merge pull request #29616 from kamipo/remove_unused_aliased_table_name
Remove unused `aliased_table_name` in `Association`
2017-06-29 08:25:45 -04:00
..
adapters Use bulk INSERT to insert fixtures 2017-06-20 13:18:53 -04:00
associations Remove unused aliased_table_name in Association 2017-06-29 06:00:17 +09:00
attribute_methods class Foo < Struct.new(:x) creates an extra unneeded anonymous class 2017-01-13 15:13:47 +09:00
coders ✂️ 2017-04-13 07:15:04 +09:00
connection_adapters DEFAULT_ENV falls back to default_env when RAILS_ENV or RACK_ENV is an empty string 2017-05-25 00:00:08 +09:00
connection_specification Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
fixture_set Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
migration Merge pull request #29455 from kirs/remove-column-with-fk-mysql 2017-06-16 20:54:27 -05:00
relation Merge pull request #29415 from kamipo/remove_unused_defined_association 2017-06-16 20:55:56 -05:00
scoping Fix to scoping is correctly restored 2017-06-29 06:35:10 +09:00
tasks pass structure_dump_flags / structure_load_flags options before any other: 2017-06-21 13:54:14 -04:00
type Moved database-specific ActiveModel types into ActiveRecord 2016-10-14 20:21:20 +01:00
validations Merge branch 'master' of github.com:rails/docrails 2017-03-04 19:35:25 +00:00
adapter_test.rb Extract bind_param and bind_attribute into ActiveRecord::TestCase 2017-05-04 03:25:10 +09:00
aggregations_test.rb
ar_schema_test.rb Deprecate supports_migrations? on connection adapters 2017-02-27 03:14:33 +09:00
associations_test.rb Add an extra test showing why collections are cached 2017-05-30 18:21:10 +09:30
attribute_decorators_test.rb
attribute_methods_test.rb Fix define_attribute_method with Symbol in AR 2017-02-21 20:33:32 +09:00
attribute_set_test.rb "Use assert_nil if expecting nil. This will fail in minitest 6." 2016-12-25 02:29:52 +09:00
attribute_test.rb
attributes_test.rb Make the second argument to attribute optional 2016-11-30 12:47:31 -05:00
autosave_association_test.rb self. is not needed when calling its own instance method 2017-01-05 19:58:52 +09:00
base_test.rb Merge pull request #26634 from kamipo/extract_numeric_data 2017-05-31 15:50:08 -04:00
batches_test.rb Should escape meta characters in regexp 2017-05-07 04:10:00 +09:00
binary_test.rb
bind_parameter_test.rb Extract bind_param and bind_attribute into ActiveRecord::TestCase 2017-05-04 03:25:10 +09:00
cache_key_test.rb Add cache_key_with_version and use it in ActiveSupport::Cache.expand_cache_key 2017-05-19 14:09:09 +02:00
calculations_test.rb Fix test_pluck_without_column_names when using Oracle 2017-06-06 19:09:26 +09:00
callbacks_test.rb Remove deprecated behavior that halts callbacks when the return is false 2017-02-07 12:19:37 -03:00
clone_test.rb
collection_cache_key_test.rb Replace \Z to \z 2017-04-24 21:22:12 +09:00
column_alias_test.rb
column_definition_test.rb Make internal methods to private 2017-03-27 00:59:06 +09:00
comment_test.rb Ignore AR tests of index comment when using Oracle 2017-04-05 19:20:48 +09:00
connection_management_test.rb
connection_pool_test.rb Remove debug print 2017-06-18 14:18:18 +09:00
core_test.rb
counter_cache_test.rb Add test for update_counters with empty touch 2017-01-15 01:06:46 +00:00
custom_locking_test.rb
database_statements_test.rb Remove deprecated #insert_sql, #update_sql, and #delete_sql 2016-12-30 21:14:59 +09:00
date_test.rb
date_time_precision_test.rb Allow SQLServerAdapter to opt into a few tests. 2017-01-16 08:58:04 -05:00
date_time_test.rb Update DateTime#change to support usec and nsec 2017-03-02 06:02:41 +00:00
defaults_test.rb PostgreSQL 10 allows CURRENT_DATE and CURRENT_TIMESTAMP as default functions 2017-04-26 14:29:22 +00:00
dirty_test.rb Merge pull request #26634 from kamipo/extract_numeric_data 2017-05-31 15:50:08 -04:00
disconnected_test.rb
dup_test.rb Raise NotImplementedError when using empty_insert_statement_value with Oracle 2017-02-17 19:43:48 +09:00
enum_test.rb Prevent making bind param if casted value is nil 2017-05-31 17:16:11 +09:00
errors_test.rb Use require_relative instead of require with full path 2017-06-14 12:10:17 +03:00
explain_subscriber_test.rb
explain_test.rb Extract bind_param and bind_attribute into ActiveRecord::TestCase 2017-05-04 03:25:10 +09:00
finder_respond_to_test.rb
finder_test.rb Remove the redundant test_find_all_with_join in AR 2017-06-02 20:08:00 +09:00
fixtures_test.rb Use bulk INSERT to insert fixtures 2017-06-20 13:18:53 -04:00
forbidden_attributes_protection_test.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
habtm_destroy_order_test.rb
helper.rb Remove unused require 2017-02-12 19:38:49 -07:00
hot_compatibility_test.rb
i18n_test.rb
inheritance_test.rb Fix default_scoped with defined default_scope on STI model 2017-05-31 17:51:38 +09:00
integration_test.rb Add cache_key_with_version and use it in ActiveSupport::Cache.expand_cache_key 2017-05-19 14:09:09 +02:00
invalid_connection_test.rb
invertible_migration_test.rb #tables and #table_exists? and returns only tables and not views 2016-12-29 17:53:04 -05:00
json_attribute_test.rb Consolidate database specific JSON types to Type::Json 2017-05-30 18:26:03 +09:00
json_serialization_test.rb Restore fixtures :author_addresses 2017-04-27 15:44:25 +09:00
json_shared_test_cases.rb Add a test case for #28754 2017-06-18 13:32:49 +09:00
locking_test.rb Fix ActiveRecord::Persistence#touch with locking 2017-06-21 00:46:23 +03:00
log_subscriber_test.rb Set non 0 value to logger not to be affected by Ruby versions 2017-05-17 02:11:10 +00:00
migration_test.rb Fix create_table with query from relation 2017-06-13 10:55:29 +09:00
migrator_test.rb Fix MigratorTest#test_migrator_verbosity 2017-04-26 01:04:52 +03:00
mixin_test.rb
modules_test.rb
multiparameter_attributes_test.rb fix datatime error 2016-11-01 18:17:26 -07:00
multiple_db_test.rb
nested_attributes_test.rb Raise on create for singular association when parent is unpersisted 2017-06-08 16:32:10 -05:00
nested_attributes_with_callbacks_test.rb Reduce string objects by using \ instead of + or << for concatenating strings 2017-01-12 17:45:37 +09:00
numeric_data_test.rb Extract NumericDataTest to test/cases/numeric_data_test.rb 2016-12-22 15:12:30 +09:00
persistence_test.rb Replace \Z to \z 2017-04-24 21:22:12 +09:00
pooled_connections_test.rb
primary_keys_test.rb Don't map id to primary key in raw_write_attribute 2017-06-15 13:00:20 +01:00
query_cache_test.rb Merge pull request #29614 from kamipo/show_query_cache_keys_2 2017-06-28 15:55:01 -04:00
quoting_test.rb Fix warning: ambiguous first argument 2017-05-06 21:23:58 +09:00
readonly_test.rb Restore fixtures :author_addresses 2017-04-27 15:44:25 +09:00
reaper_test.rb
reflection_test.rb Fix collection_singular_ids= bug 2017-02-02 22:26:49 -05:00
relation_test.rb Remove unused variable 2017-06-22 09:13:02 +09:00
relations_test.rb Merge pull request #29405 from kamipo/locked_should_not_build_arel 2017-06-28 16:43:28 -04:00
reload_models_test.rb Define path with __dir__ 2017-05-23 00:53:51 +03:00
reserved_word_test.rb Testing ReservedWordTest for all adapters 2017-06-05 20:59:48 +09:00
result_test.rb Remove checks for Enumerator#size method 2017-04-25 07:40:51 -07:00
sanitize_test.rb Deprecate using #quoted_id in quoting 2017-02-24 06:56:06 +09:00
schema_dumper_test.rb Fix dump_schema_information with empty versions 2017-06-15 19:50:05 +09:00
schema_loading_test.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
secure_token_test.rb assert_equal takes expectation first 2016-12-26 11:04:56 +09:00
serialization_test.rb
serialized_attribute_test.rb Add a Monitor to ModelSchema#load_schema 2017-05-25 11:23:11 +09:30
statement_cache_test.rb Refactor test_find_by_does_not_use_statement_cache_if_table_name_is_changed 2017-02-13 19:28:37 +09:00
store_test.rb
suppressor_test.rb
test_case.rb Extract bind_param and bind_attribute into ActiveRecord::TestCase 2017-05-04 03:25:10 +09:00
test_fixtures_test.rb Remove deprecated #use_transactional_fixtures configuration 2016-12-29 17:53:04 -05:00
time_precision_test.rb Allow SQLServerAdapter to opt into a few tests. 2017-01-16 08:58:04 -05:00
timestamp_test.rb self. is not needed when calling its own instance method 2017-01-05 19:58:52 +09:00
touch_later_test.rb
transaction_callbacks_test.rb Prioritize checking :on actions before :if for transaction callbacks 2017-02-21 14:03:55 +08:00
transaction_isolation_test.rb
transactions_test.rb Add test cases for #28274 2017-06-15 06:40:28 +09:00
type_test.rb
types_test.rb
unconnected_test.rb
validations_repair_helper.rb
validations_test.rb Fix regression in Numericality validator where extra decimal places on 2017-05-27 21:58:35 +08:00
view_test.rb Use a query that's compatible with PostgreSQL 9.2 2017-04-12 23:38:57 +09:30
yaml_serialization_test.rb Define path with __dir__ 2017-05-23 00:53:51 +03:00