提交 ce50ca1b 编写于 作者: J Jeremy Kemper

Explicitly require AS::Deprecation for the SecretKeyGenerator. Bring in...

Explicitly require AS::Deprecation for the SecretKeyGenerator. Bring in ActiveSupport::TestCase for its tests.
上级 cb496817
require 'active_support/deprecation'
module Rails module Rails
# A class for creating random secret keys. This class will do its best to create a # A class for creating random secret keys. This class will do its best to create a
# random secret key that's as secure as possible, using whatever methods are # random secret key that's as secure as possible, using whatever methods are
......
require 'test/unit' require 'abstract_unit'
# Must set before requiring generator libs. # Must set before requiring generator libs.
if defined?(RAILS_ROOT) if defined?(RAILS_ROOT)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册