aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/routing_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Add key rotation cookies middlewareMichael Coyne2017-09-241-0/+4
* Clarify route encoding testeileencodes2017-08-011-6/+12
* Path parameters should default to UTF8eileencodes2017-08-011-4/+8
* 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
* Fix `TestInvalidUrls` with rack 2.0.3yuuji.yaginuma2017-05-161-6/+6
* Reuse the Parameters#to_h check in the routing helpersRafael Mendonça França2017-04-181-1/+1
* Use more specific check for :format in route pathAndrew White2017-04-181-0/+18
* Remove unnecessary params mungingAndrew White2017-03-151-0/+61
* Commit flash changes when using a redirect route.Andrew White2017-02-251-0/+49
* `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
|\