Groups
Conversations
All groups and messages
Send feedback to Google
Help
Sign in
Groups
Ruby Faker
Conversations
About
Ruby Faker
1–30 of 54
Mark all as read
Report abusive group
0 selected
Luke Brandon
12/24/20
Help
hey does anyone know if you can call out what type the faker is as in "The type of faker is (
unread,
Help
hey does anyone know if you can call out what type the faker is as in "The type of faker is (
12/24/20
Solomon Fantahun
7/31/20
Just typo
Hey there, I really like the faker gem and using it almost in all my applications as seed file. I
unread,
Just typo
Hey there, I really like the faker gem and using it almost in all my applications as seed file. I
7/31/20
Mikey Clarke
,
Stephen A. Wilson
2
10/31/19
Two new Faker categories
Feel free to open a PR with the suggestions. I think it would be fun to add those in.
unread,
Two new Faker categories
Feel free to open a PR with the suggestions. I think it would be fun to add those in.
10/31/19
Michael Lauritsch
6/3/19
Faker Stock and Price data
Hello, I've been looking all over for faker data for stock and stock price on the GitHub page but
unread,
Faker Stock and Price data
Hello, I've been looking all over for faker data for stock and stock price on the GitHub page but
6/3/19
Sibi Prabakaran
,
Benjamin Curtis
5
3/2/19
Query regarding company.yml
Thanks for the clarification! On Wednesday, February 27, 2019 at 9:18:11 AM UTC+5:30, Benjamin Curtis
unread,
Query regarding company.yml
Thanks for the clarification! On Wednesday, February 27, 2019 at 9:18:11 AM UTC+5:30, Benjamin Curtis
3/2/19
Sibi Prabakaran
,
Benjamin Curtis
3
2/26/19
Understanding the data in restaurant.yml
Thanks! On Tuesday, February 26, 2019 at 2:24:12 AM UTC+5:30, Benjamin Curtis wrote: Each ? is
unread,
Understanding the data in restaurant.yml
Thanks! On Tuesday, February 26, 2019 at 2:24:12 AM UTC+5:30, Benjamin Curtis wrote: Each ? is
2/26/19
Raúl Marrero Rodríguez
,
Benjamin Curtis
2
7/19/18
Using YAMLs in another project
You bet! On Thursday, July 19, 2018 at 12:57:07 PM UTC-7, Raúl Marrero Rodríguez wrote: Hi I'm
unread,
Using YAMLs in another project
You bet! On Thursday, July 19, 2018 at 12:57:07 PM UTC-7, Raúl Marrero Rodríguez wrote: Hi I'm
7/19/18
Rafał Petryka
,
Benjamin Curtis
3
3/26/18
That project is alive?
Many thanks for answer ;) I will wait patiently for accepting my pull request W dniu poniedziałek, 19
unread,
That project is alive?
Many thanks for answer ;) I will wait patiently for accepting my pull request W dniu poniedziałek, 19
3/26/18
Sarah Edwards
7/6/17
Default locale?
Once I set a locale, how do I go back to the default setting? I need to test multiple countries, but
unread,
Default locale?
Once I set a locale, how do I go back to the default setting? I need to test multiple countries, but
7/6/17
Vadim Goncharov
,
Martin Streicher
2
6/9/17
Faker for Cars..automobiles?
I would simply use Faker::Name or Faker::Lorem When I need a random string for a name I will do
unread,
Faker for Cars..automobiles?
I would simply use Faker::Name or Faker::Lorem When I need a random string for a name I will do
6/9/17
Joseph Rex
9/6/16
Method_missing not picking my internet method
I added a new set under internet in locales/en.yml then in faker/internet.rb I created a method with
unread,
Method_missing not picking my internet method
I added a new set under internet in locales/en.yml then in faker/internet.rb I created a method with
9/6/16
jyf
,
Conrad Taylor
2
7/28/16
How to generate whole positive numbers included in a range
Hi, you should be able to do this by using the Ruby Standard Library: # generate an array of even
unread,
How to generate whole positive numbers included in a range
Hi, you should be able to do this by using the Ruby Standard Library: # generate an array of even
7/28/16
Casper Smits
,
Otagi
2
7/28/16
Support for IBAN - (European standardized) International Back Account Number
Not in Faker (yet), but you can use the iso-iban gem to generate a random IBAN: ISO::IBAN.random(
unread,
Support for IBAN - (European standardized) International Back Account Number
Not in Faker (yet), but you can use the iso-iban gem to generate a random IBAN: ISO::IBAN.random(
7/28/16
Natalie Blackburn
, …
dmxhzg...@gmail.com
4
4/10/16
Generate Faker Data Optionally
For example email is required and first name and last name are optional: 100.times do user = User.new
unread,
Generate Faker Data Optionally
For example email is required and first name and last name are optional: 100.times do user = User.new
4/10/16
Prakash Murthy
3/31/15
Customizing internet data
Hi, Following a question on Stack Overflow about customizing http://stackoverflow.com/questions/
unread,
Customizing internet data
Hi, Following a question on Stack Overflow about customizing http://stackoverflow.com/questions/
3/31/15
Arthur Veal
,
Jesse Cooke
2
1/24/15
Faker issue with mongoid?
I think you might want Tenant.new(name: Faker::Name.name, ...) You don't have tenant yet, so
unread,
Faker issue with mongoid?
I think you might want Tenant.new(name: Faker::Name.name, ...) You don't have tenant yet, so
1/24/15
Roland Chan
2
10/24/14
Canadian Postal Codes
I suppose I should've just scrolled down the README. Found the locale settings. Thanks for
unread,
Canadian Postal Codes
I suppose I should've just scrolled down the README. Found the locale settings. Thanks for
10/24/14
Megan Byrne
, …
Conrad Taylor
5
7/18/14
Using Faker gem on Rails 3.2.13 and ruby 1.9.3p545
Megan, if you're simply needing to seed a local development database, you can simply use seeds.rb
unread,
Using Faker gem on Rails 3.2.13 and ruby 1.9.3p545
Megan, if you're simply needing to seed a local development database, you can simply use seeds.rb
7/18/14
Ruben Martinez Jr.
,
Jesse Cooke
2
7/6/14
Quick Question: How many names are there?
The name data comes from the YAML files in lib/locales. https://github.com/stympy/faker/blob/master/
unread,
Quick Question: How many names are there?
The name data comes from the YAML files in lib/locales. https://github.com/stympy/faker/blob/master/
7/6/14
Nauman Mithani
,
Martin Streicher
2
5/23/14
A way to generate a random name without spaces?
I typically do Faker::Lorem.words(3).join to make a random string of some good length. On May 21,
unread,
A way to generate a random name without spaces?
I typically do Faker::Lorem.words(3).join to make a random string of some good length. On May 21,
5/23/14
Donald Pinkus
,
Martin Streicher
2
3/26/14
Use the same Faker::Internet.email when called in different places
I would do this a different way. Leave your factories as is. But then do something like this… email =
unread,
Use the same Faker::Internet.email when called in different places
I would do this a different way. Leave your factories as is. But then do something like this… email =
3/26/14
Fireborn Silvaranth
,
Conrad Taylor
3
2/15/14
method_missing not picking up custom attributes?
I figured this out. You just need to add faker: above the custom lists in your locale file In en.yml
unread,
method_missing not picking up custom attributes?
I figured this out. You just need to add faker: above the custom lists in your locale file In en.yml
2/15/14
Stefán Vignir Skarphéðinsson
,
Conrad Taylor
4
2/14/14
Creating a new locale. Tests are failing.
Oh. It looks like I found the bug while waiting for my mail to go through moderation. https://github.
unread,
Creating a new locale. Tests are failing.
Oh. It looks like I found the bug while waiting for my mail to go through moderation. https://github.
2/14/14
Robert Jewell
,
Louise Rains
2
9/25/13
Problem: Rake Test -- rake aborted! activated rake 10.1.0
You can try the suggestion from the error message: You have already activated rake 10.1.0, but your
unread,
Problem: Rake Test -- rake aborted! activated rake 10.1.0
You can try the suggestion from the error message: You have already activated rake 10.1.0, but your
9/25/13
Simon Gabler
, …
Louise Rains
4
8/16/13
Phone numbers for 'en'-locale containing an 'x'
Thank you both! On Sunday, August 11, 2013 1:39:10 PM UTC+2, Louise wrote: The x stands for extension
unread,
Phone numbers for 'en'-locale containing an 'x'
Thank you both! On Sunday, August 11, 2013 1:39:10 PM UTC+2, Louise wrote: The x stands for extension
8/16/13
Simon Gabler
,
Benjamin Curtis
2
8/2/13
Whitespace not normalized for UK postcodes
Yes it should, thanks! -- Benjamin Curtis http://www.honeybadger.io - Modern error tracking for Rails
unread,
Whitespace not normalized for UK postcodes
Yes it should, thanks! -- Benjamin Curtis http://www.honeybadger.io - Modern error tracking for Rails
8/2/13
Nitish Upreti
, …
Jesse Cooke
5
4/1/13
Generating unique names and emails with faker.
Even with the method call I've seen duplicates (not too often) so that's where the sequence
unread,
Generating unique names and emails with faker.
Even with the method call I've seen duplicates (not too often) so that's where the sequence
4/1/13
Lucas
9/13/09
[PATCH] Adding min_size and max_size to first_name, last_name and user_name
Hello, I made and attached a patch adding min_size and max_size options to Name's first_name and
unread,
[PATCH] Adding min_size and max_size to first_name, last_name and user_name
Hello, I made and attached a patch adding min_size and max_size options to Name's first_name and
9/13/09
steshatobey88200
9/13/09
answer group
Find answer for any question here http://radiowiki.teknusi.org/cheap-flight-256
unread,
answer group
Find answer for any question here http://radiowiki.teknusi.org/cheap-flight-256
9/13/09
lwe
,
Benjamin Curtis
2
8/12/09
Swiss-ified fake data http://gist.github.com/165751
Thanks for posting this. It would be great to add a locales path to the gem, then you could load
unread,
Swiss-ified fake data http://gist.github.com/165751
Thanks for posting this. It would be great to add a locales path to the gem, then you could load
8/12/09