aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/journey
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-132-2/+0
* Remove Route#build as it wasn't usedAlberto Almagro2019-05-221-21/+20
* Merge pull request #35975 from xithan/masterRafael França2019-04-151-11/+11
|\
| * mounted routes with non-word charactersxithan2019-04-151-11/+11
* | Adds named_captures to MatchData to emulate RegexBrandon Weaver2019-04-091-0/+9
|/
* Restrict matching with word boundary or end of stringPetri Avikainen2019-02-051-11/+11
* Define word boundary for unanchored path regexpPetri Avikainen2019-02-051-11/+11
* 1. Replaced unused variables by `_`.alkesh262019-01-221-3/+3
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-1/+1
* Add test case for the `|` token in Journey scannervaidehijoshi2018-06-181-0/+6
* Fix bug with eager_load in development environmentDan Jensen2018-06-111-0/+9
* Break up Journey's scanner testvaidehijoshi2018-04-241-47/+50
* Use assert_empty and assert_not_emptyDaniel Colson2018-01-251-3/+3
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-252-3/+3
* Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the futureRyuta Kamizono2017-12-141-1/+1
* Fix RuboCop offensesKoichi ITO2017-08-161-5/+5
* Use File::NULL instead of "/dev/null"Kazuhiro NISHIYAMA2017-07-311-1/+1
* Use frozen string literal in actionpack/Kir Shatrov2017-07-2912-1/+23
* normalize_path used to be nil tolerantAkira Matsuda2017-07-121-0/+4
* [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-0212-12/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-0112-0/+12
* Remove unused simulate methodeileencodes2017-05-221-13/+21
* Maintain original encoding from patheileencodes2017-05-121-0/+5
* Properly escape test namesAkira Matsuda2017-02-021-3/+3
* Optimize Journey::Route#scoreBen Hughes2016-12-281-1/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-297-22/+22
* Show an "unmatched constraints" error for mismatching and present paramsChris Carter2016-10-031-1/+1
* Add three new rubocop rulesRafael Mendonça França2016-08-165-26/+26
* Fix broken alignments caused by auto-correct commit 411ccbdRyuta Kamizono2016-08-101-2/+4
* applies remaining conventions across the projectXavier Noria2016-08-067-13/+13
* normalizes indentation and whitespace across the projectXavier Noria2016-08-064-65/+65
* remove redundant curlies from hash argumentsXavier Noria2016-08-062-25/+21
* modernizes hash syntax in actionpackXavier Noria2016-08-063-79/+79
* applies new string literal convention in actionpack/testXavier Noria2016-08-0612-354/+354
* Deprecate :controller and :action path parametersAndrew White2016-03-011-61/+69
* Remove TestRouter#add_routesakihiro172015-09-291-11/+0
* File encoding is defaulted to utf-8 in Ruby >= 2.1Akira Matsuda2015-09-181-1/+0
* symbols will always be constructed with strings. :bomb:Aaron Patterson2015-08-181-1/+1
* routes are always constructed with a hash for the conditionsAaron Patterson2015-08-171-1/+1
* introduce an alternate constructor for Route objectsAaron Patterson2015-08-171-12/+12
* default pattern to use a joined stringAaron Patterson2015-08-172-13/+15
* use the mapper to build the routing tableAaron Patterson2015-08-152-231/+103
* only keep one hash of named routesAaron Patterson2015-08-142-13/+14
* rm add_route2Aaron Patterson2015-08-142-41/+51
* use predicate methods instead of hard coding verb stringsAaron Patterson2015-08-141-5/+4
* remove StrexpAaron Patterson2015-08-134-74/+61
* pass anchor directly to `Pattern`Aaron Patterson2015-08-134-39/+38
* Revert "Merge pull request #20584 from arthurnn/fix_url"Arthur Neves2015-06-171-7/+0