-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
undefined method `[]' for nil:NilClass when using Job.position #1139
Comments
This error occurs when the locale .yml translation file contains no entries for the word. |
I have created a patch and pull request to fix upstream here: #1142 |
* update rake * add failing test for locale without translations * add fetch for position fixing #1139 * reformat class to make consistant with other Faker classes
This PR was merged successfully 💯 |
* update rake * add failing test for locale without translations * add fetch for position fixing faker-ruby#1139 * reformat class to make consistant with other Faker classes
This line in my seeds file threw an error
position = Faker::Job.position
console error log is
Last line and the rest is just part of my application, which unless there's something I'm not considering, probably isn't necessary to post here
The text was updated successfully, but these errors were encountered: