Fork me on GitHub
#luminus
<
2016-05-08
>
thug.nasty03:05:09

@yogthos: can I drop in compojure-api as a replacement for compojure in a luminus project?

thug.nasty03:05:24

what I tried tells me know, but you would know better

thug.nasty04:05:28

tells me no*

thug.nasty04:05:40

it looks like there is some request validation being done too during coercion

yogthos04:05:52

@thug.nasty: you can use compojure-api together with compojure

yogthos04:05:45

I usually use compojure for serving things like pages and static assets, and compojure-api for any service operations

thug.nasty04:05:23

I’m not sure where my project falls, but I just want to create a submission form.

thug.nasty04:05:31

So, I started a luminus project with H2

thug.nasty04:05:06

however, I need some of the form params to be integers.

thug.nasty04:05:13

That is the only hangup, at this point.

thug.nasty04:05:34

I’m tempted to just write something to transform the string numbers to actual numbers