aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorMichael S. Klishin <michael@novemberain.com>2008-12-28 22:18:03 +0300
committerMichael S. Klishin <michael@novemberain.com>2008-12-28 22:18:03 +0300
commite523b43e202d343912f67b8c8737d9e2e956b31f (patch)
tree94befa240971f1764068aa6e1e5fa78915a9e207 /activesupport
parent12bff2af4081c25682d0466b1d7380b702c27417 (diff)
downloadrails-e523b43e202d343912f67b8c8737d9e2e956b31f.tar.gz
rails-e523b43e202d343912f67b8c8737d9e2e956b31f.tar.bz2
rails-e523b43e202d343912f67b8c8737d9e2e956b31f.zip
Use active_support/mini instead of active_support/minimalistic
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/minimalistic.rb15
1 files changed, 0 insertions, 15 deletions
diff --git a/activesupport/lib/active_support/minimalistic.rb b/activesupport/lib/active_support/minimalistic.rb
deleted file mode 100644
index ecb5de9eaa..0000000000
--- a/activesupport/lib/active_support/minimalistic.rb
+++ /dev/null
@@ -1,15 +0,0 @@
-$LOAD_PATH.unshift File.dirname(__FILE__)
-
-require "core_ext/blank"
-# whole object.rb pulls up rare used introspection extensions
-require "core_ext/object/metaclass"
-require 'core_ext/array'
-require 'core_ext/hash'
-require 'core_ext/module/attribute_accessors'
-require 'multibyte'
-require 'core_ext/string/multibyte'
-require 'core_ext/string/inflections'
-
-class String
- include ActiveSupport::CoreExtensions::String::Multibyte
-end