-
I'm seeing the following error when simply loading the library:
```
>> require 'rom'
=> true
>> require 'rom-yesql'
NoMethodError: undefined method `defines' for ROM::Yesql::Relation:Class
from /…
-
First of all, thank you for Weasel. It's excellent, useful, and highly readable even to a Clojure newb such as myself.
I've noticed that running the Weasel repl creates a new "out" directory in my pr…
-
This may not be a problem with the Luminus framework as such but there seems to be issues with Heroku deployment. I keep getting "SQLException No suitable driver found" (DriverManager.java:689). I cre…
peter updated
9 years ago
-
Something is causing lein to incorrectly merge my `:dev` profile from my `project.clj`. This is the squirreliest thing I've encountered yet. Observe:
I have the following profile configs set:
``` cl…
-
Hi,
I experienced the same problem as this user describes in his SO post:
http://stackoverflow.com/questions/26542672/in-clojure-how-do-i-configure-korma-and-ragtime-to-use-the-same-database?noredire…
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…
-
Hi,
Firstly I'm really glad to see you have taken it upon yourself to fill this gap in the Clojure/RDF ecosystem!
I must confess that I've not yet tried it, but I've been skimming the source code; a…
-
```
OS X 10.10.2 (14C109)
Emacs Version 24.4 (9.0)
CIDER 0.9.0snapshot (package: 20150223.2207) (Java 1.8.0_25, Clojure 1.7.0-alpha5, nREPL 0.2.6)
```
```
(ns scholar.fun
(:require [clojure.string …
-
Lein bootstrap, deps, test only run as root.
leing repl gets a Java run time exceptions.
ssh shows that OpenSSL is functioning.
```
David-Laxers-MacBook-Pro:leiningen-core davidlaxer$ sudo lein bo…
-
This happens in 0.3.7 and not 0.3.6. I assume this is related to this commit: https://github.com/weavejester/ragtime/commit/717360529f7af744d6c0e28fc4b601e82915e950
Any clue? Thanks!
```
$ cat migra…