1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Allow frameworks to be required by their gem name (closes #8845) [drnic]

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7560 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
David Heinemeier Hansson 2007-09-22 18:15:05 +00:00
parent 712b71371d
commit 18a24274ec
6 changed files with 6 additions and 0 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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