Steve Pallen

Results 39 issues of Steve Pallen

The only adapter I've tested is sendgrid. Need document using different adapters

enhancement

If you do an install over an existing install with a reduced number of options, you will get compile warnings in those templates since the router helpers are not compiled...

enhancement

When an existing model is found, several adjustments must be made to the schema before the app will compile. Print these instructions in the installer.

Lots of duplication including duplicate templates that are almost the same.

I'm trying to do a `phx.install --reinstall` on a project that was created with `phx.new.web` which does not have a separate web folder. The installer does not seem to be...

bug

I believe there are a number of things that we should refactor in Coherence to better align with Phoenix design. This issue is collect and review ideas from the community....

Swoosh is built in. Need to look at how this can be replace with an email program of the developers choice.

enhancement

The current design of rememberable stores a new id/token/series tuple in the database on each request. We have had complaints out the performance of this approach. To improve the performance...

enhancement

We currently support ``` input address, :type, collection: ~w(Home Work Other) ``` But we would like to support: ``` input address, :type, collection: [Home: "home", Work: "work", Other: "other"] ```...

enhancement

We've had issue #166 open for a long time. @dsnider and I have been working on some ideas that we think will make ExAdmin much more extensible, and fit better...

enhancement
help wanted