rails--rails/activerecord/lib/active_record
eileencodes 63d530c5e6 Call `YAML.load` correctly
We should call methods with `.method_name` not `::method_name`. Fix two
instances of `YAML::load` I found in favor of `YAML.load`.
2018-02-21 16:34:39 -05:00
..
associations Association scope's own order should be prioritized over through scope's order 2018-02-18 23:17:45 +09:00
attribute_methods Remove usage of strip_heredoc in the framework in favor of <<~ 2018-02-16 19:28:30 -05:00
coders
connection_adapters Rails 6 requires Ruby 2.3+ 2018-02-17 10:03:37 -08:00
fixture_set
locale
locking
migration Remove usage of strip_heredoc in the framework in favor of <<~ 2018-02-16 19:28:30 -05:00
railties Call `YAML.load` correctly 2018-02-21 16:34:39 -05:00
relation Revert "Delegate `uniq` to `records`" 2018-02-18 17:35:29 +09:00
scoping
tasks Delete default configuration 2018-02-21 16:01:35 -05:00
type Partly revert 1e526788e6 2018-02-17 13:09:30 -08:00
type_caster Rails 6 requires Ruby 2.3+ 2018-02-17 10:03:37 -08: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
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 Rails 6 requires Ruby 2.4.1+ 2018-02-17 15:34:57 -08:00
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 Rails 6 requires Ruby 2.3+ 2018-02-17 10:03:37 -08:00
errors.rb Fix frozen string concatenation by indicating that it's mutable 2018-02-16 22:52:08 -05:00
explain.rb
explain_registry.rb
explain_subscriber.rb
fixtures.rb Add test parallelization to Rails 2018-02-15 19:21:24 -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 Deprecate update_attributes and update_attributes! 2018-02-17 13:58:54 -08:00
legacy_yaml_adapter.rb
log_subscriber.rb
migration.rb Remove unused `require "active_record/tasks/database_tasks"` 2018-01-30 11:31:39 +09:00
model_schema.rb Invoke `load_schema` in `_default_attributes` 2018-02-06 22:32:03 +09:00
nested_attributes.rb
no_touching.rb
null_relation.rb
persistence.rb Deprecate update_attributes and update_attributes! 2018-02-17 13:58:54 -08:00
query_cache.rb Use the query cache when connection is already connected 2018-02-19 07:16:52 +09:00
querying.rb Add #create_or_find_by to lean on unique constraints (#31989) 2018-02-14 16:51:15 -08:00
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 Rails 6 requires Ruby 2.3+ 2018-02-17 10:03:37 -08:00
relation.rb Add #create_or_find_by to lean on unique constraints (#31989) 2018-02-14 16:51:15 -08: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
schema_dumper.rb
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 Rails 6 requires Ruby 2.3+ 2018-02-17 10:03:37 -08:00
test_databases.rb Add test parallelization to Rails 2018-02-15 19:21:24 -05:00
timestamp.rb
touch_later.rb
transactions.rb
translation.rb
type.rb
type_caster.rb
validations.rb
version.rb