http://reval-mocchi.rhcloud.com

Clojure

duct tips

詰まったところメモ postしたparamsが取得できない wrap-defaultsのパラメータでmultipart trueにする。 cljsが読み込めない 古いバージョンだとdev/src/cljs/user.cljsでrequireを定義する。 現在のバージョンだとmainとなるcljsでrequireを定義する

ClojureとMavenとOpenShift

OpenShiftでClojureを動かそうとしていた時に,起きた問題. ; ほぼほぼ同じ構成の別アプリケーションでは動いていたのに,動かなくなったので原因を追究したいがわからなかった... Could not transfer artifact lein-ring:lein-ring:pom:0.8.13 from/to …

LuminusでCookieを扱った際に起きたバグ

responseの:cookiesの中にある:valueでnilがあると例外が起きる. {:status 200, :headers {"Content-Type" "text/html; charset=utf-8"}, :body "response", :session {:key "value"}, :cookies {"app-session-id" {:value nil}}} option:enable title:resp…