aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/journey
Commit message (Expand)AuthorAgeFilesLines
* 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
* Catch InvalidURIError on bad paths on redirect.Arthur Neves2015-06-161-0/+7
* extract required_defaults from the conditions hash before constructing the routeAaron Patterson2015-06-083-48/+48
* Prefer assert_not over refuteRafael Mendonça França2015-05-181-1/+1
* ActionDispatch::Journey::Routes#empty? test casesValentine Valyaeff2015-05-191-0/+2
* Silence ambiguous first argument warningPrem Sichanugrist2015-05-041-1/+1
* Merge pull request #18392 from brainopia/fix_route_requirementsArthur Nogueira Neves2015-04-271-0/+8
|\
| * Correct route requirements by overriding defaultls (fixes #18373)brainopia2015-01-081-0/+8
* | sort_by instead of sortYang Bo2015-04-081-0/+27
* | Merge pull request #15806 from tgxworld/partition_routes_during_setupAaron Patterson2015-03-021-0/+21
|\ \
| * | Partition routes during setup.Guo Xiang Tan2015-02-261-0/+21
* | | Remove unneeded comment. [ci skip]Zoltan Kiss2015-03-021-1/+0
|/ /
* / Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...Vipul A M2015-02-031-1/+0
|/