aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/journey
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* make OR in journey patterns compile to a valid regular expressionKonstantin Haase2014-11-291-0/+2
* 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 Journey compliance to RFC 3986Nicolas Cavigneaux2014-10-141-6/+19
* Improve router test.Guo Xiang Tan2014-08-211-6/+11
* Avoid duplicating routes for HEAD requests.Guo Xiang Tan2014-08-211-1/+20
* Force encoding of US-ASCII to UTF-8 in unescape_uri.Karl Entwistle2014-07-101-0/+5
* remove warningsKuldeep Aggarwal2014-06-121-2/+0
* no more is_a checks on instantiationAaron Patterson2014-05-291-4/+0
* Path::Pattern is instantiated internally, so make the contructor require a st...Aaron Patterson2014-05-294-39/+43
* Strexp#names is only used in a test, so rmAaron Patterson2014-05-291-32/+0
* add an alternate constructor to Strexp that takes a stringAaron Patterson2014-05-294-31/+31
* 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-202-1/+16