aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2009-09-11 19:22:54 -0700
committerJeremy Kemper <jeremy@bitsweat.net>2009-09-12 02:41:01 -0700
commit8682d76cc988715fdea11e2c88fa2b56ae2b4709 (patch)
tree03cd872545afa26544847f110ee46fd1fa133e16
parent3ce16b4c5fd3007d6b43364253506462e680b227 (diff)
downloadrails-8682d76cc988715fdea11e2c88fa2b56ae2b4709.tar.gz
rails-8682d76cc988715fdea11e2c88fa2b56ae2b4709.tar.bz2
rails-8682d76cc988715fdea11e2c88fa2b56ae2b4709.zip
Revert "Allow frameworks to be required by their gem name"
This has just been confusing. Better to educate than band-aid. This reverts commit 18a24274ec823ded4ffa29bf33fd3d76816aab7e. Originally from http://dev.rubyonrails.org/ticket/8845 [drnic]
-rw-r--r--actionmailer/lib/actionmailer.rb1
-rw-r--r--actionpack/lib/actionpack.rb1
-rw-r--r--activemodel/lib/activemodel.rb1
-rw-r--r--activerecord/lib/activerecord.rb1
-rw-r--r--activeresource/lib/activeresource.rb1
-rw-r--r--activesupport/lib/activesupport.rb1
6 files changed, 0 insertions, 6 deletions
diff --git a/actionmailer/lib/actionmailer.rb b/actionmailer/lib/actionmailer.rb
deleted file mode 100644
index 506416292c..0000000000
--- a/actionmailer/lib/actionmailer.rb
+++ /dev/null
@@ -1 +0,0 @@
-require 'action_mailer'
diff --git a/actionpack/lib/actionpack.rb b/actionpack/lib/actionpack.rb
deleted file mode 100644
index 2fe2832f81..0000000000
--- a/actionpack/lib/actionpack.rb
+++ /dev/null
@@ -1 +0,0 @@
-require 'action_pack'
diff --git a/activemodel/lib/activemodel.rb b/activemodel/lib/activemodel.rb
deleted file mode 100644
index da3133103b..0000000000
--- a/activemodel/lib/activemodel.rb
+++ /dev/null
@@ -1 +0,0 @@
-require 'active_model'
diff --git a/activerecord/lib/activerecord.rb b/activerecord/lib/activerecord.rb
deleted file mode 100644
index cd62b2afdc..0000000000
--- a/activerecord/lib/activerecord.rb
+++ /dev/null
@@ -1 +0,0 @@
-require 'active_record'
diff --git a/activeresource/lib/activeresource.rb b/activeresource/lib/activeresource.rb
deleted file mode 100644
index e076455b16..0000000000
--- a/activeresource/lib/activeresource.rb
+++ /dev/null
@@ -1 +0,0 @@
-require 'active_resource'
diff --git a/activesupport/lib/activesupport.rb b/activesupport/lib/activesupport.rb
deleted file mode 100644
index 69f36f7934..0000000000
--- a/activesupport/lib/activesupport.rb
+++ /dev/null
@@ -1 +0,0 @@
-require 'active_support'