Hey, @adzap, thanks a ton for this gem.
Ran across a case where my team had added a gem that had an initializer calling remove_formats with the same args as the app the gem had been bundled with.
This led to us not being able to boot up rails as currently, the gem raises a hard exception if it's not able to delete a date format.
What do you think about us keeping delete's default behavior (returning nil) to avoid this?
Would be happy to update the gem if you were in favor as well.
Hey, @adzap, thanks a ton for this gem.
Ran across a case where my team had added a gem that had an initializer calling remove_formats with the same args as the app the gem had been bundled with.
This led to us not being able to boot up rails as currently, the gem raises a hard exception if it's not able to delete a date format.
What do you think about us keeping
delete's default behavior (returningnil) to avoid this?Would be happy to update the gem if you were in favor as well.