caveman icon indicating copy to clipboard operation
caveman copied to clipboard

Lightweight web application framework for Common Lisp.

Results 47 caveman issues
Sort by recently updated
recently updated
newest added

Replace prove with rove for more feature complete testing framework. This patch also puts the ASDF test system definition into `skeleton.asd` so you can just run: ```lisp (ql:quickload :skeleton) (asdf:test-system...

Since https://github.com/fukamachi/rove aimed to be the successor of `prove`, can we consider to replace the unit test framework to use rove? ### Differences from `prove` (as listed in the rove...

How do you open your application to the LAN?

a simple sh script to hot deploy maybe we can replace env and server and port by script parameters passby

In Caveman2, there seems to be no way to retrieve the http referer from the request. Is there a way to do it? Thanks!

Hi! Please tell me whether can use MongoDB as database? If yes, then how to configure.

Hi I think it would be very nice to have a tutorial based on some simple reference application (kind of a JavaEE [Pet Store](http://www.oracle.com/technetwork/java/index-136650.html)) that would demonstrate main Caveman functionality...

Hello @fukamachi, I am currently looking at caveman2 as my toolkit for writting web applications in CL. Is there a current roadmap you have in mind? And if so, where...

It looks like SQL connections are kept open when using a `dbi-store` for session data storage. This might be related to #98, maybe? Steps to reproduce: 1. Set up a...

I'm trying to use SQLite with the `Using session` example. Since at first I was getting a "table does not exist" error, I created a `sessions` table on my own:...