[ClojureScript] Clojurescript + rails on heroku

2014-04-11 Thread Yehonathan Sharvit
What is the best way to deploy my clojurescript + rails app on heroku? My app is detected as a rails app by heroku and therefore Lein is not available at deploy time to compile my cljs files.  -- Note that posts from new members are moderated - please be patient with your first post. --- You

[ClojureScript] Re: Clojurescript + rails on heroku

2014-04-11 Thread Alex Vzorov
On Friday, April 11, 2014 7:05:32 PM UTC+5:45, Yehonathan Sharvit wrote: What is the best way to deploy my clojurescript + rails app on heroku? My app is detected as a rails app by heroku and therefore Lein is not available at deploy time to compile my cljs files.  You may check-in

[ClojureScript] Strange ideas for tooling

2014-04-11 Thread Gary Trakhman
I'm curious if anyone's given any thought to this. I think we should consider blurring the lines between client and server at a source-level. Half-baked ideas: Compiler enforced 'ABI' for server calls. Tooling to jump across couplings, ie treating the XHR-Compojure boundary like a simple

Re: [ClojureScript] Tao, two-way data binding between edn and browser history (with Om in mind)

2014-04-11 Thread David Nolen
Neat! Looking forward to playing around with it. On Fri, Apr 11, 2014 at 6:28 PM, Dylan Butman dbut...@gmail.com wrote: Wrote a very small library on top of secretary that allows for two way data binding between edn (think application-state) and browser history.

[ClojureScript] Re: Tao, two-way data binding between edn and browser history (with Om in mind)

2014-04-11 Thread Mike Haney
Interesting. Very interesting. (taps fingers together and laughs maniacally). Something like this is working its way up my to-do list, so I look forward to checking it out. -- Note that posts from new members are moderated - please be patient with your first post. --- You received this