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
Eileen M. Uchitelle f2ab8b64d4
Merge pull request #34538 from bogdan/reuse-find-target
Reuse code in AR::Association#find_target
2018-11-27 10:58:10 -05:00
..
associations Reuse code in AR::Association#find_target 2018-11-27 12:05:02 +02:00
attribute_methods Reduce string allocations in read/write_attribute 2018-10-21 13:58:45 +02:00
coders
connection_adapters Mutable helper is in ActiveModel 2018-11-27 15:02:44 +09:00
database_configurations Refactor migrations_path command option to database 2018-09-28 14:24:36 -04: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 Fix example for database-specific locking clause 2018-10-30 16:58:57 -04:00
migration Fix transaction reverting for migrations 2018-09-26 23:40:42 +03:00
railties Add multi-db support to schema cache dump and clear 2018-11-07 14:11:46 -05:00
relation Make implicit order column configurable 2018-11-26 16:19:52 -08:00
scoping Generate delegation methods to named scope in the definition time 2018-10-09 13:03:08 +09:00
tasks Add multi-db support to schema cache dump and clear 2018-11-07 14:11:46 -05:00
type Fix force equality checking not to break the serialized attribute with Array 2018-06-06 19:29:39 +09:00
type_caster Rails 6 requires Ruby 2.3+ 2018-02-17 10:03:37 -08:00
validations id_in_database do not return nil value for persisted record 2018-03-04 03:30:13 +09:00
aggregations.rb Remove ActiveSupport::Concern from ActiveRecord::Aggregations 2018-06-26 17:26:02 +09:00
association_relation.rb Fix AssociationRelation not to set inverse instance key just like before 2018-10-07 22:42:31 +09:00
associations.rb Document exception from restrict_with_exception [ci skip] 2018-10-29 15:12:29 +13:00
attribute_assignment.rb Alias assign_attributes to attributes= for AttributeAssignment 2018-02-28 19:58:45 +09:00
attribute_decorators.rb
attribute_methods.rb Fix inspect with non-primary key id attribute 2018-11-06 01:51:52 +00:00
attributes.rb Suppress warning: BigDecimal.new is deprecated in activerecord 2017-12-13 21:29:06 +00:00
autosave_association.rb Merge pull request #33378 from numbata/subclass-redefine-autosave-callbacks 2018-09-13 15:50:38 -04:00
base.rb Refactors Active Record connection management 2018-08-30 10:06:45 -04:00
callbacks.rb Updating sample code on ActiveRecord#before_destroy callback [ci skip] 2018-10-31 23:18:27 -07:00
collection_cache_key.rb Fix Collection cache key with limit and custom select (PG:AmbigousColumn: Error) 2018-10-15 20:38:12 -03:00
connection_handling.rb Exercise connected_to and connects_to methods 2018-11-15 11:48:07 +02:00
core.rb Make connection handler per thread instead of per fiber 2018-11-20 16:02:40 -05: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 Fix typo of duplicated the [ci skip] 2018-10-24 01:16:02 +09:00
define_callbacks.rb Use tt in doc for ActiveRecord [ci skip] 2017-08-27 14:01:29 +09:00
dynamic_matchers.rb
enum.rb Raises error when attempting to modify enum values 2018-11-23 23:55:31 +00:00
errors.rb Redact SQL in errors 2018-11-22 13:53:23 -05:00
explain.rb Enable Performance/UnfreezeString cop 2018-09-23 08:56:55 +09:00
explain_registry.rb
explain_subscriber.rb [Active Record] require => require_relative 2017-10-21 22:48:27 +09:00
fixtures.rb Don't pass useless table_name to ModelMetadata.new 2018-11-03 22:35:23 +09:00
gem_version.rb Start Rails 6.0 development!!! 2018-01-30 18:51:17 -05:00
inheritance.rb Add Style/RedundantFreeze to remove redudant .freeze 2018-09-29 07:18:44 +00:00
integration.rb Fix cache_versioning default note (#34466) 2018-11-16 15:44:16 -05:00
internal_metadata.rb Deprecate update_attributes and update_attributes! 2018-02-17 13:58:54 -08:00
legacy_yaml_adapter.rb Move Attribute and AttributeSet to ActiveModel 2017-11-09 14:29:39 -05:00
log_subscriber.rb Use backtrace cleaner to clean up backtrace for verbose query logs 2018-08-14 09:15:28 +10:00
migration.rb Use squiggly heredoc to strip odd indentation in the executed SQL 2018-11-22 19:43:53 +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 Add example for no_touching? in active_record/no_touching for api docs [ci skip] 2018-06-25 21:26:42 -04:00
null_relation.rb
persistence.rb Fix failing test 2018-10-30 14:03:11 -06:00
query_cache.rb Fix query cache for multiple connections 2018-11-20 17:48:48 -05:00
querying.rb Speed up homogeneous AR lists / reduce allocations 2018-06-25 16:00:04 -07:00
railtie.rb Remove unreachable database warning 2018-10-04 01:19:48 +01:00
readonly_attributes.rb
reflection.rb Find inverse associations with plural names 2018-08-27 15:22:37 -04:00
relation.rb Move UPDATE/DELETE with JOIN handling to the Arel side 2018-10-03 06:24:41 +09: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 Permit list usage cleanup and clearer documentation 2018-08-27 09:51:46 -04:00
schema.rb Refactor migration to move migrations paths to connection 2018-01-18 08:55:03 -05:00
schema_dumper.rb Update schema.rb documentation [CI SKIP] 2018-04-24 11:18:11 -04:00
schema_migration.rb [Active Record] require => require_relative 2017-10-21 22:48:27 +09:00
scoping.rb Don't expose current_scope for internal use 2018-09-11 21:41:11 +09:00
secure_token.rb
serialization.rb
statement_cache.rb Place PartialQuery and PartialQueryCollector in the same file 2018-09-30 22:44:37 +09:00
store.rb Update prefix and allow suffix options for store accessors 2018-06-12 07:10:09 -07:00
suppressor.rb
table_metadata.rb Rails 6 requires Ruby 2.3+ 2018-02-17 10:03:37 -08:00
test_databases.rb Convert configs_for to kwargs, add include_replicas 2018-08-31 16:07:09 -04:00
test_fixtures.rb Move test_fixtures and render_context to separate files 2018-10-03 15:06:03 -04:00
timestamp.rb Fix touch option to behave consistently with Persistence#touch method 2018-06-18 19:08:41 +09:00
touch_later.rb
transactions.rb Remove ensure from with_transaction_returning_status 2018-11-11 22:35:47 +00:00
translation.rb Add AR::Base.base_class? predicate 2018-04-02 14:34:32 +03:00
type.rb Revert "We still need the Helpers constant in the ActiveRecord namespace" 2018-11-27 15:25:36 +09:00
type_caster.rb [Active Record] require => require_relative 2017-10-21 22:48:27 +09:00
validations.rb [Active Record] require => require_relative 2017-10-21 22:48:27 +09:00
version.rb