aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/routing_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Make Rails Facebook-freeSasha Koss2018-12-241-2/+2
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-2/+2
* Change the empty block style to have space inside of the blockRafael Mendonça França2018-09-251-1/+1
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-1/+1
* Enable `Layout/EmptyLinesAroundBlockBody` to reduce review cost in the futureRyuta Kamizono2018-07-121-3/+0
* Fix `CustomCops/AssertNot` to allow it to have failure messageRyuta Kamizono2018-05-131-2/+2
* Ruby 2.4: take advantage of String#unpack1Jeremy Daer2018-03-011-1/+1
* We should call methods with `.method_name` not `::method_name`.utilum2018-02-221-1/+1
* Enable `Layout/SpaceBeforeComma` rubocop rule, and fixed moreRyuta Kamizono2017-12-121-2/+2
* Correct routing test spelling mistake.Philip Tolton2017-12-061-1/+1
* Path parameters should default to UTF8eileencodes2017-08-011-0/+16
* [Action Pack] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Prepare AP and AR to be frozen string friendlyKir Shatrov2017-07-061-1/+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
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-6/+6
* fixes remaining RuboCop issues [Vipul A M, Xavier Noria]Xavier Noria2016-09-011-2/+2
* Add three new rubocop rulesRafael Mendonça França2016-08-161-140/+140
* Fix broken alignments caused by auto-correct commit 411ccbdRyuta Kamizono2016-08-101-3/+6
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-1/+1
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-96/+90
* modernizes hash syntax in actionpackXavier Noria2016-08-061-406/+406
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-499/+499
* Support for unified Integer class in Ruby 2.4+Jeremy Daer2016-05-181-1/+1
* Merge pull request #23103 from rails/refactor-handling-of-action-defaultJeremy Daer2016-04-241-2/+2
|\
| * Refactor handling of :action default in routingAndrew White2016-02-161-2/+2
* | Deprecate :controller and :action path parametersAndrew White2016-03-011-71/+171
|/
* Revert "Remove literal? check to fix issue with prefixed optionals"eileencodes2016-01-201-12/+0
* Remove literal? check to fix issue with prefixed optionalseileencodes2016-01-161-0/+12
* Remove arity check for `RouteSet#draw`yui-knk2015-11-211-6/+0
* Merge pull request #21094 from aditya-kapoor/add-missing-ap-testsRafael Mendonça França2015-08-251-0/+10
|\
| * add missing tests for action regexpAditya Kapoor2015-08-021-0/+10
* | use `make_set` helper method to generate route setsAaron Patterson2015-08-241-31/+1
* | Merge pull request #21106 from amitsuroliya/fix_routing_testAndrew White2015-08-211-6/+0
|\ \
| * | Remove duplicity in testsamitkumarsuroliya2015-08-031-6/+0
| |/
* / Add missing assertion for test_route_with_colon_firstAditya Kapoor2015-08-031-2/+4
|/
* Why do we add a top-level constant here?Akira Matsuda2015-04-251-5/+3
* Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...Vipul A M2015-02-031-1/+0
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-4/+4
* Fix cases where the wrong name is passed to `Formatter#generate`Godfrey Chan2014-11-231-1/+1
* Anchor should not be appended when set to nil/false.Guo Xiang Tan2014-11-231-0/+3
* stop calling url_for with recall parameters and actually use a requestAaron Patterson2014-07-151-82/+123
* execute a request and check the path_parametersAaron Patterson2014-07-151-17/+59
* set `set` in the setup methodAaron Patterson2014-07-151-2/+5
* remove useless ivar setAaron Patterson2014-07-151-1/+0
* remove warningsKuldeep Aggarwal2014-06-121-1/+0
* add tests for nested lambda constraintsAaron Patterson2014-06-031-0/+27
* PARAMETERS_KEY is only used in the request, so move the constant thereAaron Patterson2014-05-271-5/+5
* just call the method and assert the return valueAaron Patterson2014-05-091-8/+1