aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/routing_test.rb
Commit message (Expand)AuthorAgeFilesLines
* `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-051-1/+1
* "Use assert_nil if expecting nil. This will fail in minitest 6."Akira Matsuda2016-12-251-1/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-6/+6
* Remove deprecated support for passing `:path` and route path as stings in `Ac...Rafael Mendonça França2016-10-101-4/+1
* Remove deprecated support passing path as `nil` in `ActionDispatch::Routing::...Rafael Mendonça França2016-10-101-3/+1
* Show an "unmatched constraints" error for mismatching and present paramsChris Carter2016-10-031-6/+9
* rename test method to avoid overridingyuuji.yaginuma2016-09-031-1/+1
* fixes remaining RuboCop issues [Vipul A M, Xavier Noria]Xavier Noria2016-09-011-4/+4
* Fix nested multiple rootsRyo Hashimoto2016-08-291-0/+42
* Push :defaults extraction down one levelRafael Mendonça França2016-08-171-0/+18
* Add three new rubocop rulesRafael Mendonça França2016-08-161-26/+26
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-3/+3
* modernizes hash syntax in actionpackXavier Noria2016-08-061-408/+408
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-1627/+1627
* Merge pull request #25913 from chrisarcand/fix-keyed-defaults-with-rootRafael Mendonça França2016-07-271-0/+18
|\
| * Fix 'defaults' option for root routeChris Arcand2016-07-211-0/+18
|/
* Check `request.path_parameters` encoding at the point they're setGrey Baker2016-07-141-9/+15
* Deprecate usage of nil as route pathVolmer2016-07-051-0/+7
* Prevent `{ internal: true }` from being stored in the routerJon Moss2016-06-071-0/+30
* Merge pull request #23103 from rails/refactor-handling-of-action-defaultJeremy Daer2016-04-241-11/+51
|\
| * Refactor handling of :action default in routingAndrew White2016-02-161-11/+51
* | Deprecate :controller and :action path parametersAndrew White2016-03-011-21/+59
|/
* Fix marking of custom routes for JourneyAndrew White2016-01-201-0/+63
* Allow AC::Parameters as an argument to url_helpersPrathamesh Sonpatki2016-01-071-0/+21
* Don't catch all NameError to reraise as ActionController::RoutingError #22368Maxime Garcia2015-12-121-0/+41
* Get rid of mocha tests - part 1Marcin Olichwirowicz2015-08-241-6/+5
* deprecate passing a string for both the beginning path and :path optionAaron Patterson2015-08-141-1/+4
* use predicate methods instead of hard coding verb stringsAaron Patterson2015-08-141-1/+2
* Allow a custom dispatcher to be provided to routing.Xavier Shay2015-08-071-9/+6
* Stop using deprecated `render :text` in testPrem Sichanugrist2015-07-171-6/+6
* Merge pull request #19431 from hmarr/head-routingRafael Mendonça França2015-06-221-3/+2
|\
| * Respect routing precedence for HEAD requestsHarry Marr2015-03-201-3/+2
* | Routes resources avoid :new and :edit endpoints if api_only is enabledJorge Bejar2015-06-111-0/+75
* | sort_by instead of sortYang Bo2015-04-081-0/+13
|/
* Drop request class from RouteSet constructor.Aaron Patterson2015-03-041-1/+5
* Revert "Merge pull request #18764 from tsun1215/master"Jeremy Kemper2015-02-261-4/+5
* Add a failing test demonstrating regression with HEAD requests to Rack apps, ...Jeremy Kemper2015-02-241-3/+9
* Merge pull request #18218 from brainopia/fix_match_shorthand_in_routesRafael Mendonça França2015-02-201-0/+9
|\
| * Improve shorthand matching for routesbrainopia2015-01-251-0/+9
* | Explicitly ignored wildcard verbs from head_routesTerence Sun2015-02-081-0/+12
* | Consistent usage of spaces in hashes across our codebaseRafael Mendonça França2015-01-291-11/+11
* | Switch to kwargs in ActionController::TestCase and ActionDispatch::IntegrationKir Shatrov2015-01-291-11/+11
|/
* Fix name_for_action in routingrono232015-01-191-0/+38
* Remove deprecated support to define routes with `:to` option thatRafael Mendonça França2015-01-041-30/+4
* Fix handling of positional url helper arguments when format is falseTatiana Soukiassian2014-12-131-0/+28
* fix small typo in routing testAccessd2014-10-211-1/+1
* Don't ignore constraints in redirect routesAgis-2014-08-251-0/+24
* Remove unnecessary call to #tapCarlos Antonio da Silva2014-07-311-5/+3
* always test against a routed rack app so there are always url_helpersAaron Patterson2014-07-071-32/+58