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

Fix two bugs #1

Merged
merged 2 commits into from
Oct 24, 2016
Merged

Fix two bugs #1

merged 2 commits into from
Oct 24, 2016

Conversation

ancorgs
Copy link
Contributor

@ancorgs ancorgs commented Mar 23, 2015

In order to make state_machines-yard work in my project (and everywhere, I'd say), I needed to introduce two patches as seen here:
https://github.com/openSUSE/travel-support-program/blob/master/lib/fix_state_machine_yard.rb

This pull request should fix both (with two separate commits): a inconsistent use of the new namespace StateMachines and a fragile handling of conditional transitions, like already explained here pluginaweek/state_machine#283

With this modifications, I'm able to remove my monkey patching and the gem works like a charm for me. So it would be great if you can release an updated version.

Thanks.

@seuros seuros merged commit 046e116 into state-machines:master Oct 24, 2016
@seuros
Copy link
Member

seuros commented Oct 24, 2016

Thank you. Sorry for the delay.

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

Successfully merging this pull request may close these issues.

None yet

2 participants