Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in elixir

normalize the strings in Elixir/Phoenix

elixir phoenix-framework

Is it possible to stub(mock?) Ecto.UUID.generate in an ExUnit test?

unit-testing elixir ecto

When to use compile-only dependencies in Elixir

elixir exrm

Ecto creating unique index failed for Mysql/Mariadb

mysql mariadb elixir ecto

What is syntax for byte_size in pattern matching?

pattern-matching elixir

Postgres health check in Elixir

postgresql elixir

Elixir reduce order of elements

elixir reduce

Is there a way to explicitly write a elixir function to be tail call optimised?

Fragments reuse

elixir ecto

Unix Domain Sockets in Elixir

elixir

In a Phoenix Framework form, how can I set a belongs_to relation back to null using a changeset?

elixir - phoenix:undefined function Hex.SCM.managers

elixir phoenix-framework

Phoenix framework & passing conn

elixir phoenix-framework

Errors like "Phoenix.HTML.Engine.init/1 is undefined or private" and "Plug.Conn.__struct__/1 is undefined" after upgrading Elixir

elixir phoenix-framework

Load testing logged in routes in phoenix

How does one serialize a digraph in Erlang or Elixir for export purposes

erlang elixir

Umbrella application error when trying to create a migration with ecto elixir

migration elixir ecto

In Elixir, is there any way to make _real_ constants?

Mix.env/0 equivalent in production env?

elixir phoenix-framework

How to selectively disable CSRF check in Phoenix framework