Sha256: 2c31559ae3f2c7c7aac0d9c52c4e8c82df60c5352fb1253d10dc2fdeba187b3d

Contents?: true

Size: 230 Bytes

Versions: 53

Compression:

Stored size: 230 Bytes

Contents

require 'active_support/deprecation'

module ActiveSupport
  # Use Ruby's SecureRandom library.
  SecureRandom = ActiveSupport::Deprecation::DeprecatedConstantProxy.new('ActiveSupport::SecureRandom', ::SecureRandom) # :nodoc:
end

Version data entries

53 entries across 53 versions & 2 rubygems

Version Path
activesupport-3.1.2.rc1 lib/active_support/secure_random.rb
dirty_history-0.3.0 dirty_history/ruby/1.9.1/gems/activesupport-3.1.1/lib/active_support/secure_random.rb
activesupport-3.1.1 lib/active_support/secure_random.rb
activesupport-3.1.1.rc3 lib/active_support/secure_random.rb
activesupport-3.1.1.rc2 lib/active_support/secure_random.rb
activesupport-3.1.1.rc1 lib/active_support/secure_random.rb
activesupport-3.1.0 lib/active_support/secure_random.rb
activesupport-3.1.0.rc8 lib/active_support/secure_random.rb
activesupport-3.1.0.rc6 lib/active_support/secure_random.rb
activesupport-3.1.0.rc5 lib/active_support/secure_random.rb
activesupport-3.1.0.rc4 lib/active_support/secure_random.rb
activesupport-3.1.0.rc3 lib/active_support/secure_random.rb
activesupport-3.1.0.rc2 lib/active_support/secure_random.rb