Terence Ponce

Results 3 issues of Terence Ponce

I want any state changes to exclusively go through the state machine and prevent other developers, including myself, to change the state directly via `#create` or `#update`. Here's an example:...

Here is the stack trace: ``` Request: POST /api/graphiql ** (exit) an exception was raised: ** (BadMapError) expected a map, got: {:constraint, :unique} (elixir) lib/map.ex:437: Map.get({:constraint, :unique}, :key, nil) (absinthe)...

I'm not sure why all the tests are passing on your machine, but on mine it's not. I tried imitating the tests you made for the ForumsController, but no dice....