Giter Club home page Giter Club logo

Comments (9)

igas avatar igas commented on August 22, 2024 3

Hi @uri, you forgot to start app check out https://github.com/igas/faker#usage TL;DR in your iex session you can run Faker.start

from faker.

denispeplin avatar denispeplin commented on August 22, 2024 1

Not very clear from docs, it will be nice to have an example on a separate line.

from faker.

tobyhinloopen avatar tobyhinloopen commented on August 22, 2024 1

@jonchoukroun Just a thought, but did you try adding Faker.start at the top of your seeds file?

from faker.

igas avatar igas commented on August 22, 2024

@denispeplin @uri PR is welcome. I tried to clarify this few times, but issues like this still happen.

from faker.

jonchoukroun avatar jonchoukroun commented on August 22, 2024

Hi @igas I know you closed this issue, but I can't find the solution to this anywhere. How can I start the faker app in priv/repo/seeds.exs? I'm happy to write a PR with additional documentation if I figure it out.

from faker.

jonchoukroun avatar jonchoukroun commented on August 22, 2024

@tobyhinloopen thanks for the advice, but that didn't work. I did solve it, though, by adding
import Faker
then calling it as if it had been aliased, like so:
username: Faker.Internet.username

@igas, I would be happy to make a PR for readme, maybe to add an example for using Faker in seeds.exs. Let me know if that's helpful.

Thanks for the help.

from faker.

dokicro avatar dokicro commented on August 22, 2024

@jonchoukroun I tried to da import Faker as you recommended but I get this error: module Faker is not loaded and could not be found

from faker.

uri avatar uri commented on August 22, 2024

@dokicro are you running import Faker in an iex session?

from faker.

jonchoukroun avatar jonchoukroun commented on August 22, 2024

@dokicro You have to include Faker in your dependencies. Inside mix.exs in your application's root, find the private function deps/0 which returns a list of tuples. You'll want to include Faker as one of those, then run mix deps.get at the command line.

Inside /priv/repo/seeds.exs you'll add import Faker and that lets you call it as Faker.Internet.user_name. Hope this helps.

from faker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.