Giter Club home page Giter Club logo

Comments (4)

stavro avatar stavro commented on July 25, 2024

I haven't used releases yet, but I plan on soon, so we should fix this.

What happens if you add arc and arc_ecto to the applications list in mix.exs?

from arc_ecto.

blisscs avatar blisscs commented on July 25, 2024

By adding both arc_ecto and arc to applications list, it is working now
Thank you very much @stavro

from arc_ecto.

joshuaswilcox avatar joshuaswilcox commented on July 25, 2024

So I get this still with

  def application do
    [mod: {Scotchy, []},
     applications: [:phoenix, :phoenix_pubsub, :phoenix_html, :cowboy, :logger, :gettext,
                :phoenix_ecto, :postgrex, :timex, :arc, :arc_ecto, :exseed]]
  end

and the error

Request: GET /bottles/new
** (exit) an exception was raised:
    ** (UndefinedFunctionError) function Arc.Ecto.Model.convert_params_to_binary/1 is undefined (module Arc.Ecto.Model is not available)

and my deps

  defp deps do
    [{:phoenix, "~> 1.2.0"},
     {:postgrex, ">= 0.0.0"},
     {:phoenix_pubsub, "~> 1.0"},
     {:phoenix_ecto, "~> 3.0-rc"},
     {:phoenix_html, "~> 2.4"},
     {:arc, "~> 0.5.1"},
     {:arc_ecto, "~> 0.3.2",},
     {:phoenix_live_reload, "~> 1.0", only: :dev},
     {:gettext, "~> 0.9"},
     {:exseed, "~> 0.0.3"},
     {:phoenix_generator, github: "etufe/phoenix_generator", only: :dev},
     {:exrm, "~> 1.0.0"},
     {:cowboy, "~> 1.0"},
     {:timex, "1.0.2"}]
  end

from arc_ecto.

joshuaswilcox avatar joshuaswilcox commented on July 25, 2024

Nevermind, i was clearly still on .3.2 and need to update to Arc.Ecto.Schema

from arc_ecto.

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.