aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/routing_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use match? where we don't need MatchDataAkira Matsuda2019-07-291-5/+5
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-3/+0
* Keep part when scope option has valueAlberto Almagro2019-05-221-0/+41
* Deduplicate strings held by the routerJean Boussier2019-04-031-2/+2
* Auto-correct rubocop offencesRyuta Kamizono2019-04-031-15/+15
* Merge pull request #24405 from waits/shallow-falseRafael França2019-04-021-0/+31
|\
| * Honor shallow: false on nested resourcesDylan Waits2016-04-031-0/+31
* | url -> URL where apt inside actionpack/Sharang Dashputre2019-04-011-6/+6
* | Fix typo in the value of ENCRYPTED_SIGNED_COOKIE_SALT constant (#35619)Emil Shakirov2019-04-011-1/+1
* | Raise if resource custom params contain colonsJosua Schmid2019-03-261-0/+10
* | Remove secret_token rack env and cookie upgrade codeRafael Mendonça França2019-01-171-2/+8
* | Raise an error on root route naming conflicts.Gannon McGibbon2018-11-201-3/+13
* | Merge pull request #34002 from gmcgibbon/fix_deeply_nested_scoped_rootRafael França2018-09-271-0/+16
|\ \
| * | Fix optionally scoped root route unscoped accessGannon McGibbon2018-09-271-0/+16
* | | Fixing an edge case when using objects as constraintsSimon Courtois2018-09-271-0/+15
|/ /
* | Fix `CustomCops/AssertNot` to allow it to have failure messageRyuta Kamizono2018-05-131-1/+1
* | Replace `assert !` with `assert_not`Daniel Colson2018-04-191-1/+1
* | Fix array routing constraintsfatkodima2018-02-171-2/+5
* | Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-2/+2
* | Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the futureRyuta Kamizono2017-12-141-1/+1
* | Fix optimized url helpers when using relative url rootAndrew White2017-11-281-0/+37
* | 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