Top "Iex" questions

Elixir’s interactive shell.

Elixir Sleep / Wait for 1 Second

How to sleep / wait for one second? Best I could find was something like this (in iex): IO.puts "foo" ; :…

elixir iex
Is there a Phoenix equivalent to Rails Console

I'm just learning Phoenix and Elixir and I'm coming from Ruby/Rails where I work in the REPL using pry …

elixir phoenix-framework ecto iex