celluloid / reel

UNMAINTAINED: See celluloid/celluloid#779 - Celluloid::IO-powered web server
https://celluloid.io
MIT License
596 stars 87 forks source link

Running in backported mode #234

Open garytaylor opened 7 years ago

garytaylor commented 7 years ago

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