Skip to content

Instantly share code, notes, and snippets.

@knewter
Created August 3, 2014 22:24
Show Gist options
  • Save knewter/3e5ea82b657770d8868b to your computer and use it in GitHub Desktop.
Save knewter/3e5ea82b657770d8868b to your computer and use it in GitHub Desktop.
iex(1)> Mix.env
:dev
iex(2)> BeamToolboxData.Repo.start_link
** (FunctionClauseError) no function clause matching in Regex.match?/2
(elixir) lib/regex.ex:155: Regex.match?(~r/^[^:\/?#\s]+:\/\//, nil)
lib/ecto/utils.ex:29: Ecto.Utils.parse_url/1
lib/beam_toolbox_data/repo.ex:5: BeamToolboxData.Repo.conf/1
lib/ecto/repo/backend.ex:15: Ecto.Repo.Backend.start_link/2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment