aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/prefix_generation_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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