Created
August 3, 2014 22:24
-
-
Save knewter/3e5ea82b657770d8868b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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