fukamachi / caveman

Lightweight web application framework for Common Lisp.
http://8arrow.org/caveman/
775 stars 63 forks source link

Add flash messages functionality #75

Closed blasut closed 5 years ago

blasut commented 8 years ago

Flash messages are used when you need information to persist after an action as an redirect. Write or read mode is decided by if a pass a parameter to the function or call it without parameters. The function is defined in src/web.lisp. The flash function is based on the functionality in Rails.

fukamachi commented 8 years ago

Looks great. However, I think it would be better to be defined in helper.lisp, not in skeleton/ since it's too simple and small utility. Will you rewrite the patch (or will I)?

blasut commented 8 years ago

If the patch can wait for some time, then I can do it. If you feel like changing it, it would be appreciated

Not a lot of time right now.

fukamachi commented 8 years ago

Sure, I can wait. 2015年12月16日(水) 18:51 blasut notifications@github.com:

If the patch can wait for some time, then I can do it. If you feel like changing it, it would be appreciated

Not a lot of time right now.

— Reply to this email directly or view it on GitHub https://github.com/fukamachi/caveman/pull/75#issuecomment-165051080.