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 was archived by the owner on Dec 7, 2018. It is now read-only.
I am not sure what is the level of compatibility your are aiming for with reel-rack though.
For now I am doing my testing with:
classFixReeldefinitialize(next_app)@next_app=next_appenddefcall(env)env['SERVER_NAME'],env['SERVER_PORT']=env['HTTP_HOST'].split(':')@next_app.call(env)endenduseFixReel# run xxx
that's definitely not production code for now it is enough for my tests.
It looks like some keys are missing, I found at least these:
SERVER_NAME
SERVER_PORT
I noticed because I use URLMap and it does some checks before routing any request which failed in my case xD
Here is the code:
I am not sure what is the level of compatibility your are aiming for with reel-rack though.
For now I am doing my testing with:
that's definitely not production code for now it is enough for my tests.