mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
bcfbd8ba21
When generating the url for a mounted engine through its proxy, the path should be the sum of three parts:
1. Any `SCRIPT_NAME` request header or the value of `ActionDispatch::Routing::RouteSet#relative_url_root`.
2. A prefix (the engine's mounted path).
3. The path of the named route inside the engine.
Since commit
|
||
---|---|---|
.. | ||
engine_test.rb | ||
generators_test.rb | ||
mounted_engine_test.rb | ||
railtie_test.rb |