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
2016-12-23 23:48:54 +09:00
..
associations Describe what we are protecting 2016-12-23 23:48:54 +09:00
attribute Describe what we are protecting 2016-12-23 23:48:54 +09:00
attribute_methods Check whether the current attribute being write is aliased or not before writing 2016-12-09 00:00:50 +05:30
attribute_set Describe what we are protecting 2016-12-23 23:48:54 +09:00
coders let Regexp#match? be globally available 2016-10-27 09:13:55 +02:00
connection_adapters Describe what we are protecting 2016-12-23 23:48:54 +09:00
fixture_set Throw friendly error message when fixture is not a hash 2016-12-15 17:07:58 -05:00
locale
locking Small grammar fix for #26867 2016-10-23 12:21:35 -04:00
migration Remove unnecessary connection_name variable 2016-12-06 08:59:48 +09:00
railties Describe what we are protecting 2016-12-23 23:48:54 +09:00
relation Describe what we are protecting 2016-12-23 23:48:54 +09:00
scoping Add missing + around a some literals. 2016-10-27 00:27:47 +03:00
tasks Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
type Describe what we are protecting 2016-12-23 23:48:54 +09:00
type_caster Describe what we are protecting 2016-12-23 23:48:54 +09:00
validations fix the uniqueness validation scope with a polymorphic association 2016-11-26 18:49:00 +03:00
aggregations.rb Add missing + around a some literals. 2016-10-27 00:27:47 +03:00
association_relation.rb Ensure that inverse associations are set before running callbacks 2016-08-31 09:26:25 -04:00
associations.rb eager_autoload needs to be triggered for nested constants. 2016-11-21 12:41:35 +01:00
attribute.rb Describe what we are protecting 2016-12-23 23:48:54 +09:00
attribute_assignment.rb Fix broken comments indentation caused by rubocop auto-correct [ci skip] 2016-09-14 18:26:32 +09:00
attribute_decorators.rb Add some documentation around internal APIs [ci skip] 2016-12-08 13:13:51 -05:00
attribute_methods.rb Fix broken comments indentation caused by rubocop auto-correct [ci skip] 2016-09-14 18:26:32 +09:00
attribute_mutation_tracker.rb Describe what we are protecting 2016-12-23 23:48:54 +09:00
attribute_set.rb Describe what we are protecting 2016-12-23 23:48:54 +09:00
attributes.rb Make the second argument to attribute optional 2016-11-30 12:47:31 -05:00
autosave_association.rb Reload association scope inside autosaved associations 2016-12-02 17:09:09 +02:00
base.rb Deprecate the behavior of AR::Dirty inside of after_(create|update|save) callbacks 2016-11-01 13:16:33 -04:00
callbacks.rb Deprecate the behavior of AR::Dirty inside of after_(create|update|save) callbacks 2016-11-01 13:16:33 -04:00
collection_cache_key.rb applies remaining conventions across the project 2016-08-06 20:20:22 +02:00
connection_handling.rb fixes remaining RuboCop issues [Vipul A M, Xavier Noria] 2016-09-01 23:41:49 +02:00
core.rb Translate numeric value out of range to the specific exception 2016-12-06 21:30:25 +09:00
counter_cache.rb code gardening: removes redundant selfs 2016-08-08 01:12:38 +02:00
define_callbacks.rb Fix style violations 2016-11-14 13:18:31 -05:00
dynamic_matchers.rb let Regexp#match? be globally available 2016-10-27 09:13:55 +02:00
enum.rb Describe what we are protecting 2016-12-23 23:48:54 +09:00
errors.rb Translate numeric value out of range to the specific exception 2016-12-06 21:30:25 +09:00
explain.rb We're not calling hooks here since 9e4c41c903 2016-11-25 22:28:40 +09:00
explain_registry.rb applies new string literal convention in activerecord/lib 2016-08-06 18:26:45 +02:00
explain_subscriber.rb Preserve cached queries name in AS notifications 2016-09-22 15:30:45 +02:00
fixtures.rb fix #create_fixtures when equal table names in different databases 2016-12-21 11:09:29 +01:00
gem_version.rb Start Rails 5.1 development 🎉 2016-05-10 03:46:56 -03:00
inheritance.rb Fix broken comments indentation caused by rubocop auto-correct [ci skip] 2016-09-14 18:26:32 +09:00
integration.rb Add missing + around a some literals. 2016-10-27 00:27:47 +03:00
internal_metadata.rb applies new string literal convention in activerecord/lib 2016-08-06 18:26:45 +02:00
legacy_yaml_adapter.rb Make Active Record emit significantly smaller YAML 2016-05-31 14:58:43 -04:00
log_subscriber.rb Use old typecasting method if no type casted binds are passed in 2016-10-20 09:27:14 -07:00
migration.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
model_schema.rb Add missing + around a some literals. 2016-10-27 00:27:47 +03:00
nested_attributes.rb Fix broken comments indentation caused by rubocop auto-correct [ci skip] 2016-09-14 18:26:32 +09:00
no_touching.rb Makes touch_later respects no_touching policy 2016-08-16 15:20:50 +02:00
null_relation.rb Refactor NullRelation#calculate 2016-11-16 02:42:24 +09:00
persistence.rb Emulate db trigger behaviour for after_commit :destroy, :update 2016-12-09 11:14:37 -05:00
query_cache.rb Configure query caching (per thread) on the connection pool 2016-11-06 02:19:57 -05:00
querying.rb Ensure that inverse associations are set before running callbacks 2016-08-31 09:26:25 -04:00
railtie.rb Use YAML to serialize schema cache 2016-11-27 22:09:58 -05:00
readonly_attributes.rb code gardening: removes redundant selfs 2016-08-08 01:12:38 +02:00
reflection.rb Resolve association class correctly when assigning ids on a through association 2016-12-09 09:32:07 +10:30
relation.rb fixing update_all and delete_all when chained with left_joins. fixes #27192 2016-11-27 19:47:51 -02:00
result.rb Add Type.default_value and use it everywhere for internal 2016-08-26 02:14:06 +09:00
runtime_registry.rb applies new string literal convention in activerecord/lib 2016-08-06 18:26:45 +02:00
sanitization.rb let Regexp#match? be globally available 2016-10-27 09:13:55 +02:00
schema.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
schema_dumper.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
schema_migration.rb applies new string literal convention in activerecord/lib 2016-08-06 18:26:45 +02:00
scoping.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
secure_token.rb Add three new rubocop rules 2016-08-16 04:30:11 -03:00
serialization.rb
statement_cache.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
store.rb code gardening: removes redundant selfs 2016-08-08 01:12:38 +02:00
suppressor.rb Keep state around for nested calls to #suppress 2016-05-16 14:07:32 -04:00
table_metadata.rb Describe what we are protecting 2016-12-23 23:48:54 +09:00
timestamp.rb Deprecate the behavior of AR::Dirty inside of after_(create|update|save) callbacks 2016-11-01 13:16:33 -04:00
touch_later.rb Deprecate the behavior of AR::Dirty inside of after_(create|update|save) callbacks 2016-11-01 13:16:33 -04:00
transactions.rb Emulate db trigger behaviour for after_commit :destroy, :update 2016-12-09 11:14:37 -05:00
translation.rb
type.rb Fix test breaking error uninitialized constant ActiveRecord::Type::Value. 2016-12-08 21:46:17 +01:00
type_caster.rb applies new string literal convention in activerecord/lib 2016-08-06 18:26:45 +02:00
validations.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
version.rb applies new string literal convention in activerecord/lib 2016-08-06 18:26:45 +02:00