eudoxia0 / lucerne

A web framework for Common Lisp, built on Clack
http://borretti.me/lucerne/
142 stars 19 forks source link

Any contribs you suggest to contribute? #11

Closed ghost closed 9 years ago

ghost commented 9 years ago

Any contribs you suggest to contribute? Like a db contrib using Crane?

eudoxia0 commented 9 years ago

I don't think there should be contribs for ORMs, those should be set up separately, in the interest of keeping this a micro framework.

One thing I'd like to do, but probably won't, since I don't have the time right now, is expand the lucerne-auth contrib and remake it along the lines of flask-auth, which is a pretty well designed auth framework.

ghost commented 9 years ago

hmm... I see.

gschjetne commented 9 years ago

I was thinking something on the line of error handling. A middleware that handles signals and shows an appropriate error page, I already do something similar on my own with a Ningle app.

eudoxia0 commented 9 years ago

https://github.com/eudoxia0/clack-errors is included by default