Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想填充一些数据以在我的 Rails 应用程序中使用。但是我无法决定哪个数据生成器最适合我。
我想快速清洁发电机。它还应该创建大量数据。
我有 3 个,random_data、forger 和 faker。
哪一个是最好的?你能分享你的经验吗?
我的选择是ffaker。它非常快并且由 Emmanuel 维护。