Shouldn't the transaction around Model#_save be rolled back if one of the before hooks returns false?
It will be if raise_on_save_failure is set to true because that raises an exception, but if raise_on_save_failure is false, the transaction is committed even though the save fails. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sequel-talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en -~----------~----~----~----~------~----~------~--~---
