aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/routing
Commit message (Expand)AuthorAgeFilesLines
* url -> URL where apt inside actionpack/Sharang Dashputre2019-04-011-3/+3
* Support testing of non-ActionDispatch-routed apps.Darren Cheng2019-02-051-0/+27
* Revert "Merge pull request #33970 from rails/eager-url-helpers"schneems2018-10-031-5/+5
* Merge branch 'master' into eager-url-helpersAaron Patterson2018-09-261-2/+2
|\
| * Change the empty block style to have space inside of the blockRafael Mendonça França2018-09-251-2/+2
* | Eagerly build the routing helper module after routes are committedAaron Patterson2018-09-251-5/+5
|/
* Rails guides are now served over httpsPaul McMahon2018-07-241-5/+5
* Fix routing inspector tests broken in https://github.com/rails/rails/commit/6...Kasper Timm Hansen2018-03-131-14/+15
* Introduce `ActionDispatch::Routing::ConsoleFormatter::Base`bogdanvlviv2018-03-131-11/+11
* Draw line of a route name to the end of row console on `rails routes --expanded`bogdanvlviv2018-03-051-5/+10
* Add --expanded option to "rails routes"Benoit Tigeot2018-02-281-2/+66
* Use frozen string literal in actionpack/Kir Shatrov2017-07-295-0/+10
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-025-5/+0
* Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-025-0/+5
|\
| * Enforce frozen string in RubocopKir Shatrov2017-07-015-0/+5
* | Properly register "custom" URL helpers as named helpers.Wilson Bilkovich2017-06-301-0/+6
|/
* Fix missing formats in route-set URLsJonathan del Strother2017-06-231-0/+9
* 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-35/+75
* Removed `model_name` method to prevent warningAndrew White2017-02-211-0/+1
* Support mapping of non-model classesAndrew White2017-02-211-0/+23
* Raise an error if `direct` is inside a scope blockAndrew White2017-02-211-0/+12
* Add custom polymorphic mappingAndrew White2017-02-211-1/+71
* 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
* stop using removed `render :text`yuuji.yaginuma2016-12-031-1/+1
* Add three new rubocop rulesRafael Mendonça França2016-08-161-2/+2
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-071-1/+0
* applies remaining conventions across the projectXavier Noria2016-08-062-3/+1
* modernizes hash syntax in actionpackXavier Noria2016-08-062-13/+13
* applies new string literal convention in actionpack/testXavier Noria2016-08-064-84/+84
* More Action Pack `abstract_unit` cleanup (#25211)Jon Moss2016-05-311-0/+2
* Merge pull request #23103 from rails/refactor-handling-of-action-defaultJeremy Daer2016-04-241-1/+1
|\
| * Refactor handling of :action default in routingAndrew White2016-02-161-1/+1
* | [ci skip] Use rails routes instead of rake routes in inspector test descriptionAbhishek Jain2016-03-021-9/+9
* | Deprecate :controller and :action path parametersAndrew White2016-03-011-4/+12
* | Add `internal` attribute to routesJon Moss2016-02-221-0/+23
|/
* Add options for rake routes taskVipul A M2016-02-021-7/+27
* Better error message when running `rake routes` with CONTROLLER arg:Edouard CHIN2016-01-071-0/+38
* Remove skipped JRuby tests that are passing on 9.0.3.0.Guo Xiang Tan2015-10-271-2/+0
* Change `Journey::Route#verb` to return string instead of regexp.yui-knk2015-10-031-0/+11
* Merge pull request #19788 from cmdrclueless/actionpack_http_url_ipv6Rafael Mendonça França2015-09-011-0/+45
|\
| * Fix broken IPv6 addresses handlingBrian Weaver2015-04-161-0/+45
* | Get rid of mocha tests - part 2Marcin Olichwirowicz2015-08-251-9/+0
* | Skip a few failing tests on JRuby with the attached ticketsRobin Dupret2015-07-171-0/+2
* | Prefer assert_not over refuteRafael Mendonça França2015-05-181-1/+1