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
2018-01-31 15:04:24 +09:00
..
associations Avoid extra calls to to_s 2018-01-29 07:22:42 -05:00
attribute_methods PERF: Recover changes_applied performance (#31698) 2018-01-22 10:46:36 +09:00
coders
connection_adapters Merge pull request #31814 from fatkodima/index-nulls-order 2018-01-29 18:48:35 -05:00
fixture_set
locale
locking
migration Fix Unknown migration version "6.0" 2018-01-31 15:04:24 +09:00
railties Refactor migration to move migrations paths to connection 2018-01-18 08:55:03 -05:00
relation Avoid extra calls to to_s 2018-01-29 07:22:42 -05:00
scoping
tasks Remove unused migration_context in DatabaseTasks 2018-01-19 14:56:04 +09:00
type
type_caster Avoid extra calls to to_s 2018-01-29 07:22:42 -05:00
validations
aggregations.rb Fix the example of 'finding records by a value object' (#31818) 2018-01-29 18:17:35 +09:00
association_relation.rb Avoid passing unnecessary arguments to relation 2018-01-24 16:49:35 -05:00
associations.rb [ci skip] setting :inverse_of works with :as, :through and :polymorphic options, and is needed for bi-directionality with a scope 2018-01-10 11:59:24 -05:00
attribute_assignment.rb
attribute_decorators.rb
attribute_methods.rb Remove internal typecasted_attribute_value method 2018-01-25 14:42:11 +09:00
attributes.rb
autosave_association.rb
base.rb
callbacks.rb
collection_cache_key.rb Avoid extra calls to to_s 2018-01-29 07:22:42 -05:00
connection_handling.rb
core.rb Clear the transaction state when AR object is duped 2018-01-25 10:09:16 +07:00
counter_cache.rb
define_callbacks.rb
dynamic_matchers.rb
enum.rb
errors.rb
explain.rb
explain_registry.rb
explain_subscriber.rb
fixtures.rb Use assert_predicate and assert_not_predicate 2018-01-25 23:32:59 -05:00
gem_version.rb Start Rails 6.0 development!!! 2018-01-30 18:51:17 -05:00
inheritance.rb
integration.rb
internal_metadata.rb
legacy_yaml_adapter.rb
log_subscriber.rb Remove verbose_query_logs from new_framework_defaults_5_2.rb 2017-12-20 01:09:23 +00:00
migration.rb Remove unused require "active_record/tasks/database_tasks" 2018-01-30 11:31:39 +09:00
model_schema.rb Allow type_for_attribute(:symbol) 2018-01-01 23:43:55 +02:00
nested_attributes.rb
no_touching.rb
null_relation.rb
persistence.rb Ignores a default subclass when becomes(Parent) 2018-01-22 10:04:47 -05:00
query_cache.rb
querying.rb
railtie.rb Merge pull request #31690 from olivierlacan/no-verbose-query-logs-in-console 2018-01-24 17:04:31 -05:00
readonly_attributes.rb
reflection.rb Avoid passing unnecessary arguments to relation 2018-01-24 16:49:35 -05:00
relation.rb Avoid passing unnecessary arguments to relation 2018-01-24 16:49:35 -05:00
result.rb
runtime_registry.rb
sanitization.rb Merge pull request #31821 from composerinteralia/extra-to_s 2018-01-29 15:56:53 -05:00
schema.rb Refactor migration to move migrations paths to connection 2018-01-18 08:55:03 -05:00
schema_dumper.rb Refactor migration to move migrations paths to connection 2018-01-18 08:55:03 -05:00
schema_migration.rb
scoping.rb
secure_token.rb
serialization.rb
statement_cache.rb
store.rb Avoid extra calls to to_s 2018-01-29 07:22:42 -05:00
suppressor.rb
table_metadata.rb Avoid extra calls to to_s 2018-01-29 07:22:42 -05:00
timestamp.rb
touch_later.rb
transactions.rb
translation.rb
type.rb
type_caster.rb
validations.rb
version.rb