You cannot post messages because only members can post, and you are not currently a member.
Description:
Discussion about the Faker Ruby gem
|
|
|
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 last_name and Internet's user_name. I also added some test cases, which I believe cover the new functionality. Please review my patch. Lucas Uyezu P.S Thanks for creating the gem, it's *very* useful.
|
|
NewBe trouble getting started
|
| |
I'm having trouble getting started.
...
In my test_helper.rb I've added the line:
require 'faker'
In my blueprints.rb file I have the following line that's giving me a
"no method" error:
Identity.blueprint do
identifier "#{Faker::Internet.user_name}. #
{Faker::Internet.domain_name}"... more »
|
|
Remove some bad words
|
| |
Hi,
Using intensely Faker, I encounter a really tricky suspected error :
In the Faker::Lorem there is the word "cum" that I qualified as a bad
word. Could somebody remove it from the gem?
|
|
Weighted Pick - Array Extension
|
| |
Gents,
Tell me what you think about this extension to the array class for
faker.
I have been having to come up with alot of fake data, and I wanted to
randomly pick from an array, but pick certain things more than others.
So came up with the idea of a weighted_pick from an array.
[link]... more »
|
|
patch for phone_number
|
| |
Hi All,
I uploaded a minor patch to optionally allow the caller to specify the
phone_number formats array instead of always choosing from the hard-
coded Format array.
[link]... more »
|
|
Faker Danish Extension
|
| |
Hey, just a short msg to let you know I created a plugin for Danish
extensions to Faker.
[link]
from the README:
FakerExtensionDa
================
Danish names and formats built on top of the Faker gem.
Currently with
* common Danish first and last names... more »
|
|
ArgumentError: Anonymous modules have no name to be referenced by
|
| |
Just wondering if anyone has gotten this error before:
...ArgumentError: Anonymous modules have no name to be referenced by
from /Users/richmanalang/dev/connec t.git/vendor/rails/activerecor d/
lib/../../activesupport/lib/ac tive_support/dependencies.rb:4 14:in
`to_constant_name'
from /Users/richmanalang/dev/connec t.git/vendor/rails/activerecor d/... more »
|
|
Need basic help
|
| |
Hi All,
I need quick help(solution) from u peopls.
Question:
Faker::Name.name
...
Here i want to get only output length less than 10. It means,
Faker::Name.name
...
Thanks in Advance
P.Raveendran
[link]
|
|
|