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
Is your feature request related to a problem? Please describe.
I have a scope in my Rails app that filters video games based on their release year. I'd like to use Faker to generate a random date in a given year for my tests.
Describe alternatives you've considered
I know I can pretty much get this functionality using between, but it's not very convenient.
Is your feature request related to a problem? Please describe.
I have a scope in my Rails app that filters video games based on their release year. I'd like to use Faker to generate a random date in a given year for my tests.
Describe alternatives you've considered
I know I can pretty much get this functionality using
between
, but it's not very convenient.I don't know if
in_year
is a good name for this, but it makes sense to me. Happy to hear any suggestions or if this suggestion seems reasonable :)Faker::Date
docsThe text was updated successfully, but these errors were encountered: