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-29 16:45:29 +09:00
..
associations Avoid passing unnecessary arguments to relation 2018-01-24 16:49:35 -05:00
attribute_methods PERF: Recover changes_applied performance (#31698) 2018-01-22 10:46:36 +09:00
coders
connection_adapters Define supports_foreign_tables? in AbstractAdapter 2018-01-28 10:35:16 +00:00
fixture_set
locale
locking
migration
railties Refactor migration to move migrations paths to connection 2018-01-18 08:55:03 -05:00
relation Fix expanding an array of composed_of objects which have multiple mappings 2018-01-29 09:24:14 +09:00
scoping
tasks Remove unused migration_context in DatabaseTasks 2018-01-19 14:56:04 +09:00
type
type_caster
validations
aggregations.rb Remove unused/missing to_money converter in the test/doc 2018-01-29 16:45:29 +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 Suppress warning: BigDecimal.new is deprecated in activerecord 2017-12-13 21:29:06 +00:00
autosave_association.rb
base.rb
callbacks.rb [ci skip] Inherit ActiveRecord::Base in example codes 2017-12-15 16:32:58 +09:00
collection_cache_key.rb Fix cache_key with a relation having distinct and order 2017-12-30 18:27:09 +09: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
inheritance.rb Fix inheritance object creation from relation 2017-12-13 14:13:52 +09:00
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 connection argument from MigrationContext#current_version 2018-01-19 15:06:05 +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 Allow expanding an array of composed_of objects 2018-01-29 06:48:14 +09: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
suppressor.rb
table_metadata.rb Fix expanding an array of composed_of objects which have multiple mappings 2018-01-29 09:24:14 +09:00
timestamp.rb
touch_later.rb
transactions.rb
translation.rb
type.rb
type_caster.rb
validations.rb
version.rb