Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in elixir

How can you dynamically set a schema table name for a ecto model

How to rollback a specific ecto migration?

Elixir: Write to a file and create parent directories if they don't exist - in one line

file-io elixir

Elixir: How are default arguments that are not at the end treated?

elixir

Lazily concatenate an enumerable of lists

How to serialize/deserialize Ecto model with Loaded associations?

elixir ecto

Elixir File.read returns empty data when accessing /proc/cpuinfo

erlang elixir

Why are there two ways to define named functions in elixir?

elixir

Phoenix controller test, set request host

phoenix-framework elixir

How to apply a custom validation rule to a model in phoenix framework

How can I add days to Ecto.DateTime?

Elixir URI.encode_query nested map

elixir

Best Practices For Variable Arity Elixir Functions?

elixir

Does Elixir have a language specification?

elixir

Share functions across protocol implementations in Elixir

elixir

How to run an Elixir escript on Windows 8.1

windows elixir escript

What's the preferred way to implement Data Driven Testing using Elixir/ExUnit?

How do I skip a plug for an specific page

elixir phoenix-framework

Struct reuse for Modules in Elixir

elixir

Why can't you have a variable as a key in a map literal?

elixir