brillo
brillo copied to clipboard
Rails database scrubber and loader, for lightweight snapshots of your production DB in development
Updates the requirements on [rails](https://github.com/rails/rails) to permit the latest version. Release notes Sourced from rails's releases. 7.0.6 Active Support Fix EncryptedConfiguration returning incorrect values for some Hash methods Hartley McGuire...
Updates the requirements on [rspec-rails](https://github.com/rspec/rspec-rails) to permit the latest version. Changelog Sourced from rspec-rails's changelog. 5.1.2 / 2022-04-24 Full Changelog Bug Fixes: Fix controller scaffold templates parameter name. (Taketo Takashima,...
I ([@bessey](https://github.com/bessey)) stopped using Brillo years ago. If you are an active user of Brillo interested in assisting with maintenance, please reach out.
Hello! I am working on getting our brillo process working again, and I am running into an issue, although I might be misunderstanding something. When I run the scrub with...
If i understand correctly, in Rails land, an entry in `config/database.yml` like `development.url` will typically take precedence over the `user` and `password` settings there. Typically this is passed via a...