Jeff Deville
Jeff Deville
**Disregard this comment, it's all now in the PR** A few other thoughts based on work I'm doing in my project: I would like to enforce the specification of a...
**Disregard this comment, it's all now in the PR** Sorry, here's a slightly improved macro solution: ``` defmodule RestConnectder.RepoDelegation do defmacro __using__(opts) do quote bind_quoted: [opts: opts] do @repo Keyword.fetch!(opts,...
@Dania02525 I've got this sorted out, I think. No rush. Enjoy your road trip!
Hi @Dania02525, have you had a chance to look into this at all? I tried the 'enumerating' option you were thinking first, but in the end I skipped it because:...
@danielfoxp2 - https://github.com/promptworks/tenantex is what I wound up with.
In Rails 6.0.3.2 the above solution does not appear to quite work I'm getting: NoMethodError (undefined method `admin_tenants_path' for #): This is in the _form.html.erb file, which is receiving: ```...
@andrewdsmith - when I change from: ``` namespace :admin do namespace :manyhands do resources :tenants end end ``` to ``` namespace :admin do scope module: :manyhands do resources :tenants end...
FWIW, once we merged @ulissesalmeida's into our branch, the tests all remained green, so we're using it now.
Thanks for checking in, @edelvalle. No rush. I do have some new info. The problem is that elixir_sense itself seems to be crashing. If I kill that process, sublime comes...
``` == Compilation error in file lib/pubsub_contracts/polling_server.ex == ** (TokenMissingError) lib/pubsub_contracts/polling_server.ex:86: missing terminator: end (for "do" starting at line 1) (elixir) lib/kernel/parallel_compiler.ex:198: anonymous fn/4 in Kernel.ParallelCompiler.spawn_workers/6 85 None error None...