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
I had to switch away from testing Tipi for a while, but started to look at the rack_server examples in more detail this weekend.
The basic example using hello.ru as the config file works without issue (Invoked via bundle exec ruby ./rack_server ./hello.ru)
The Cuba example, again running rack_server.rb but with cuba.ru as the config file runs, but routing doesn't seem work. I didn't check the hanami_api.ru example, as I'd already tried some quick tests to see if other simple rack apps (sinatra, roda) had the same issue, which they did.
Could you take a quick look? Not at all sure what the cause is.
The text was updated successfully, but these errors were encountered:
Thanks for reporting this. Please note that the most of the Rack adapter code (i.e. dealing with the Rack env) has been moved to https://github.com/digital-fabric/qeweney. See also #4.
I had to switch away from testing Tipi for a while, but started to look at the rack_server examples in more detail this weekend.
The basic example using
hello.ru
as the config file works without issue (Invoked viabundle exec ruby ./rack_server ./hello.ru
)The Cuba example, again running
rack_server.rb
but withcuba.ru
as the config file runs, but routing doesn't seem work. I didn't check the hanami_api.ru example, as I'd already tried some quick tests to see if other simple rack apps (sinatra, roda) had the same issue, which they did.Could you take a quick look? Not at all sure what the cause is.
The text was updated successfully, but these errors were encountered: