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 Mar 19, 2025. It is now read-only.
when mounting a stack in another stack the PATH_INFO variable in the rack environment does not get updated for the mounted stack if you stay in the same mounted stack during subsequent requests.
every request for the mounted stack gets routed to the first action you accessed.
when mounting a stack in another stack the PATH_INFO variable in the rack environment does not get updated for the mounted stack if you stay in the same mounted stack during subsequent requests.
every request for the mounted stack gets routed to the first action you accessed.