Revert "Allow frameworks to be required by their gem name"

This has just been confusing. Better to educate than band-aid.

This reverts commit 18a24274ec.
Originally from http://dev.rubyonrails.org/ticket/8845 [drnic]
This commit is contained in:
Jeremy Kemper 2009-09-11 19:22:54 -07:00
parent 3ce16b4c5f
commit 8682d76cc9
6 changed files with 0 additions and 6 deletions

View File

@ -1 +0,0 @@
require 'action_mailer'

View File

@ -1 +0,0 @@
require 'action_pack'

View File

@ -1 +0,0 @@
require 'active_model'

View File

@ -1 +0,0 @@
require 'active_record'

View File

@ -1 +0,0 @@
require 'active_resource'

View File

@ -1 +0,0 @@
require 'active_support'