You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 7, 2018. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: