aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/install.rb11
1 files changed, 10 insertions, 1 deletions
diff --git a/activerecord/install.rb b/activerecord/install.rb
index 6ffb2ef064..0b8f89dfdf 100644
--- a/activerecord/install.rb
+++ b/activerecord/install.rb
@@ -18,7 +18,7 @@ unless $sitedir
end
end
-makedirs = %w{ active_record/associations active_record/connection_adapters active_record/support active_record/vendor active_record/acts }
+makedirs = %w{ active_record/associations active_record/connection_adapters active_record/support active_record/vendor active_record/acts active_record/support/core_ext active_record/support/core_ext/hash active_record/support/core_ext/numeric active_record/support/core_ext/string }
makedirs.each {|f| File::makedirs(File.join($sitedir, *f.split(/\//)))}
# deprecated files that should be removed
@@ -50,8 +50,17 @@ files = %w-
active_record/support/class_attribute_accessors.rb
active_record/support/class_inheritable_attributes.rb
active_record/support/clean_logger.rb
+ active_record/support/core_ext/hash/keys.rb
+ active_record/support/core_ext/hash.rb
+ active_record/support/core_ext/numeric/bytes.rb
+ active_record/support/core_ext/numeric/time.rb
+ active_record/support/core_ext/numeric.rb
+ active_record/support/core_ext/string/inflections.rb
+ active_record/support/core_ext/string.rb
+ active_record/support/core_ext.rb
active_record/support/inflector.rb
active_record/support/misc.rb
+ active_record/support/module_attribute_accessors.rb
active_record/timestamp.rb
active_record/transactions.rb
active_record/validations.rb