Groups
Conversations
All groups and messages
Send feedback to Google
Help
Sign in
Groups
Compojure
Conversations
About
Compojure
Contact owners and managers
1–30 of 564
Mark all as read
Report abusive group
0 selected
Andros Fenollosa
,
James Reeves
5
4/29/20
Problem in production when removing wrap-reload
Thank you and thank you! I was going crazy and I didn't know what to do anymore. My gratitude is
unread,
Problem in production when removing wrap-reload
Thank you and thank you! I was going crazy and I didn't know what to do anymore. My gratitude is
4/29/20
John Gabriele
,
James Reeves
6
2/2/17
Exception when trying to deploy as a jar (jetty)
Ah. Thanks! I see what you mean. Also, I found it instructive to change my project's dependencies
unread,
Exception when trying to deploy as a jar (jetty)
Ah. Thanks! I see what you mean. Also, I found it instructive to change my project's dependencies
2/2/17
Karolis Labrencis
,
James Reeves
2
8/20/16
Applying different middleware for routes
It's important to first understand that some middleware is side-effectful, because it consumes
unread,
Applying different middleware for routes
It's important to first understand that some middleware is side-effectful, because it consumes
8/20/16
Egon Steiner
, …
Cedric Roussel
7
8/20/15
Part of function fails silently
Thanks, I think I get it now and my function now works as I expected it. Am Donnerstag, 20. August
unread,
Part of function fails silently
Thanks, I think I get it now and my function now works as I expected it. Am Donnerstag, 20. August
8/20/15
Lawrence Krubner
,
James Reeves
2
6/16/15
No implementation of method: :render of protocol: #'compojure.response/Renderable found for class: clojure.lang.PersistentVector
On 16 June 2015 at 05:37, Lawrence Krubner <lawr...@rollioforce.com> wrote: My question is the
unread,
No implementation of method: :render of protocol: #'compojure.response/Renderable found for class: clojure.lang.PersistentVector
On 16 June 2015 at 05:37, Lawrence Krubner <lawr...@rollioforce.com> wrote: My question is the
6/16/15
Lawrence Krubner
,
James Reeves
13
6/16/15
I get 404 no matter how I arrange these routes
Thank you for that. I examined this bit of code: https://github.com/weavejester/compojure/blob/
unread,
I get 404 no matter how I arrange these routes
Thank you for that. I examined this bit of code: https://github.com/weavejester/compojure/blob/
6/16/15
JPatrick Davenport
,
James Reeves
4
5/21/15
Smart Views: Thoughts from the Community
If I were writing it, I'd first start by creating a protocol of all the database functions I'
unread,
Smart Views: Thoughts from the Community
If I were writing it, I'd first start by creating a protocol of all the database functions I'
5/21/15
Vaso Vukotic
,
James Reeves
2
3/6/15
Compojure Destructuring and Datomic lookup
First of all, you're using "def" wrong. "def" defines a top-level var in the
unread,
Compojure Destructuring and Datomic lookup
First of all, you're using "def" wrong. "def" defines a top-level var in the
3/6/15
George Tasso
, …
Jeff Bowman
3
12/29/14
loop
Works in the repl (ie lein repl, then your code), but prn doesn't return a value and doseq
unread,
loop
Works in the repl (ie lein repl, then your code), but prn doesn't return a value and doseq
12/29/14
Aravindh S
,
James Reeves
8
12/10/14
Somebody explain me the following order of calls in compojure
No, the handler is only called once per request, at least for the code you've written. - James On
unread,
Somebody explain me the following order of calls in compojure
No, the handler is only called once per request, at least for the code you've written. - James On
12/10/14
James Reeves
,
Colin Yates
2
12/5/14
[ANN] Compojure 1.3.0
Great news. And thanks James for compojure (and other libs), without it, I wonder if Clojure would be
unread,
[ANN] Compojure 1.3.0
Great news. And thanks James for compojure (and other libs), without it, I wonder if Clojure would be
12/5/14
James Reeves
10/1/14
[ANN] Compojure 1.2.0
Compojure 1.2.0 has been released, marking the first new minor version in quite some time. There aren
unread,
[ANN] Compojure 1.2.0
Compojure 1.2.0 has been released, marking the first new minor version in quite some time. There aren
10/1/14
Francis Hitchens
,
James Reeves
6
9/15/14
HTTP responses without content-type sometimes returned as Clojure HashMap
Ha, got it. I had a (for [[env host] (get-hosts) :while (= env e) ] (do (log env) (post-to host)))
unread,
HTTP responses without content-type sometimes returned as Clojure HashMap
Ha, got it. I had a (for [[env host] (get-hosts) :while (= env e) ] (do (log env) (post-to host)))
9/15/14
Miljan Milovanovic
,
James Reeves
4
9/9/14
Parsing search results from rottentomatoes
I'm not sure quite how to say this, but the code you have written is extremely difficult to read,
unread,
Parsing search results from rottentomatoes
I'm not sure quite how to say this, but the code you have written is extremely difficult to read,
9/9/14
Oliver Mooney
,
James Reeves
6
8/27/14
Trying to understand ordering of routes
Yes, it cleans artifacts from previous builds, including class files in the target directory. Clojure
unread,
Trying to understand ordering of routes
Yes, it cleans artifacts from previous builds, including class files in the target directory. Clojure
8/27/14
Jonathon McKitrick
,
James Reeves
5
8/8/14
Nesting site/api routes with Friend
Odd that wasn't working before (wrapping each handler separately) but it is now. Thanks! On
unread,
Nesting site/api routes with Friend
Odd that wasn't working before (wrapping each handler separately) but it is now. Thanks! On
8/8/14
larry google groups
,
James Reeves
2
7/14/14
Can a reverse-proxy be setup such that internal routes do not need to adjust to the outer servers URLs?
A lot of reverse proxies don't alter the body of the response, as that's a strategy
unread,
Can a reverse-proxy be setup such that internal routes do not need to adjust to the outer servers URLs?
A lot of reverse proxies don't alter the body of the response, as that's a strategy
7/14/14
larry google groups
,
James Reeves
7
7/13/14
Jetty response does not match any Compojure route
Ah, I finally figured out what the problem was. I was thrashing about for several hours, trying to
unread,
Jetty response does not match any Compojure route
Ah, I finally figured out what the problem was. I was thrashing about for several hours, trying to
7/13/14
Thao
,
James Reeves
7
4/14/14
compojure/ring unable to slurp static file when compressed under .war
I've got it working now. Sorry for the trouble!! and thanks alot.
unread,
compojure/ring unable to slurp static file when compressed under .war
I've got it working now. Sorry for the trouble!! and thanks alot.
4/14/14
Adam Perry-Pelletier
4/8/14
Compojure Foundation example project
Does anybody have a trivial sample project show how to integrate Clojure/Compojure app with
unread,
Compojure Foundation example project
Does anybody have a trivial sample project show how to integrate Clojure/Compojure app with
4/8/14
kurofune
, …
James Reeves
13
4/7/14
deploying to heroku with compujure/ring/uberjar, baffled
I redid the db using Korma, redeployed it and it suddenly worked! I still have no idea what the
unread,
deploying to heroku with compujure/ring/uberjar, baffled
I redid the db using Korma, redeployed it and it suddenly worked! I still have no idea what the
4/7/14
Ivan Schuetz
,
James Reeves
2
4/7/14
java.lang.IllegalArgumentException: Key must be integer because of return value?
A Ring handler takes in a request map, and returns a response map. Compojure routes are essentially
unread,
java.lang.IllegalArgumentException: Key must be integer because of return value?
A Ring handler takes in a request map, and returns a response map. Compojure routes are essentially
4/7/14
Vineet Naik
,
James Reeves
3
3/7/14
Malformed form-params upon submitting a form with empty (text input) fields
Oh! That clears up everything. Thanks for the quick reply. On Saturday, 8 March 2014 00:29:59 UTC+5:
unread,
Malformed form-params upon submitting a form with empty (text input) fields
Oh! That clears up everything. Thanks for the quick reply. On Saturday, 8 March 2014 00:29:59 UTC+5:
3/7/14
actioncao
,
James Reeves
3
3/2/14
Read the POST raw data of a request, but finds it empty.
Tinks! 在 2014年3月2日星期日UTC+8下午7时43分32秒,James Reeves写道: You're using the syntax to look for a form
unread,
Read the POST raw data of a request, but finds it empty.
Tinks! 在 2014年3月2日星期日UTC+8下午7时43分32秒,James Reeves写道: You're using the syntax to look for a form
3/2/14
Wei Hsu
,
James Reeves
4
3/1/14
problem catching exceptions
Yes, the one time to might want to catch any Throwable is for logging purposes, or to hide the
unread,
problem catching exceptions
Yes, the one time to might want to catch any Throwable is for logging purposes, or to hide the
3/1/14
Aaron Bedra
, …
Wei Hsu
5
2/27/14
Catching exceptions
I just implemented similar error-handling recently and am having trouble getting it to work. Made a
unread,
Catching exceptions
I just implemented similar error-handling recently and am having trouble getting it to work. Made a
2/27/14
Jesse Diaz
, …
Jesse Diaz
7
2/26/14
Applying math functions to user input via text-area with hiccup and compojure POST method in defroutes
Thanks James, Your explanation about dynamic development was very thorough and clear. I understand
unread,
Applying math functions to user input via text-area with hiccup and compojure POST method in defroutes
Thanks James, Your explanation about dynamic development was very thorough and clear. I understand
2/26/14
Colin Yates
, …
James Reeves
6
2/13/14
Upgrading to 1.1.6 from 1.1.5 results in HttpServletRequest not found
Thanks both. James - would you mind documenting this on your front page as this was a stumbling block
unread,
Upgrading to 1.1.6 from 1.1.5 results in HttpServletRequest not found
Thanks both. James - would you mind documenting this on your front page as this was a stumbling block
2/13/14
Robert Rees
,
James Reeves
2
1/5/14
Uberwar dependency issue
Hi Robert, Sorry for the delayed response. This should be now fixed in Lein-Ring 0.8.10. - James On
unread,
Uberwar dependency issue
Hi Robert, Sorry for the delayed response. This should be now fixed in Lein-Ring 0.8.10. - James On
1/5/14
Chris Dale
,
James Reeves
7
12/29/13
compojure.handler behavior for redundant parameters
On 29 December 2013 18:56, Chris Dale <adventureon...@gmail.com> wrote: Well, it looks
unread,
compojure.handler behavior for redundant parameters
On 29 December 2013 18:56, Chris Dale <adventureon...@gmail.com> wrote: Well, it looks
12/29/13