Alex Garibay
Alex Garibay
A relationship defined using a join table can defined as either a `:through` option or by tuple of `{"join_table", SchemaModule}`. Currently, `:through` is support in [the new API branch](https://github.com/DockYard/ecto_fixtures/tree/bc-new-fixture-api). When...
Currently in the dependency tree, both Ecto and Phoenix are dependencies added regardless if the parent project is using either dependency. Ideally, both dependencies should be marked as optional dependencies...
Since Phoenix 1.3, putting Ecto-related controller is discouraged and not a best practice. The docs should be updated to have Inquisitor outside of the web layer.