Remix.run Logo
psadauskas 4 hours ago

The Ruby gem "Faker" is used for generating fake data for testing, like legit-looking names, emails, phone numbers, lorum ipsum text, etc. About 10 years ago I was working on a messaging app, and wanted some real messages to see in the UI while I was developing it. One of the best engineering decisions I've made in my career was to pick the Chuck Norris Facts generator for the messages, so every time I re-seeded my local db or looked at a review app on staging, I was greeted by two fake people sending a half-dozen Chuck Norris facts to each other.

https://github.com/faker-ruby/faker/blob/main/lib/locales/en...