rom-rb / rom-factory

Data generator with support for persistence backends
MIT License
83 stars 42 forks source link

Expose plural faker generators like "Faker::GreekPhilosophers" properly #71

Closed wuarmin closed 2 years ago

wuarmin commented 2 years ago

classify singularizes the input. camelize doesn't. Before that change f.alias { fake(:greek_philosophers, :name) } raised an exception.

Thanks and best regards

wuarmin commented 2 years ago

@solnic rom-factory does not work with latest rom-rb master branch. Do we have to fix this, before we can merge this PR, or is it a good idea to specify a working rom-rb version for this test suite?

Thanks and best regards

solnic commented 2 years ago

Please rebase, I just updated Gemfile.

wuarmin commented 2 years ago

I wanted to rebase, but then I made a mistake. Now I've opened a new PR #72.

Thanks!