Steve Pallen
Steve Pallen
@bglusman I have support for non-standard primary keys in other parts of the code, but must have missed this one.
I'm in the process of reviewing a large PR that changes the way ex_admin handles associations and changesets. It takes away some of the ex_admin 'magic' and allows you to...
Agree. This would be a good enhancement. PR welcome.
This is the first time I've had such a request. Nor have I ever had the need personally. However, if you would like this feature for one of your projects,...
I'll review how other authentication packages handle this when I get sometime. Right now, email addresses are saved as they are entered during registration. The lookup on session create is...
I'm hoping this can be done in the router, but not sure how. just posted a question on slack channel. I'll get to you when I have an answer.
@RobinClowers Finally got an answer on this. I have not tried it yet, but will do so when I get some time. Here is a brief summary. First, remove the...
@GriffinMB I don't understand the discussion regarding `created_at`. First, the default field in Ecto (and Coherence) is `:inserted_at`. Second, these fields are not updatable through the changeset. For example: ```elixir...
Got it. Thanks...
I believe I removed the local copy of View helpers since it was not needed because the file is generated. This means that doc's don't get generated for coherence. However,...