paulelliott / fabrication

This project has moved to GitLab! Please check there for the latest updates.
https://gitlab.com/fabrication-gem/fabrication
MIT License
998 stars 97 forks source link

Fabrication::Generator::Sequel should raise on error #306

Closed JelF closed 6 years ago

JelF commented 6 years ago

AR generator uses save!, sequel analog is save(raise_on_failure: true)

paulelliott commented 6 years ago

Nice catch! Thanks!

paulelliott commented 6 years ago

I just released 2.19.0 with this change.