A project that integrates Phoenix with Ecto, implementing all relevant protocols.
Usage
You can use phoenix_ecto in your projects in two steps:
Add it to your
mix.exsdependencies:def deps do [{:phoenix_ecto, "~> 0.1.0"}] endList it as your application dependency:
def application do [applications: [:logger, :phoenix_ecto]] end
Details
This project:
- Implements the Phoenix.HTML.FormData protocol for Ecto.Changeset
- Implements the Phoenix.HTML.Safe protocol for Decimal
License
Same license as Phoenix.