aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/routing/custom_url_helpers_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Reuse the Parameters#to_h check in the routing helpersRafael Mendonça França2017-04-181-4/+4
* Add support for calling nested direct routes (#28462)Andrew White2017-03-171-8/+28
* Clarify use of params in `direct`Andrew White2017-02-221-0/+14
* Split direct method into twoAndrew White2017-02-211-0/+291
* Add custom polymorphic mappingAndrew White2017-02-211-145/+0
* Add test for calling a url helper in Mapper#directAndrew White2017-02-211-0/+7
* Only accept symbols and strings for Mapper#directAndrew White2017-02-211-0/+17
* Rename url_helper to directAndrew White2017-02-211-12/+12
* Add support for defining custom url helpers in routes.rbAndrew White2017-02-211-0/+121