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
2019-06-10 06:21:23 +09:00
..
associations Fix preloading on AR::Relation where records are duplicated by a join 2019-06-06 15:14:40 +03:00
attribute_methods Don't track implicit touch mutation 2019-05-13 23:30:05 +09:00
coders
connection_adapters Allow column_name AS alias as safe SQL string 2019-06-10 06:21:23 +09:00
database_configurations Fix document formatting of Database configuration classes [ci skip] 2019-03-21 14:02:34 +09:00
fixture_set Move resolve_sti_reflections which is table row related code into TableRow 2018-11-03 23:39:54 +09:00
locale
locking PERF: 20% faster pk attribute access 2019-04-22 14:41:00 +09:00
middleware Properly give defaults for DatabaseSelector options 2019-05-07 08:46:13 +09:00
migration Start Rails 6.1 development 2019-04-24 15:57:14 -04:00
railties Fixed db:prepare task for multiple databases. 2019-06-05 12:17:02 +02:00
relation Refactor disallow_raw_sql! to avoid split(/\s*,\s*/) to order args 2019-06-09 14:14:10 +09:00
scoping Association loading isn't to be affected by null relation scoping 2019-04-06 11:37:34 +09:00
tasks Add forgotten nodoc to dump_schema method. 2019-06-07 17:24:14 +02:00
type
type_caster Fall back to type casting from the connection adapter 2019-05-21 23:41:13 +09:00
validations Merge pull request #35503 from samjohn/cannot-grammar-correction 2019-03-07 10:50:15 +01:00
aggregations.rb
association_relation.rb Fix AssociationRelation not to set inverse instance key just like before 2018-10-07 22:42:31 +09:00
associations.rb Improve doc of automatic inverse_of detection 2019-03-08 09:50:45 +01:00
attribute_assignment.rb Enable Style/RedundantBegin cop to avoid newly adding redundant begin block 2018-12-21 06:12:42 +09:00
attribute_decorators.rb
attribute_methods.rb Allow quoted identifier string as safe SQL string 2019-06-06 03:57:24 +09:00
attributes.rb Document option forwarding in ActiveRecord::Base.attribute 2019-03-20 15:05:31 -04:00
autosave_association.rb Merge pull request #32313 from lulalala/model_error_as_object 2019-04-24 16:16:00 -04:00
base.rb Refactor Relation#cache_key is moved from CollectionCacheKey#collection_cache_key 2019-04-04 13:18:59 +09:00
callbacks.rb Should not pass extra args to _update_record 2019-02-21 21:59:31 +09:00
connection_handling.rb Treat ActiveRecord::Base and ApplicationRecord as "primary" 2019-06-05 09:29:29 -04:00
core.rb Avoid redundant attribute_alias? before attribute_alias 2019-04-24 18:46:23 +09:00
counter_cache.rb Remove force parent loading when counter cache child is created/destroyed 2018-09-26 23:45:08 +09:00
database_configurations.rb url -> URL where apt except inside actionpack/ 2019-04-01 22:56:35 +05:30
define_callbacks.rb
dynamic_matchers.rb Fix rubocop offences 2019-04-30 18:32:41 +09:00
enum.rb Add negative scopes for all enum values (#35381) 2019-02-26 12:47:27 -08:00
errors.rb Replace “can not” with “cannot”. 2019-03-06 16:35:52 -05:00
explain.rb Enable Performance/UnfreezeString cop 2018-09-23 08:56:55 +09:00
explain_registry.rb
explain_subscriber.rb
fixtures.rb Enable Style/RedundantBegin cop to avoid newly adding redundant begin block 2018-12-21 06:12:42 +09:00
gem_version.rb Start Rails 6.1 development 2019-04-24 15:57:14 -04:00
inheritance.rb Use placeholder for type_condition predicate 2019-02-18 01:39:06 +09:00
insert_all.rb Avoid new string instance creation in InsertAll#execute 2019-04-22 23:12:23 +09:00
integration.rb Remove wrong default value for cache_versioning in documentation of cache_version 2019-05-29 11:47:45 +02:00
internal_metadata.rb Respect table name prefix/suffix for truncate_all 2019-04-04 04:16:24 +09:00
legacy_yaml_adapter.rb
log_subscriber.rb Find query_source_location using lazy Enumerator 2019-04-15 16:13:06 -07:00
migration.rb Make ActiveRecord::PendingMigrationError actionable 2019-04-19 14:14:06 +09:00
model_schema.rb Make implicit order column configurable 2018-11-26 16:19:52 -08:00
nested_attributes.rb ActiveRecord#respond_to? No longer allocates strings 2018-10-15 15:31:32 -05:00
no_touching.rb
null_relation.rb
persistence.rb Extract readonly_attribute? 2019-05-27 06:41:31 +09:00
query_cache.rb Fix query cache for multiple connections 2018-11-20 17:48:48 -05:00
querying.rb Add missing touch_all delegation to relation 2019-04-05 16:13:40 +09:00
railtie.rb Move schema cache from connection to pool 2019-06-05 16:37:08 -04:00
readonly_attributes.rb Extract readonly_attribute? 2019-05-27 06:41:31 +09:00
reflection.rb Make scope arity check consistent (#36134) 2019-05-01 15:53:35 -05:00
relation.rb document update_counters on relation [ci skip] 2019-05-11 14:13:32 -04:00
result.rb Make ActiveRecord::Result#to_a as alias to ActiveRecord::Result#to_ary 2018-09-20 12:25:01 +03:00
runtime_registry.rb
sanitization.rb Refactor disallow_raw_sql! to avoid split(/\s*,\s*/) to order args 2019-06-09 14:14:10 +09:00
schema.rb Deprecate passing migrations_paths to connection.assume_migrated_upto_version 2018-12-28 09:21:09 +09:00
schema_dumper.rb Except table_name from column objects 2019-04-08 19:23:26 +09:00
schema_migration.rb Respect table name prefix/suffix for truncate_all 2019-04-04 04:16:24 +09:00
scoping.rb Revert "Merge pull request #35186 from kamipo/fix_leaking_scope_on_relation_create" 2019-02-15 12:06:45 +09:00
secure_token.rb
serialization.rb
statement_cache.rb Ruby 2.7 warning: creating a Proc without a block 2019-02-13 02:11:21 +01:00
store.rb Add saved changes helpers for store accessors 2019-03-25 18:53:07 -04:00
suppressor.rb
table_metadata.rb Fall back to type casting from the connection adapter 2019-05-21 23:41:13 +09:00
test_databases.rb Convert configs_for to kwargs, add include_replicas 2018-08-31 16:07:09 -04:00
test_fixtures.rb Eagerly materialize the fixtures transaction 2019-01-29 16:10:47 +01:00
timestamp.rb Avoid making extra 5 arrays in each save 2019-06-01 22:48:57 +09:00
touch_later.rb Don't track implicit touch mutation 2019-05-13 23:30:05 +09:00
transactions.rb Remove SQLite version support caveats [ci skip] 2019-05-12 15:16:39 +01:00
translation.rb
type.rb Upgrade Rubocop to 0.61.1 and fix offenses 2018-12-10 19:22:56 -02:00
type_caster.rb
validations.rb
version.rb