Skip to content
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

Consider deprecating use of the 'guid' gem #18

Open
ahukkanen opened this issue May 24, 2016 · 0 comments
Open

Consider deprecating use of the 'guid' gem #18

ahukkanen opened this issue May 24, 2016 · 0 comments

Comments

@ahukkanen
Copy link

ahukkanen commented May 24, 2016

It seems that e.g. the creation of process templates (or any model using guids) is broken currently under Windows because of how the guid gem detects Windows. I tested this only with x64 version of Ruby, so not sure if it still works for x86.

I would suggest changing this:
https://github.com/madzhuga/rails_workflow/blob/master/app/concerns/rails_workflow/uuid.rb#L10

Into:

self.uuid = SecureRandom.uuid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant