aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/url_generation_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge pull request #33970 from rails/eager-url-helpers"schneems2018-10-031-5/+4
* Eagerly build the routing helper module after routes are committedAaron Patterson2018-09-251-4/+5
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+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
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-1/+0
* modernizes hash syntax in actionpackXavier Noria2016-08-061-3/+3
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-8/+8
* In url_for, never append ? when the query string is empty anyway.Paul Grayson2015-10-291-0/+7
* Stop using deprecated `render :text` in testPrem Sichanugrist2015-07-171-1/+1
* Consistent usage of spaces in hashes across our codebaseRafael Mendonça França2015-01-291-1/+1
* Switch to kwargs in ActionController::TestCase and ActionDispatch::IntegrationKir Shatrov2015-01-291-2/+2
* always test against a routed rack app so there are always url_helpersAaron Patterson2014-07-071-1/+3
* Merge pull request #14986 from dlangevin/trailing-slash-url-generationRafael Mendonça França2014-05-241-0/+18
|\
| * Fixes URL generation with trailing_slash: trueDan Langevin2014-05-221-0/+18
* | Always use the provided port for protocol relative urlsAndrew White2014-05-111-0/+12
|/
* Spelling and Grammar check [ci skip]Akshay Vishnoi2013-12-161-1/+1
* Refactor ActionDispatch::Http::URL.build_host_urlAndrew White2013-04-181-0/+41
* Fix improperly configured host in generated urlsschneems2013-03-191-0/+8
* Add passing tests for generating URLs with nested SCRIPT_NAMEsJeremy Kemper2012-05-071-3/+12
* Remove default match without specified methodJose and Yehuda2012-04-241-1/+1
* Extended url_for to handle specifying which router should be used.Piotr Sarnacki2010-09-031-0/+1
* Get rid of :skip_prefix options in routesPiotr Sarnacki2010-09-031-1/+1
* Unify routes naming by renaming router to routesPiotr Sarnacki2010-07-021-8/+8
* Swear I ran this testJeremy Kemper2010-03-151-1/+1
* Integration test url options should account for :protocol not just https?Jeremy Kemper2010-03-151-1/+6
* Remove the ability to set the mountpoint when initializing a route set.Carl Lerche2010-03-041-24/+4
* Tweak out url_for uses :script_name and add some testsCarl Lerche2010-03-041-0/+58