Robert Rawlins
Robert Rawlins
We see the same issue here.
@vfonic I'm seeing this error myself today, did you ever find a workaround for it?
This would be a nice enhancement, we have multiple uses for omniauth throughout our app, user sign_in, connecting to 3rd party services to pull/push data. Sometimes a single provider is...
Came across this quirk myself today too. Would be nice to look at a permanent solution to get `instance_options` available locally in the has_many block rather than accessing through the...
This is a big one for me. To my mind, the callbacks should be triggered regardless of the way in which the state changes, be it events or setting the...
Doing a little hunting around and it seems that this might be 'by design' in the upstream `state_machines` library. The callbacks are triggered by the `Transition` class, which is dependant...
@billc hey Bill - Appreciate this is a really old issue, but did you ever find a solution? I'm banging into the same problem today. In my case the ID...
Did this conversation go any further? Found myself bumping up against it today, expecting find(unknown id) to Raise an exception but it swallows it.
I have my own similar use case for this, however I'm not sure allowing delivery without a recipient makes sense. If you don't have a recipient then where is the...
As above, thanks for the great library, Chris. Batching is something I'd love to see. If we have a notification to deliver to several thousand recipients, then some mail services...