Giter Site home page Giter Site logo

ex_state's People

Contributors

kevbuchanan avatar marosluuce avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ex_state's Issues

Unable to read configuration.

In my config.exs, I have added the following per the docs:

config :ex_state, repo: MyApp.Repo

When I try to do anything with ExState, it fails with:

** (ArgumentError) could not fetch application environment ExState for application :ex_state because configuration at ExState was not set
    (elixir 1.10.2) lib/application.ex:653: Application.fetch_env!/2
    (ex_state 0.2.0) lib/ex_state.ex:106: ExState.repo/0
    (ex_state 0.2.0) lib/ex_state.ex:113: ExState.create/1

adding workflow_id to subject seems to be required

Trying out ex_state_ecto after reading your article. I added a workflow to an existing model. When I went to query it for the first time in iex, i got an error about workflow_id not being a column on the table. I added a migration to add this column to the subject table and it seems to be fixed. I didn't see this documented anywhere. The only odd thing I have done is I added my own migration to create the workflow and workflow_steps table with a regular ole integer primary key instead of UUID so I wouldn't have to mess with the postgres extension. Not sure how this would have affected thing in this way.

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.