aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/prefix_generation_test.rb
Commit message (Expand)AuthorAgeFilesLines
* test case to lock down the behavior of #7842Yves Senn2012-11-041-0/+5
* Use internal instance variable naming scheme for mounted URL helper proxiesSam Pohlenz2012-09-091-0/+11
* Fix handling SCRIPT_NAME from within mounted engine'sPiotr Sarnacki2012-08-111-18/+0
* Remove default match without specified methodJose and Yehuda2012-04-241-13/+13
* Override respond_to? since we are also overriding method_missing.José Valim2012-01-031-0/+7
* Make polymorphic_url calls go through application helpers again.thedarkone2011-07-251-0/+12
* Fix tests, main_app mounted helper must be defined explicitly now.Piotr Sarnacki2011-04-251-0/+1
* Allow mounting engines at '/'Piotr Sarnacki2010-09-301-16/+77
* Change app to main_app in mounted_helpersPiotr Sarnacki2010-09-081-3/+3
* Do not require passing :app to mounted helpers, it's actually useless and not...Piotr Sarnacki2010-09-081-1/+1
* Ensure that url_helpers included after application's ones have higher priorityPiotr Sarnacki2010-09-031-0/+15
* Add mounted_helpers to routesPiotr Sarnacki2010-09-031-14/+70
* Routes refactoring:Piotr Sarnacki2010-09-031-46/+71
* Use new url_for API instead of including routes.url_helpersPiotr Sarnacki2010-09-031-3/+2
* Added some more tests for url generation between Engine and ApplicationPiotr Sarnacki2010-09-031-10/+28
* Refactored tests for prefix generation and added test for url generation in r...Piotr Sarnacki2010-09-031-11/+32
* New way of generating urls for Application from Engine.Piotr Sarnacki2010-09-031-0/+1
* Allow to generate Application routes inside EnginePiotr Sarnacki2010-09-031-3/+22
* Use env['action_dispatch.routes'] to determine if we should generate prefix o...Piotr Sarnacki2010-09-031-0/+102