Keshav Biswa
Keshav Biswa
### Motivation / Background As per the discussion in #2787 This PR updates `Faker::Australia` to `Faker::Locations::Australia` to keep it consistent with the directory modules. ### Checklist Before submitting the PR...
For example: ```bash rails g model Post title content:textΓ· ``` This should automatically update seedie.yml and add post inside it. There should also be a flag to disable update inside...
Just read the first line of the readme and you'll know how bad it is. For intro: https://www.youtube.com/watch?v=3W0wRrOtsTk
### Motivation / Background Fixes: #2948 This Pull Request has been created because We want the ability to silence output warnings for Deprecated Generators in tests. ### Checklist Before submitting...
### Description - I can always go and delete my past PTO entries and my leaves will increase which should not be the case. ### Environment ### What is the...
Currently, `ActiveRecordAnonymizer` uses the alias method to define methods that are used to anonymize data. This approach, does not completely protect the original data from being exposed due to the...
Currently config only supports toggling based on environments. We might need to toggle anonymization based on different conditions as well. An example scenario: ```ruby ActiveRecordAnonymizer.configure do |config| # Other configuration...
From the doc:
### I have checked that this feature is not already implemented - [x] This feature does not exist ### Use case Setting formatter: "auto" should check for add ons as...