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 316665f3e7 Remove duplicated test
`PostgresqlLargeKeysTest` is duplicated `PrimaryKeyBigSerialTest` in
`primary_keys_test.rb`.
2015-03-04 17:52:11 +09:00
..
adapters Remove duplicated test 2015-03-04 17:52:11 +09:00
associations Merge pull request #19105 from amatsuda/array_take 2015-03-02 09:38:27 -07:00
attribute_methods
coders
connection_adapters type_cast_from_user -> cast 2015-02-17 13:39:42 -07:00
connection_specification
fixture_set
migration tests, favor drop_table and :if_exists over raw SQL. 2015-03-02 17:43:01 +01:00
relation
scoping Error message testing fix 2015-02-20 21:23:36 -02:00
tasks Fixes reference for schema_format to AR::Base from AS::Base 2015-03-03 12:13:18 -05:00
type type_cast_from_user -> cast 2015-02-17 13:39:42 -07:00
validations
adapter_test.rb
aggregations_test.rb
ar_schema_test.rb
associations_test.rb Do not test, document or use a private API method 2015-02-20 17:50:20 -02:00
attribute_decorators_test.rb type_cast_from_user -> cast 2015-02-17 13:39:42 -07:00
attribute_methods_test.rb Follow-up to #10776 2015-02-26 15:40:03 +01:00
attribute_set_test.rb type_cast_from_user -> cast 2015-02-17 13:39:42 -07:00
attribute_test.rb type_cast_from_user -> cast 2015-02-17 13:39:42 -07:00
attributes_test.rb Follow-up to #10776 2015-02-26 15:40:03 +01:00
autosave_association_test.rb
base_test.rb Do not test, document or use a private API method 2015-02-20 17:50:20 -02:00
batches_test.rb
binary_test.rb
bind_parameter_test.rb
calculations_test.rb
callbacks_test.rb
clone_test.rb
column_alias_test.rb
column_definition_test.rb
connection_management_test.rb
connection_pool_test.rb
core_test.rb
counter_cache_test.rb
custom_locking_test.rb
database_statements_test.rb
date_time_precision_test.rb Add schema dumping tests for datetime and time precision 2015-02-20 10:26:06 +09:00
date_time_test.rb
defaults_test.rb
dirty_test.rb Rm Type#type_cast 2015-02-17 14:07:45 -07:00
disconnected_test.rb
dup_test.rb
enum_test.rb Error message testing fix 2015-02-20 21:23:36 -02:00
explain_subscriber_test.rb
explain_test.rb
finder_respond_to_test.rb
finder_test.rb
fixtures_test.rb Merge pull request #19177 from gregmolnar/fixtures 2015-03-02 18:46:21 -03:00
forbidden_attributes_protection_test.rb
habtm_destroy_order_test.rb
helper.rb Extract precision from datetime and time columns 2015-02-19 16:00:16 +09:00
hot_compatibility_test.rb
i18n_test.rb
inheritance_test.rb
integration_test.rb
invalid_connection_test.rb
invalid_date_test.rb
invertible_migration_test.rb
json_serialization_test.rb
locking_test.rb
log_subscriber_test.rb
migration_test.rb Error message testing fix 2015-02-20 21:23:36 -02:00
migrator_test.rb tests, favor drop_table and :if_exists over raw SQL. 2015-03-02 17:43:01 +01:00
mixin_test.rb
modules_test.rb
multiparameter_attributes_test.rb
multiple_db_test.rb
nested_attributes_test.rb Follow-up to #10776 2015-02-26 15:40:03 +01:00
nested_attributes_with_callbacks_test.rb
persistence_test.rb
pooled_connections_test.rb
primary_keys_test.rb Allow :limit option for MySQL bigint primary key support 2015-02-24 01:53:54 +09:00
query_cache_test.rb
quoting_test.rb
readonly_test.rb
reaper_test.rb
reflection_test.rb type_cast_from_user -> cast 2015-02-17 13:39:42 -07:00
relation_test.rb type_cast_for_database -> serialize 2015-02-17 13:35:23 -07:00
relations_test.rb Merge pull request #18744 from mfazekas/no-table-name-with-from 2015-02-24 16:56:01 -03:00
reload_models_test.rb
result_test.rb
sanitize_test.rb
schema_dumper_test.rb Fix mysql's schema.rb dumper so it does not include limit on emulated boolean tinyint(1) fields 2015-02-24 13:59:00 -05:00
secure_token_test.rb
serialization_test.rb
serialized_attribute_test.rb
statement_cache_test.rb
store_test.rb
suppressor_test.rb Copy edit the suppressor documentation 2015-02-19 09:08:51 -02:00
test_case.rb
time_precision_test.rb Add schema dumping tests for datetime and time precision 2015-02-20 10:26:06 +09:00
timestamp_test.rb Add time option to #touch 2015-02-18 10:22:13 -05:00
transaction_callbacks_test.rb Rename tests 2015-02-24 19:16:45 -05:00
transaction_isolation_test.rb
transactions_test.rb prefer drop_table if_exists: true over raw SQL. 2015-02-18 08:54:40 +01:00
type_test.rb
types_test.rb type_cast_from_user -> cast 2015-02-17 13:39:42 -07:00
unconnected_test.rb
validations_repair_helper.rb
validations_test.rb
view_test.rb
xml_serialization_test.rb
yaml_serialization_test.rb