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-25 02:46:12 +09:00
..
associations No need :doc: for :nodoc: classes [ci skip] 2016-12-25 02:46:12 +09:00
attribute Describe what we are protecting 2016-12-23 23:48:54 +09:00
attribute_methods Privatize unneededly protected methods in Active Record 2016-12-24 23:39:36 +09:00
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 AR::ConnectionAdapters::PostgreSQL::Name#parts is called from other instances 2016-12-25 01:16:36 +09:00
fixture_set Throw friendly error message when fixture is not a hash 2016-12-15 17:07:58 -05:00
locale
locking No need to nodoc private methods 2016-12-24 23:39:36 +09:00
migration Remove unnecessary connection_name variable 2016-12-06 08:59:48 +09:00
railties Privatize unneededly protected methods in Active Record 2016-12-24 23:39:36 +09:00
relation Privatize unneededly protected methods in Active Record 2016-12-24 23:39:36 +09:00
scoping Privatize unneededly protected methods in Active Record 2016-12-24 23:39:36 +09: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 No need :doc: for :nodoc: classes [ci skip] 2016-12-25 02:46:12 +09:00
aggregations.rb No need to nodoc private methods 2016-12-24 23:39:36 +09:00
association_relation.rb Ensure that inverse associations are set before running callbacks 2016-08-31 09:26:25 -04:00
associations.rb No need to nodoc private methods 2016-12-24 23:39:36 +09:00
attribute.rb No need :doc: for :nodoc: classes [ci skip] 2016-12-25 02:46:12 +09:00
attribute_assignment.rb No need to nodoc private methods 2016-12-24 23:39:36 +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 No need to nodoc private methods 2016-12-24 23:39:36 +09:00
collection_cache_key.rb
connection_handling.rb fixes remaining RuboCop issues [Vipul A M, Xavier Noria] 2016-09-01 23:41:49 +02:00
core.rb No need to nodoc private methods 2016-12-24 23:39:36 +09:00
counter_cache.rb
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
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
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
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
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
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
sanitization.rb Privatize unneededly protected methods in Active Record 2016-12-24 23:39:36 +09:00
schema.rb No need to nodoc private methods 2016-12-24 23:39:36 +09:00
schema_dumper.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
schema_migration.rb
scoping.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
secure_token.rb
serialization.rb
statement_cache.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
store.rb Privatize unneededly protected methods in Active Record 2016-12-24 23:39:36 +09:00
suppressor.rb
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 Privatize unneededly protected methods in Active Record 2016-12-24 23:39:36 +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
validations.rb Privatize unneededly protected methods in Active Record 2016-12-24 23:39:36 +09:00
version.rb