aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/prefix_generation_test.rb
Commit message (Expand)AuthorAgeFilesLines
* url -> URL where apt inside actionpack/Sharang Dashputre2019-04-011-5/+5
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-1/+1
* [Action Pack] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Prepare AP and AR to be frozen string friendlyKir Shatrov2017-07-061-1/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Use ActionDispatch::IntegrationTest http helper methodsAndrew White2017-01-181-45/+41
* Add three new rubocop rulesRafael Mendonça França2016-08-161-3/+3
* modernizes hash syntax in actionpackXavier Noria2016-08-061-60/+60
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-4/+4
* fix typoRajat Bansal2016-06-011-5/+5
* Stop using deprecated `render :text` in testPrem Sichanugrist2015-07-171-12/+12
* call the routes method on enginesAaron Patterson2014-08-051-74/+37
* a rails application should be an engine subclassAaron Patterson2014-08-051-1/+1
* no reason to lazily instantiate the routesAaron Patterson2014-08-051-45/+42
* just assign the instance variables on the testAaron Patterson2014-08-051-7/+3
* Rails-ish apps should descend from Rails::RailtieAaron Patterson2014-07-161-1/+2
* this class is a model, so it should act like oneAaron Patterson2014-05-121-0/+3
* Allow engine root relative redirects using an empty string.Andrew White2014-01-011-41/+111
* Respect `SCRIPT_NAME` when using `redirect` with a relative pathAndrew White2013-10-101-0/+100
* 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