aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/journey/router_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* 1. Replaced unused variables by `_`.alkesh262019-01-221-3/+3
* Fix bug with eager_load in development environmentDan Jensen2018-06-111-0/+9
* 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 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
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-11/+11
* 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-161-16/+16
* applies remaining conventions across the projectXavier Noria2016-08-061-4/+4
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-31/+31
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-7/+7
* modernizes hash syntax in actionpackXavier Noria2016-08-061-50/+50
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-85/+85
* 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
* use the mapper to build the routing tableAaron Patterson2015-08-151-200/+89
* only keep one hash of named routesAaron Patterson2015-08-141-5/+6
* rm add_route2Aaron Patterson2015-08-141-26/+32
* use predicate methods instead of hard coding verb stringsAaron Patterson2015-08-141-5/+4
* remove StrexpAaron Patterson2015-08-131-30/+23
* pass anchor directly to `Pattern`Aaron Patterson2015-08-131-22/+22
* 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-081-26/+26
* sort_by instead of sortYang Bo2015-04-081-0/+27
* Fix cases where the wrong name is passed to `Formatter#generate`Godfrey Chan2014-11-231-1/+1
* fix url generation error messageAccessd2014-10-211-0/+10
* Improve router test.Guo Xiang Tan2014-08-211-6/+11
* Avoid duplicating routes for HEAD requests.Guo Xiang Tan2014-08-211-1/+20
* remove warningsKuldeep Aggarwal2014-06-121-2/+0
* Path::Pattern is instantiated internally, so make the contructor require a st...Aaron Patterson2014-05-291-15/+19
* add an alternate constructor to Strexp that takes a stringAaron Patterson2014-05-291-16/+16
* Remove TODO.Guo Xiang Tan2014-05-281-11/+1
* pass the request object to the applicationAaron Patterson2014-05-251-2/+5
* push is_a?(Dispatcher) check in to one placeAaron Patterson2014-05-241-0/+1
* glob_param is never used, so rmAaron Patterson2014-05-231-1/+5
* decouple the router object from the request classAaron Patterson2014-05-231-14/+6
* pass the correct custom request to the recognize methodAaron Patterson2014-05-231-13/+10
* switch to the `serve` method so we can remove the request class (eventually)Aaron Patterson2014-05-231-2/+6
* remove NullRequest and just always pass a request classAaron Patterson2014-05-231-3/+7
* use the request object since we have itAaron Patterson2014-05-231-1/+3
* middle variable is never used, so rmAaron Patterson2014-05-211-14/+14
* we don't use this parameter for anything, so rmAaron Patterson2014-05-201-20/+19
* Make URL escaping more consistentAndrew White2014-04-201-1/+12
* Skip Rack applications and redirects when generating urlsAndrew White2013-07-161-9/+13
* Raise correct exception now Journey is integrated.Andrew White2013-01-151-4/+4