Skip to content
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

Generators for product names, educational degrees and schools #12

Merged
4 commits merged into from
Mar 1, 2011
Merged

Generators for product names, educational degrees and schools #12

4 commits merged into from
Mar 1, 2011

Conversation

rstacruz
Copy link
Contributor

Here are some FFaker extensions we've used in some of our projects. (they were used on a CRM and an e-commerce app.)

Also, these are badly coded I admit, sorry! :)

Faker::Education.school

["College of Washington", "Larkwell Academy", "Indiana School of Development",
 "Southcrest University of Administration", "Utah Academy of Administration",
 "Michigan International School", "Lakewood Institution",
 "Greendale University of Engineering", ...

Faker::Education.degree

["Doctor of Philosophy in Political Education",
 "Bachelor of Arts in Industrial Accountancy",
 "Doctor of Philosophy in Medical Engineering", ...

Faker::Education.degree_short

["DPhil in Systems Education", "AB in Financial Architecture",
 "AB in Political Management", "DMus in Political Development",
 "MA in Industrial Studies", ...

Faker::Product.product

["Techfunc Video Mount", "Pientwood Electric Bracket", "Trouns Air Bracket",
"Piencefunc Side Tag Tuner", "NLA Air Disc Amplifier", ...

@EmmanuelOga
Copy link

This looks good. I think you forgot about adding the Education module, right?

@rstacruz
Copy link
Contributor Author

Oops, yes.

@rstacruz
Copy link
Contributor Author

I've updated my branch. I've also added something:

Faker::Company.position

["Associate Manager", "Assistant Manager", "Information President",
 "Executive Corporate President", "General Department Consultant",
 "General Secretary", "Associate Vice Consultant",
 "General Finance Manager", "Corporate Manager", ...

rstacruz@8af7232
rstacruz@82a910c

@EmmanuelOga
Copy link

merged, released in 1.4.0. Thanks!

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants