-
faker
A library for generating fake data such as names, addresses, and phone numbers. (by faker-ruby)
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
Not sure if you want the execution speed to be faster, or the development speed. If it's development, you can use FactoryBot in a script to generate data easily once you have your factories set up.
-
Maybe with something like pg-copy or the gem postgres-copy? pg-copy is a PostgreSQL command which lets you copy data from another database, table or file. postgres-copy lets you copy from csv or dat file.
Related posts
-
Faker – generate fake data such as names, addresses, and phone numbers
-
Show HN: Factory-JS – TypeScript dummy object generator for testing
-
Full-Text Search for Ruby on Rails with Litesearch
-
How to Setup RSpec on a Rails Project
-
If you use FactoryBot then the FactoryTrace gem might be interesting for you. It keeps your old code removed by finding unused factories & traits. There also was a recent release that made it compatible with all FactoryBot features.