Git Product home page Git Product logo

Comments (5)

ajvondrak avatar ajvondrak commented on May 29, 2024

Thanks! Hadn't crossed the bridge of working with Elixir releases yet, so I'll take your word on this & push out the fix. :)

from remote_ip.

ajvondrak avatar ajvondrak commented on May 29, 2024

By the way, do you know of an easy way to tell what will or won't break a release? There are two other declared deps that don't have corresponding applications:combine and plug.

I suppose plug will probably be included as an application in whatever project you're using remote_ip with already. Do you know if combine will similarly break releases?

from remote_ip.

philipgiuliani avatar philipgiuliani commented on May 29, 2024

Oh I completely forgot to answer... Actually you have to add every dependency you are using in production. Elixir 1.4 will automate this and you don't have to define them anymore.

In applications you add all dependencies that are running as application, and in included_application you add libraries.

Plug is already included in phoenix. Actually you probably also have to add combine in included_applications.

You can read about it here http://blog.plataformatec.com.br/2016/07/understanding-deps-and-applications-in-your-mixfile/

from remote_ip.

ajvondrak avatar ajvondrak commented on May 29, 2024

@philipgiuliani Thanks for the follow-up! I've only now just gotten around to addressing this, myself. :)

Application inference sounds super useful. I see Elixir 1.4 was just released recently, I'll definitely have to play around with it.

In the meantime, I verified that (indeed) the lack of :combine breaks when trying to use RemoteIp.Headers.Forwarded from a Distillery release. (First time using Distillery, actually, so it's a learning process for me.) I'll add :combine to the :included_applications - and what the heck, even add :plug to the :applications, just to cover all the bases. 👍 Thanks again.

from remote_ip.

philipgiuliani avatar philipgiuliani commented on May 29, 2024

Yes perfect, so you can also use it without using Phoenix. Great job! With Elixir 1.4 you can just remove all of this :)

from remote_ip.

Related Issues (16)

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.