Skip to content
This repository has been archived by the owner on Dec 8, 2017. It is now read-only.

Identifier and secret generation produces deprecation warning in ActiveSupport 3.1 #13

Merged
merged 1 commit into from
Jun 30, 2011

Conversation

alevy
Copy link
Contributor

@alevy alevy commented Jun 28, 2011

Use SecureRandom instead of ActiveSupport::SecureRandom because it's deprecated in new version of active support

SecureRandom is available in ruby >= 1.8.7. However, if previous versions of ruby must be supported, this change is not good :)

…'s deprecated in new version of active support
tomafro added a commit that referenced this pull request Jun 30, 2011
Identifier and secret generation produces deprecation warning in ActiveSupport 3.1
@tomafro tomafro merged commit 8476779 into freerange:master Jun 30, 2011
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants