brandonparsons
brandonparsons
Thanks - yes this does stop the warnings in test. I'm not seeing any of these errors cropping up when poking around in iEx (that's as close as I have...
Actually I take that back - I do see these in the iEx console when adding new tenants and it tries to migrate their respective schemas. I did not set...
@Dania02525 I believe this is probably related, but under certain configurations, I think this is causing errors to be thrown. ``` ** (CompileError) _build/test/lib/myapp/priv/repo/tenant_migrations/20161023051549_create_locations.exs:1: cannot define module Myapp.Repo.TenantMigrations.CreateLocations because it...
Stacktrace: ``` stacktrace: (elixir) src/elixir_module.erl:154: :elixir_module.build/5 (elixir) src/elixir_module.erl:78: :elixir_module.do_compile/5 (stdlib) erl_eval.erl:670: :erl_eval.do_apply/6 (elixir) src/elixir.erl:223: :elixir.erl_eval/3 (elixir) src/elixir.erl:211: :elixir.eval_forms/4 (elixir) src/elixir_compiler.erl:66: :elixir_compiler.eval_compilation/3 (elixir) src/elixir_lexical.erl:17: :elixir_lexical.run/3 (elixir) src/elixir_compiler.erl:30: :elixir_compiler.quoted/3 (elixir) lib/code.ex:321: Code.load_file/2...
FYI - I got [this commit](https://github.com/elixir-ecto/ecto/commit/2a892ac8c15d36516c5559cfab3c77b3ed0049f2) into Ecto, which may get you somewhere on this issue. I don't think it's in the Hex version yet.
Is there a branch for this I can use in the meantime?
@huafu You probably have others waiting on this, but don't fix on my account. It turns out I only needed an extremely simple `google-map` component so I just rolled one...
+1 https://github.com/gwatts/jquery.sparkline/pull/126
I suspect that might fix the issues I've been having. I will try your branch.
@jfrolich I did try, but was having issues that I think was unrelated to this particular problem. Swapped over to just using my own EEX templates, and will inline using...