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-09 09:32:07 +10:30
..
associations Resolve association class correctly when assigning ids on a through association 2016-12-09 09:32:07 +10:30
attribute normalizes indentation and whitespace across the project 2016-08-06 20:16:27 +02: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 normalizes indentation and whitespace across the project 2016-08-06 20:16:27 +02:00
coders let Regexp#match? be globally available 2016-10-27 09:13:55 +02:00
connection_adapters Merge pull request #27278 from kamipo/should_be_sync_primary_key_definition 2016-12-08 13:15:13 -05:00
fixture_set Add three new rubocop rules 2016-08-16 04:30:11 -03: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 Add three new rubocop rules 2016-08-16 04:30:11 -03:00
relation Restore RecordNotFound when *_ids= can't find records by ID 2016-11-24 09:27:33 +00: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 Merge pull request #26696 from iainbeeston/only-ruby-types-in-activemodel 2016-12-08 13:45:47 -05:00
type_caster normalizes indentation and whitespace across the project 2016-08-06 20:16:27 +02: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 Add Type.default_value and use it everywhere for internal 2016-08-26 02:14:06 +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 Deprecate the behavior of AR::Dirty inside of after_(create|update|save) callbacks 2016-11-01 13:16:33 -04:00
attribute_set.rb normalizes indentation and whitespace across the project 2016-08-06 20:16:27 +02: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 Don't assign default attributes until after loading schema 2016-11-03 13:57:13 -04: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 code gardening: removes redundant selfs 2016-08-08 01:12:38 +02:00
errors.rb Merge pull request #25451 from kamipo/translate_not_null_violation_to_specific_exception 2016-12-06 07:06:32 -05: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 spelling in API docs 2016-11-12 15:06:18 -05:00
gem_version.rb
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
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 Deprecate the behavior of AR::Dirty inside of after_(create|update|save) callbacks 2016-11-01 13:16:33 -04: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 Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02: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
table_metadata.rb Merge pull request #26282 from kamipo/add_type_default_value 2016-08-31 10:06:43 -04: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 Fix broken comments indentation caused by rubocop auto-correct [ci skip] 2016-09-14 18:26:32 +09: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