.. |
adapters
|
Fix collided sequence name detection
|
2017-09-18 08:36:51 +09:00 |
associations
|
has_many :through with unscope should affect to through scope
|
2017-09-07 07:43:44 +09:00 |
attribute_methods
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
coders
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
connection_adapters
|
Merge remote-tracking branch 'origin/master' into unlock-minitest
|
2017-08-01 17:34:14 -04:00 |
connection_specification
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
fixture_set
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
migration
|
Adding legacy primary key should be compatible
|
2017-09-23 13:55:47 +09:00 |
relation
|
Address random test_or_with_bind_params failures
|
2017-09-13 22:55:13 +00:00 |
scoping
|
Fix random CI failure due to non-deterministic sorting order
|
2017-08-13 20:41:19 +09:00 |
tasks
|
Unneeded Mocha stubs for Kernel#system
|
2017-09-25 08:57:43 +09:00 |
type
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
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
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
ar_schema_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
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
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
attribute_methods_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
attribute_set_test.rb
|
Fix RuboCop offenses
|
2017-08-16 17:55:25 +09:00 |
attribute_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
attributes_test.rb
|
Merge pull request #26707 from jcoleman/add_attribute_names_cache_busting_spec
|
2017-09-18 14:04:47 +09: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
|
Fix CI failure due to reference type mismatch
|
2017-08-14 17:27:54 +09:00 |
batches_test.rb
|
quoted_table_name doesn't respect table alias
|
2017-09-14 07:53:15 +09:00 |
binary_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
bind_parameter_test.rb
|
Refactor Active Record to let Arel manage bind params
|
2017-07-24 09:07:24 -04:00 |
cache_key_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
calculations_test.rb
|
sqlite3 adapter returns integer value which used to be string
|
2017-09-01 15:57:02 +00:00 |
callbacks_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
clone_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
collection_cache_key_test.rb
|
Don't use collection.table_name in collection_cache_key
|
2017-09-14 10:17:28 +09:00 |
column_alias_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
column_definition_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
comment_test.rb
|
Return nil if table comment is blank
|
2017-09-22 23:04:54 +09:00 |
connection_management_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
connection_pool_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
core_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
counter_cache_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
custom_locking_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
database_statements_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
date_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
date_time_precision_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
date_time_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
defaults_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
dirty_test.rb
|
Fix random CI failure DirtyTest:
|
2017-08-09 22:06:49 +03:00 |
disconnected_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
dup_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
enum_test.rb
|
Load both :authors and :author_addresses to keep data integrity
|
2017-08-22 19:32:45 +00:00 |
errors_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
explain_subscriber_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
explain_test.rb
|
Merge pull request #29732 from kirs/frozen-activerecord
|
2017-07-21 14:36:30 -04:00 |
finder_respond_to_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
finder_test.rb
|
Merge pull request #29720 from gaurish/ar_find_error_message_improvement
|
2017-08-11 16:09:15 -04:00 |
fixtures_test.rb
|
Add binary helper method to fixtures.
|
2017-08-12 18:35:32 +09:00 |
forbidden_attributes_protection_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
habtm_destroy_order_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
helper.rb
|
Merge remote-tracking branch 'origin/master' into unlock-minitest
|
2017-08-01 17:34:14 -04:00 |
hot_compatibility_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
i18n_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
inheritance_test.rb
|
Clarify base_class tests on abstract STI vs concrete STI
|
2017-08-12 11:04:01 -07:00 |
instrumentation_test.rb
|
Fix "warning: `*' interpreted as argument prefix"
|
2017-09-21 13:33:43 +09:00 |
integration_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
invalid_connection_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
invertible_migration_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
json_attribute_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
json_serialization_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
json_shared_test_cases.rb
|
Allow serialize with a custom coder on json and array columns
|
2017-08-13 22:14:27 +09:00 |
locking_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
log_subscriber_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
migration_test.rb
|
Remove deprecated #migration_keys
|
2017-08-22 19:18:29 +09:00 |
migrator_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
mixin_test.rb
|
Merge pull request #29860 from georgeclaghorn/travel-back-automatically
|
2017-07-24 01:01:25 -04:00 |
modules_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
multiparameter_attributes_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
multiple_db_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
nested_attributes_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
nested_attributes_with_callbacks_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
null_relation_test.rb
|
Reset column information after schema changed
|
2017-07-20 22:43:13 +03:00 |
numeric_data_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
persistence_test.rb
|
Ensure returning affected objects for class level update and destroy
|
2017-09-18 08:12:59 +09:00 |
pooled_connections_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
primary_keys_test.rb
|
Should quote composite primary key names
|
2017-09-04 20:26:03 +09:00 |
query_cache_test.rb
|
sqlite3 adapter returns integer value which used to be string
|
2017-09-01 15:57:02 +00:00 |
quoting_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
readonly_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
reaper_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
reflection_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
relation_test.rb
|
Remove unused explicit delegation to klass in relation
|
2017-09-14 10:45:28 +09:00 |
relations_test.rb
|
Refactor Active Record to let Arel manage bind params
|
2017-07-24 09:07:24 -04:00 |
reload_models_test.rb
|
Merge remote-tracking branch 'origin/master' into unlock-minitest
|
2017-08-01 17:34:14 -04:00 |
reserved_word_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
result_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
sanitize_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
schema_dumper_test.rb
|
Omit the default limit for float columns (#28041)
|
2017-08-27 22:18:23 +09:00 |
schema_loading_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
secure_token_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
serialization_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
serialized_attribute_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
statement_cache_test.rb
|
Passing klass to StatementCache.new
|
2017-08-04 02:27:50 +09:00 |
store_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
suppressor_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
test_case.rb
|
Merge pull request #29732 from kirs/frozen-activerecord
|
2017-07-21 14:36:30 -04:00 |
test_fixtures_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
time_precision_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
timestamp_test.rb
|
Move test_index_is_created_for_both_timestamps to TimestampsWithoutTransactionTest
|
2017-08-17 14:12:36 +00:00 |
touch_later_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
transaction_callbacks_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
transaction_isolation_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
transactions_test.rb
|
Merge pull request #29724 from eugeneius/sync_primary_key
|
2017-08-02 17:21:07 +09:30 |
type_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
types_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
unconnected_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
validations_repair_helper.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
validations_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
view_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |
yaml_serialization_test.rb
|
Use frozen-string-literal in ActiveRecord
|
2017-07-19 22:27:07 +03:00 |