Julio AG
Julio AG
@jmanian hi! Where we would call an `object.transition!(arg1: value1, arg2: value2)` we ended up doing: ```rb object.transition(arg1: value1, arg2: value2) || raise(StateMachines::InvalidTransition.new(*exception_args)) ``` Notice we're calling the safe method. This...
@jmanian @seuros I've opened #94 in an attempt to: 1. Prove the issue still exists 2. Try to solve it.
Still alive in 1.0.26
Yes, having it import everything (but using the custom css file and the import lines in js) and leaving the note would be nice enough, so devs can remove what...
Thanks a lot