rails/actionpack/lib
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
..
abstract_controller Avoid leak into controller's action_methods 2013-04-18 20:03:31 +04:00
action_controller Fix generating route from engine to other engine 2013-05-03 18:15:40 +02:00
action_dispatch Merge pull request #10426 from tkrajcar/rescue-h1-fix 2013-05-02 12:09:15 -07:00
action_pack rails/master is now 4.1.0.beta 2013-04-29 13:15:24 -03:00
action_view Merge branch 'master' of github.com:lifo/docrails 2013-05-01 16:24:13 +05:30
abstract_controller.rb load active_support/core_ext/module/delegation in active_support/rails 2012-08-02 21:59:23 +02:00
action_controller.rb extract PerformanceTest into rails-performance_tests gem 2013-01-10 17:09:06 +01:00
action_dispatch.rb Remove extra whitespace 2013-04-06 00:54:44 +03:00
action_pack.rb Updated copyright notices for 2013 2012-12-31 20:35:29 +00:00
action_view.rb Updated copyright notices for 2013 2012-12-31 20:35:29 +00:00