Re: Pedestal introduction question

2013-07-05 Thread Ryan Neufeld
Thanks, I made the update in the doc repo [1]. I'm not sure why your message took so long to drop into my non-registered email queue. I only saw an email about it late this morning. Anyways, I'll get this pushed to pedestal.io ASAP. In the future you can submit an issue or pull request to the p

Re: Pedestal introduction question

2013-07-04 Thread Greg
Thanks! Yeah it's probably just a mistake in the docs. -- Please do not email me anything that you are not comfortable also sharing with the NSA. On Jul 4, 2013, at 10:08 AM, gianluca torta wrote: > right, sorry! > > I found the double role of "template" in this sample file on the pedestal >

Re: Pedestal introduction question

2013-07-04 Thread gianluca torta
right, sorry! I found the double role of "template" in this sample file on the pedestal repo: https://github.com/pedestal/samples/blob/master/chat/chat-client/app/src/chat_client/web/rendering.cljs maybe the doc you originally refer to is inspired by this, but something got lost in the doc -Gian

Re: Pedestal introduction question

2013-07-04 Thread Greg
Where did you see the first :require? I can't find it in the code sample. > one deriving from: > (:require ... > [io.pedestal.app.render.push.templates :as templates] > ...) Thanks, Greg -- Sent from my mobile device. Please do not email me anything that you are not comfortable also

Re: Pedestal introduction question

2013-07-04 Thread gianluca torta
Hi, I am pretty new to clojure and trying to learn a lot from this great list anyway, looking at the code you point to, it seems that the name "templates" has two roles: - one deriving from: (:require ... [io.pedestal.app.render.push.templates :as templates] ...) - one deriv

Pedestal introduction question

2013-07-03 Thread Greg
I know there's a pedestal-users mailing list, and I sent my question to it, but for whatever reason it hasn't shown up there (perhaps it's still in the moderation queue?). Hopefully someone here might be able to help. On this page: http://pedestal.io/documentation/application-introduction/ Ther