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

Add user generator that accepts arguments (#1671) #1730

Merged
merged 11 commits into from Aug 20, 2021

Commits on Sep 6, 2019

  1. Add user generator that accepts arguments (faker-ruby#1671)

      The new user class method will now allow you to do this
    
      ```
      user = Faker::Internet.user('name', 'email', password')
      => {'name' => 'John Doe', 'email' => 'fake_email@test.com', 'password' => 'pass123' }
      ```
    ashishra0 committed Sep 6, 2019
    Copy the full SHA
    32468c2 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2019

  1. Add user generator that accepts arguments (faker-ruby#1671)

      The new user class method will now allow you to do this
    
      ```
      user = Faker::Internet.user('name', 'email', password')
      => {'name' => 'John Doe', 'email' => 'fake_email@test.com', 'password' => 'pass123' }
      ```
    ashishra0 committed Sep 19, 2019
    Copy the full SHA
    dce047d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4adfe1f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    42e68c2 View commit details
    Browse the repository at this point in the history
  4. Add user generator that accepts arguments (faker-ruby#1671)

      The new user class method will now allow you to do this
    
      ```
      user = Faker::Internet.user('name', 'email', password')
      => {'name' => 'John Doe', 'email' => 'fake_email@test.com', 'password' => 'pass123' }
      ```
    ashishra0 committed Sep 19, 2019
    Copy the full SHA
    eee33fe View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    e552c9b View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    2dad57c View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    73e7e95 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2019

  1. Copy the full SHA
    0adee13 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2020

  1. reduce hash tags

    Zeragamba committed Jun 10, 2020
    Copy the full SHA
    2496ca7 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. Copy the full SHA
    5fcc2fb View commit details
    Browse the repository at this point in the history