Skip to content

Instantly share code, notes, and snippets.

@knewter
Created October 13, 2014 12:58
Show Gist options
  • Save knewter/b536c33faa122385a052 to your computer and use it in GitHub Desktop.
Save knewter/b536c33faa122385a052 to your computer and use it in GitHub Desktop.
--(jadams@aye-seven)-(6/pts/27)-(0758/13-Oct-14)--
--($:~/elixir/beam_toolbox_web)(master)ruby-2.1.2@beam_toolbox_web--
$ iex -S mix
Erlang/OTP 17 [erts-6.0] [source] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false]
=INFO REPORT==== 13-Oct-2014::07:58:43 ===
application: logger
exited: stopped
type: temporary
=INFO REPORT==== 13-Oct-2014::07:58:43 ===
application: cowboy
exited: stopped
type: temporary
=INFO REPORT==== 13-Oct-2014::07:58:43 ===
application: cowlib
exited: stopped
type: temporary
=INFO REPORT==== 13-Oct-2014::07:58:43 ===
application: ranch
exited: stopped
type: temporary
** (Mix) Could not start application beam_toolbox_web: exited in: BeamToolboxWeb.start(:normal, [])
** (EXIT) an exception was raised:
** (ArgumentError) argument error
:erlang.apply(1, :expr, [])
(ecto) lib/ecto/query/validator.ex:117: Ecto.Query.Validator.validate_limit/2
(ecto) lib/ecto/query/validator.ex:36: Ecto.Query.Validator.validate/3
(ecto) lib/ecto/repo/backend.ex:83: Ecto.Repo.Backend.all/4
(beam_toolbox_data) lib/beam_toolbox_data/validation.ex:42: BeamToolboxData.Validation.unique/3
(beam_toolbox_data) lib/beam_toolbox_data/models/category.ex:18: BeamToolboxData.Models.Category.validate_create/1
(beam_toolbox_data) lib/beam_toolbox_data/models/category.ex:24: BeamToolboxData.Models.Category.create/2
(elixir) lib/enum.ex:977: Enum."-map/2-lc$^0/1-0-"/2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment