You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally, the ffaker is a fork of the faker gem. However, upon comparing the current status of both repositories, I have observed that the faker gem is more actively developed than ffaker.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
hi!
Originally, the
ffaker
is a fork of thefaker
gem. However, upon comparing the current status of both repositories, I have observed that thefaker
gem is more actively developed thanffaker
.FFaker: https://github.com/ffaker/ffaker/pulse
Faker:https://github.com/faker-ruby/faker/pulse
For instance, when it comes to the Fabricator for
Date
value, I have noticed that thefaker
gem provides more methods thanffaker
.FFaker: https://github.com/ffaker/ffaker/blob/main/REFERENCE.md#ffakerdate
Faker: https://www.rubydoc.info/gems/faker/Faker/Date
Therefore, I suggest updating our Rails template to use the
faker
gem instead offfaker
.What are your thoughts? I am looking forward to hearing your feedback :)
Beta Was this translation helpful? Give feedback.
All reactions