We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Randomly generates an username.
Forgery(:internet).user_name # => "jalvarez"
Randomly generates a top_level_domain.
Forgery(:internet).top_level_domain # => "edu"
Derives the list of Top Level Domains from dictionaries[:top_level_domains].
dictionaries[:top_level_domains]
Randomly generates a domain_name.
Forgery(:internet).domain_name # => "shuffledrive.edu"
Generates an e-mail address by joining a user_name and a domain_name.
Forgery(:internet).email_address # => "jalvarez@shuffledrive.edu"
Creates a subject based on Forgery::LoremIpsum.title.
Forgery(:internet).email_subject # => "Lorem Ipsum Dolor Sit Amet, Consectetuer Adipiscing Elit"
Randomly generates a Country Code Top Level Domain.
Forgery(:internet).cctld # => "br"
Derives the list of Country Code Top Level Domains from dictionaries[:country_code_top_level_domains].
dictionaries[:country_code_top_level_domains]
Randomly generates a IPv4 Number.
Forgery(:internet).ip_v4 # => "62.105.225.99"