Hi,
I keep trying to use reel and reel-rack to power my rails app as I want to experiment with some async stuff, but I always struggle to get off the starting line.
When I run reel, it issues a warning which I have seen before complaining about backported mode and when I try to get rid of it by requiring "celluloid/current" - then the supervise call in the "plain ruby" example complains about the wrong number of arguments and after looking into celluloid, it appears that supervision has changed quite significantly.
When I tried to run reel-rack I couldnt even start a basic app out of the box :-(
Can someone please give me some pointers ? I would like to get a "Hello World" rack app running, then I can take it from there to get my existing rails app integrated
Hi, I keep trying to use reel and reel-rack to power my rails app as I want to experiment with some async stuff, but I always struggle to get off the starting line.
When I run reel, it issues a warning which I have seen before complaining about backported mode and when I try to get rid of it by requiring "celluloid/current" - then the supervise call in the "plain ruby" example complains about the wrong number of arguments and after looking into celluloid, it appears that supervision has changed quite significantly.
When I tried to run reel-rack I couldnt even start a basic app out of the box :-(
Can someone please give me some pointers ? I would like to get a "Hello World" rack app running, then I can take it from there to get my existing rails app integrated
Many thanks
Gary