mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
9a4268db99
A regression was introduced in 5b3bb6, generating route from within an engine to an another engine resulted in prefixing a path with the SCRIPT_NAME value. The regression was caused by the fact that SCRIPT_NAME should be appended only if it's the SCRIPT_NAME for the application, not if it's SCRIPT_NAME from the current engine. closes #10409 |
||
---|---|---|
.. | ||
engine_test.rb | ||
generators_test.rb | ||
mounted_engine_test.rb | ||
railtie_test.rb |