Josh Levinson
Josh Levinson
@sunitparekh I'd like to add my voice to this, we've started using this gem at my company and would prefer more inclusive language if possible, thank you!! Great gem.
@sunitparekh I have looked at those docs but I don't really understand how to use the custom strategies. In your example you show ``` class MyFieldStrategy # method anonymize is...
Unfortunately, the `db:reset` is part of the Rails tasks, so it only knows about Rails stuff. So it'll only run `db:schema:load` because it doesn't know about the `data-migration` gem. You...