-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User should be able to provide token size #17
Conversation
2. Default size will be 24 char long
Updated |
this is what I found when trying to debug above travis-ci failing issue: rubygems/bundler#3558. Could you please update |
Use latest bundler version in CI |
FIXED....failing travis-error: before |
@przbadu since this is still a back port gem, could you open this PR on https://github.com/rails/rails? |
Okay, got it, it is now ActiveRecord::SecureToken, https://github.com/rails/rails/blob/master/activerecord/lib/active_record/secure_token.rb .... I will make PR this weekend Thanks Robert |
Was a Pull Request ever filed with the main Rails project for this feature? |
@rohitnick: 👍 Right I missed your pull request, I was on hurry to implement this feature. I just referenced your PR in rails/rails#24531 Thanks |
@fredngo: I just made a rails/rails#24531 |
UPDATE
Usecase:
Also check: issue-10
Updated README
Use latest bundler version in CI