1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib/active_record
Ryuta Kamizono 2caddbf8ae
Merge pull request #36706 from kirs/dedup-optimizer-hints
[ActiveRecord] Deduplicate optimizer hints
2019-07-19 23:01:44 +09:00
..
associations Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
attribute_methods Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
coders Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
connection_adapters Raise specific exception on Mysql2::Error::TimeoutError 2019-07-16 20:24:27 +01:00
database_configurations Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
fixture_set Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
locale
locking Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
middleware Move while_preventing_writes from conn to handler 2019-06-14 16:11:36 -04:00
migration Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
railties Include common commands in rails help output 2019-07-19 12:42:26 +01:00
relation [ActiveRecord] Deduplicate optimizer hints 2019-07-19 11:52:39 +01:00
scoping Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
tasks MySQL: Check error number instead of a message 2019-07-11 07:18:11 +09:00
type Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
type_caster Fall back to type casting from the connection adapter 2019-05-21 23:41:13 +09:00
validations Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
aggregations.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
association_relation.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
associations.rb Improve doc of automatic inverse_of detection 2019-03-08 09:50:45 +01:00
attribute_assignment.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
attribute_decorators.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
attribute_methods.rb Allow quoted identifier string as safe SQL string 2019-06-06 03:57:24 +09:00
attributes.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
autosave_association.rb Merge pull request #36210 from vishaltelangre/raise-record-invalid-when-associations-fail-to-save-due-to-uniqueness-failure 2019-06-24 13:59:15 -04:00
base.rb active_support/core_ext/object/duplicable is not in use here 2019-07-16 05:05:28 +09:00
callbacks.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
connection_handling.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
core.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
counter_cache.rb
database_configurations.rb When DATABASE_URL is specified don't trample envs that use a url: key 2019-07-08 06:00:30 +01:00
define_callbacks.rb
dynamic_matchers.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
enum.rb Add negative scopes for all enum values (#35381) 2019-02-26 12:47:27 -08:00
errors.rb [ActiveRecord] Superclass for aborted queries 2019-07-16 22:39:21 +01:00
explain.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
explain_registry.rb
explain_subscriber.rb
fixtures.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
gem_version.rb Start Rails 6.1 development 2019-04-24 15:57:14 -04:00
inheritance.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
insert_all.rb Avoid new string instance creation in InsertAll#execute 2019-04-22 23:12:23 +09:00
integration.rb Remove wrong default value for cache_versioning in documentation of cache_version 2019-05-29 11:47:45 +02:00
internal_metadata.rb Remove duplicated table_exists? 2019-06-13 13:52:07 +09:00
legacy_yaml_adapter.rb
log_subscriber.rb Find query_source_location using lazy Enumerator 2019-04-15 16:13:06 -07:00
migration.rb Revert schema dumper to use strings rather than integers 2019-06-20 14:00:42 +02:00
model_schema.rb Better error message for calling columns_hash 2019-06-19 14:23:03 -04:00
nested_attributes.rb No Woman, No try 2019-07-12 18:32:45 +09:00
no_touching.rb
null_relation.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
persistence.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
query_cache.rb
querying.rb Add missing touch_all delegation to relation 2019-04-05 16:13:40 +09:00
railtie.rb Move schema cache from connection to pool 2019-06-05 16:37:08 -04:00
readonly_attributes.rb Extract readonly_attribute? 2019-05-27 06:41:31 +09:00
reflection.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
relation.rb document update_counters on relation [ci skip] 2019-05-11 14:13:32 -04:00
result.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
runtime_registry.rb
sanitization.rb Refactor disallow_raw_sql! to avoid split(/\s*,\s*/) to order args 2019-06-09 14:14:10 +09:00
schema.rb Move SchemaMigration to migration_context 2019-06-14 11:15:08 -04:00
schema_dumper.rb MySQL: Fix schema dumping enum and set columns correctly 2019-07-05 18:42:41 +09:00
schema_migration.rb Revert schema dumper to use strings rather than integers 2019-06-20 14:00:42 +02:00
scoping.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
secure_token.rb
serialization.rb
statement_cache.rb
store.rb Add saved changes helpers for store accessors 2019-03-25 18:53:07 -04:00
suppressor.rb
table_metadata.rb Fall back to type casting from the connection adapter 2019-05-21 23:41:13 +09:00
test_databases.rb
test_fixtures.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
timestamp.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
touch_later.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
transactions.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
translation.rb
type.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
type_caster.rb
validations.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
version.rb