1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/test/railties
Piotr Sarnacki 9a4268db99 Fix generating route from engine to other engine
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
2013-05-03 18:15:40 +02:00
..
engine_test.rb Removing Railtie::Configurable from the base Railtie object and making 2013-04-29 13:06:29 -04:00
generators_test.rb Use secure source for rubygems in engine tests 2013-04-18 09:18:51 +05:30
mounted_engine_test.rb Fix generating route from engine to other engine 2013-05-03 18:15:40 +02:00
railtie_test.rb Removing Railtie::Configurable from the base Railtie object and making 2013-04-29 13:06:29 -04:00