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
Joe Rafaniello d2660c8cad Fix some typos in comments.
[ci skip]
2016-05-04 12:22:23 -04:00
..
adapters Followup of #24835 2016-05-03 17:18:21 -05:00
associations Fix counter_cache double increment bug 2016-04-28 21:22:26 +01:00
attribute_methods
coders
connection_adapters Fix some typos in comments. 2016-05-04 12:22:23 -04:00
connection_specification
fixture_set provide file name for fixture ERB 2016-03-30 12:32:39 +03:00
migration Merge pull request #24221 from gregmolnar/uuid 2016-04-20 22:13:17 +02:00
relation Add missing test case for record_fetched_greater_than config 2016-04-11 10:25:54 +05:30
scoping Fix some typos in comments. 2016-05-04 12:22:23 -04:00
tasks Fix isolated test failures due to referencing ActiveRecord::Tasks::DatabaseAlreadyExists before another test happened to make it available 2016-04-18 13:03:37 -07:00
type
validations Merge pull request #23523 from kamipo/avoid_truncation_in_uniqueness_validation 2016-04-18 17:53:22 -07:00
adapter_test.rb remove_index do not fetch indexes if name is specified 2016-04-24 14:32:55 -07:00
aggregations_test.rb
ar_schema_test.rb
associations_test.rb
attribute_decorators_test.rb
attribute_methods_test.rb
attribute_set_test.rb
attribute_test.rb
attributes_test.rb Memoize user provided defaults before type casting 2016-03-24 14:58:23 -06:00
autosave_association_test.rb Fixes funny spelling 2016-02-26 20:52:49 -06:00
base_test.rb Revert "Deprecate table names containing dots" 2016-03-31 15:25:59 -06:00
batches_test.rb Merge pull request #23417 from sgringwe/master 2016-03-01 14:36:32 -03:00
binary_test.rb
bind_parameter_test.rb Fix tests failure with prepared_statements: false 2016-02-29 12:22:08 +09:00
cache_key_test.rb
calculations_test.rb remove args from assert_nothing_raised in tests 2016-02-22 22:56:23 -08:00
callbacks_test.rb
clone_test.rb
collection_cache_key_test.rb
column_alias_test.rb
column_definition_test.rb
comment_test.rb Treat blank comments as no comment for indexes 2016-04-29 17:52:37 -07:00
connection_management_test.rb Do not attempt to return connection with open transaction to pool (#24610) 2016-04-22 12:56:43 -06:00
connection_pool_test.rb
core_test.rb
counter_cache_test.rb remove args from assert_nothing_raised in tests 2016-02-22 22:56:23 -08:00
custom_locking_test.rb
database_statements_test.rb Deprecate {insert|update|delete}_sql in DatabaseStatements 2016-03-02 09:37:14 +09:00
date_time_precision_test.rb Support microsecond datetime precision on MariaDB 5.3+. 2016-04-08 18:41:25 -07:00
date_time_test.rb
defaults_test.rb
dirty_test.rb prevent 'attribute_changed?' from returning nil 2016-04-11 19:33:52 -07:00
disconnected_test.rb
dup_test.rb
enum_test.rb
errors_test.rb
explain_subscriber_test.rb
explain_test.rb
finder_respond_to_test.rb
finder_test.rb Followup of #24835 2016-05-03 17:18:21 -05:00
fixtures_test.rb
forbidden_attributes_protection_test.rb
habtm_destroy_order_test.rb
helper.rb Remove load_paths file 2016-02-27 13:03:57 -05:00
hot_compatibility_test.rb
i18n_test.rb
inheritance_test.rb Remove log-related stuff from ActiveSupport::Dependencies 2016-03-15 00:54:48 +01:00
integration_test.rb
invalid_connection_test.rb
invalid_date_test.rb
invertible_migration_test.rb
json_serialization_test.rb
locking_test.rb Followup of #15771 2016-04-24 04:01:18 +05:30
log_subscriber_test.rb
migration_test.rb Replace Rails.version.to_f with Active Record 2016-04-30 12:32:30 -04:00
migrator_test.rb
mixin_test.rb
modules_test.rb remove args from assert_nothing_raised in tests 2016-02-22 22:56:23 -08:00
multiparameter_attributes_test.rb
multiple_db_test.rb remove args from assert_nothing_raised in tests 2016-02-22 22:56:23 -08:00
nested_attributes_test.rb remove args from assert_nothing_raised in tests 2016-02-22 22:56:23 -08:00
nested_attributes_with_callbacks_test.rb
persistence_test.rb
pooled_connections_test.rb
primary_keys_test.rb Primary key should be NOT NULL 2016-03-12 18:26:41 +09:00
query_cache_test.rb Publish AS::Executor and AS::Reloader APIs 2016-03-02 02:14:20 +10:30
quoting_test.rb
readonly_test.rb
reaper_test.rb
reflection_test.rb
relation_test.rb
relations_test.rb Merge pull request #23751 from chezou/add-test-case-order-by-field 2016-02-22 11:50:03 +00:00
reload_models_test.rb
result_test.rb
sanitize_test.rb
schema_dumper_test.rb Add Expression Indexes and Operator Classes support for PostgreSQL 2016-04-24 14:56:29 -07:00
schema_loading_test.rb rm unused require 2016-04-29 19:33:50 -07:00
secure_token_test.rb
serialization_test.rb
serialized_attribute_test.rb
statement_cache_test.rb Prepared statements shouldn't share a cache with unprepared statements 2016-03-31 13:41:36 -06:00
store_test.rb Test parent local_stored_attributes isn't modified 2016-02-16 11:42:04 -05:00
suppressor_test.rb Ensure suppressor runs before validations 2016-02-24 14:33:22 -05:00
test_case.rb
test_fixtures_test.rb
time_precision_test.rb Add quoted_time for truncating the date part of a time column value 2016-04-14 14:22:16 +09:00
timestamp_test.rb
touch_later_test.rb
transaction_callbacks_test.rb
transaction_isolation_test.rb
transactions_test.rb
type_test.rb
types_test.rb
unconnected_test.rb
validations_repair_helper.rb
validations_test.rb remove args from assert_nothing_raised in tests 2016-02-22 22:56:23 -08:00
view_test.rb
yaml_serialization_test.rb