Elixir is an open-source, dynamic, compiled, general purpose functional programming language.
I just installed elixir via chocolatey on my Windows 7 machine. At the root of the C directory, inside of an …
elixir chocolateyI'm trying to display a form on the screen. But I keep getting this error when I try to start …
struct elixir phoenix-frameworkI'd like to write the code like this: def boundary do :crypto.rand_bytes(8) |> Base.encode16 |> &("--------FormDataBoundary" &…
elixirI'm still trying to grok how to deal with creating/updating has_many, through: associations in Ecto. I've re-read José…
elixir phoenix-framework ectoIn Phoenix Framework, how can I get the current environment's name ? I've already tried reading env variables with System.get_…
elixir phoenix-frameworkI'm trying to add jquery to a Phoenix project. When I link to jquery direct in app.html.eex in …
jquery elixir phoenix-framework brunchI have a small pipeline in elixir, it's about changing ecto model state: model |> cast(params, ~w(something), ~w()) |&…
elixir ectoI am a bit stuck in how to actually set an association with a changeset. I have this code in …
elixir ectoUpdate: Elixir isn't slow, my algorithm was. My algorithms weren't even apples to apples comparison. See Roman's answers below for …
performance elixir numerical-computingI'm new to Elixir, trying to port a Rails API to Phoenix as a learning project. I have a Postgres …
elixir phoenix-framework