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
Apache, Unicorn, nGinX, Webrick, Mongrel2 AND the myriad of Rack adapters don't really agree on the way the request URI should be split and which ENV variable drives it. It leads to much frustration as rules seem to stop working when switching web servers or adapters (read dev vs. prod).
A simple "Heads up!" in the README pointing to these issues (and the involvement of RACK_RELATIVE_URL_ROOT or RAILS_RELATIVE_URL_ROOT) will help a lot of people dealing with this.
The text was updated successfully, but these errors were encountered:
Apache, Unicorn, nGinX, Webrick, Mongrel2 AND the myriad of Rack adapters don't really agree on the way the request URI should be split and which
ENV
variable drives it. It leads to much frustration as rules seem to stop working when switching web servers or adapters (read dev vs. prod).A simple "Heads up!" in the
README
pointing to these issues (and the involvement ofRACK_RELATIVE_URL_ROOT
orRAILS_RELATIVE_URL_ROOT
) will help a lot of people dealing with this.The text was updated successfully, but these errors were encountered: