-
I sometimes get an exception when hitting `Ctrl-C` after `lein run`. Happened in two different projects just now, but I can't reproduce it consistently. Perhaps you can make sense of the stacktrace.
…
-
In the Luminus template, two handler test examples are included, at the generated file `my_luminus_project/test/my_luminus_project/test/handler.clj` and both use `:get` requests.
It would be useful…
-
Hi, like the title says I cannot get enlive template reloading running. I provided a small example here: https://github.com/sveri/enlive_http_kit
I created that project with luminus: lein new luminus…
sveri updated
9 years ago
-
I've recently started a new project (Luminus based, nothing added) and added ragtime `0.3.7` to perform migrations. This worked (past tense see later) locally as expected however when I deploy to Her…
-
Tried this on Chrome, Firefox and Safari.
1. Created a new project from template 2.9.8:
```
% lein new luminus lumitest +cljs
% cd lumitest
% lein run
% lein figwheel
```
2. …
-
I am new to Clojure/Leiningen. I started off to write a small webapp with luminus. I create a project and then simply started the ring server with lein but received above mentioned error. I am really …
-
After cloning the repository, I executed:
```
$ lein ring server
```
But I got this error:
> Exception in thread "main" java.io.FileNotFoundException: Could not locate ring/adapter/jetty__init.clas…
-
Create new project and run:
lein new luminus ti +cljs +mongodb
cd ./ti
lein run
```
Exception in thread "main" java.io.FileNotFoundException: Could not locate ti/db/migrations__init.class or ti/db/m…
-
I'm having trouble getting 'lein ring uberwar' to create a file that will work in either Jetty or Tomcat.
Reproducible steps:
`lein new luminus test +swagger`
Go into test directory
`lein ring serve…
-
this my repl output:
Clojure 1.7.0
markdown-clj "0.9.82"
Java HotSpot(TM) Client VM 1.8.0_20-b26
``````
nREPL server started on port 5675 on host 127.0.0.1 - nrepl://127.0.0.1:5675
REPL-y 0.3.7, nR…