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
Rafael Mendonça França 1b4399dfe7 Fix regression caused by a01d164b
When preload is used in a default scope the preload_values were
returning nested arrays and causing the preloader to fail because it
doesn't know how to deal with nested arrays. So before calling preload!
we need to splat the arguments.

This is not needed to includes because it flatten its arguments.
2015-07-07 13:40:50 -03:00
..
associations Correct through associations using scopes 2015-06-30 10:00:30 -07:00
attribute Persist user provided default values, even if unchanged 2015-05-28 16:40:26 -06:00
attribute_methods Copy-edits in 04c349659b 2015-06-12 18:50:52 -03:00
attribute_set
coders
connection_adapters Merge pull request #20699 from vngrs/foreign_key_with_table_name_suffix_and_prefix 2015-06-27 01:50:51 -03:00
fixture_set
locale
locking
migration Add reversible syntax for change_column_default 2015-06-26 16:25:13 -04:00
railties follow-up to 2183caa, always reenable the task. #20743 2015-06-30 16:44:34 +02:00
relation Fix regression caused by a01d164b 2015-07-07 13:40:50 -03:00
scoping
serializers
tasks
type Display decimal defaults as strings to keep precision 2015-06-23 14:38:00 -07:00
type_caster
validations A few documentation fixes [ci skip] 2015-06-23 17:55:37 +02:00
aggregations.rb
association_relation.rb
associations.rb [ci skip] Fix the API docs for Bi-directional associations 2015-06-13 09:37:55 -04:00
attribute.rb
attribute_assignment.rb
attribute_decorators.rb
attribute_methods.rb
attribute_set.rb
attributes.rb Add docs and changelog entry for 73aab03 [ci skip] 2015-05-30 11:13:28 -06:00
autosave_association.rb
base.rb
callbacks.rb
connection_handling.rb
core.rb
counter_cache.rb
dynamic_matchers.rb
enum.rb A few documentation edits [ci skip] 2015-06-15 18:16:40 +02:00
errors.rb
explain.rb
explain_registry.rb
explain_subscriber.rb Let WITH (CTE) queries be explainable 2015-05-28 14:10:09 +03:00
fixtures.rb Use default model enum in fixtures if not defined 2015-07-02 15:42:52 -04:00
gem_version.rb
inheritance.rb
integration.rb
legacy_yaml_adapter.rb
log_subscriber.rb More granular console SQL coloration 2015-06-23 14:01:28 -04:00
migration.rb Add table name prefix and suffix support to add_foreign_key and remove_foreign_key methods 2015-06-25 14:49:08 +03:00
model_schema.rb Return a Point object from the PG Point type 2015-06-05 09:06:45 -06:00
nested_attributes.rb
no_touching.rb
null_relation.rb
persistence.rb refactor ActiveRecord's #become by simplifying code 2015-06-10 13:03:44 -03:00
query_cache.rb
querying.rb
railtie.rb Merge pull request #20516 from kares/patch-2 2015-06-12 02:13:54 +09:30
readonly_attributes.rb
reflection.rb
relation.rb Include Enumerable in ActiveRecord::Relation 2015-06-19 15:35:35 -06:00
result.rb
runtime_registry.rb
sanitization.rb Use block variable instead of global 2015-06-09 22:26:42 -04:00
schema.rb
schema_dumper.rb
schema_migration.rb Fix circular import warning on build 2015-05-31 13:15:08 +10:00
scoping.rb
secure_token.rb
serialization.rb
statement_cache.rb
store.rb
suppressor.rb Apply Active Record suppression to all saves 2015-06-04 00:11:38 -04:00
table_metadata.rb Revert the behavior of association names and where to be closer to 4.2 2015-06-27 18:14:38 -06:00
timestamp.rb
touch_later.rb
transactions.rb
translation.rb
type.rb
type_caster.rb
validations.rb AR absence validator respects marked_for_destruction?. Closes #20449. 2015-06-22 15:45:08 +02:00
version.rb