756e6d2ad8
* This will significantly decrease the size of the msf install (~5 MB) * ActiveRecord & ActiveSupport are still used, and have been moved to lib/ git-svn-id: file:///home/svn/framework3/trunk@10682 4d416f70-5f16-0410-b530-b9f4589650da
9 lines
278 B
Ruby
9 lines
278 B
Ruby
# For forward compatibility with Rails 3.
|
|
#
|
|
# require 'active_support' loads a very bare minumum in Rails 3.
|
|
# require 'active_support/all' loads the whole suite like Rails 2 did.
|
|
#
|
|
# To prepare for Rails 3, switch to require 'active_support/all' now.
|
|
|
|
require 'active_support'
|