Adam Milligan
Adam Milligan
[This pull request](https://github.com/bkeepers/dotenv/pull/405) changed the default rake task to force load the Rails test environment. Setting aside any argument about how test vs. development environment in rake, installing a gem...
Hey Chad, I've been working with some legacy projects which present unusual requirements for fixture_builder (e.g. in some cases I need more than one table for the same domain concept,...
ActiveSupport 7.0 [deprecated](https://guides.rubyonrails.org/7_0_release_notes.html#active-support-deprecations) calling `#to_s` with a format param. Until now this hasn't been an issue, since FixtureBuilder overrides the `default` format (to the `db` format) for dates during the...