aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/journey
Commit message (Expand)AuthorAgeFilesLines
* Remove some comments about Ruby 1.9 behaviorsRafael Mendonça França2015-01-041-1/+1
* Remove deprecated option `use_route` in controller testsRafael Mendonça França2015-01-041-15/+0
* remove unused `#optional_parts`Sergey Alekseev2014-12-051-4/+0
* remove unused `#generalized_table`Sergey Alekseev2014-12-051-45/+0
* Merge pull request #17827 from rkh/rkh-fix-or-patternAaron Patterson2014-12-011-0/+5
|\
| * make OR in journey patterns compile to a valid regular expressionKonstantin Haase2014-11-291-0/+5
* | Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-294-8/+8
|/
* CSS fix for the router visualizerBruno Sutic2014-11-251-4/+0
* Don't show the warning if we're already raising the error anywayGodfrey Chan2014-11-231-8/+13
* Deprecate passing an invalid name to `Formatter#generate`Godfrey Chan2014-11-231-0/+10
* fix url generation error messageAccessd2014-10-211-1/+1
* Use `#tr` instead of `#gsub`Nicolas Cavigneaux2014-10-141-1/+1
* Improve Journey compliance to RFC 3986Nicolas Cavigneaux2014-10-141-5/+5
* Replace Array#shuffle.first with Array#sampleErik Michaels-Ober2014-10-131-2/+2
* Avoid duplicating routes for HEAD requests.Guo Xiang Tan2014-08-211-17/+23
* Using no_result_var in Journey's parser generatorJack Danger Canty2014-08-032-43/+33
* `recall` should be `path_parameters`, also make it requiredAaron Patterson2014-07-171-3/+3
* Force encoding of US-ASCII to UTF-8 in unescape_uri.Karl Entwistle2014-07-101-5/+7
* Replace x.sort_by!.select! with x.select!.sort_by!Viktar Basharymau2014-06-201-1/+2
* Fix request's path_info when a rack app mounted at '/'.Larry Lv2014-06-141-0/+1
* no more is_a checks on instantiationAaron Patterson2014-05-291-9/+4
* Path::Pattern is instantiated internally, so make the contructor require a st...Aaron Patterson2014-05-291-7/+6
* Strexp#names is only used in a test, so rmAaron Patterson2014-05-291-4/+0
* add an alternate constructor to Strexp that takes a stringAaron Patterson2014-05-291-7/+9
* ask the strexp for the astAaron Patterson2014-05-292-3/+7
* use a parser to extract the group parts from the pathAaron Patterson2014-05-291-0/+4
* Merge branch 'constraints'Aaron Patterson2014-05-272-10/+2
|\
| * pass the request object to the applicationAaron Patterson2014-05-251-1/+1
| * push is_a?(Dispatcher) check in to one placeAaron Patterson2014-05-241-9/+1
* | Merge pull request #15321 from tgxworld/only_find_routes_as_heads_for_head_re...Santiago Pastorino2014-05-271-1/+4
|\ \
| * | Call get_routes_as_head only on HEAD requests.Guo Xiang Tan2014-05-251-1/+4
| |/
* / Remove unnecessary flatten! method call.Guo Xiang Tan2014-05-251-3/+1
|/
* unwrap the constraints object on initialization, eliminate loopsAaron Patterson2014-05-241-1/+1
* Fix router visualizer CSS and JS resourcesFranco Catena2014-05-231-2/+2
* there is no formatter on the router object, so rmAaron Patterson2014-05-231-1/+0
* Merge pull request #15273 from DNNX/formatter-refactoring-4Rafael Mendonça França2014-05-231-5/+0
|\
| * Remove AD::Journey::Formatter#verify_required_parts!Viktar Basharymau2014-05-231-5/+0
* | decouple the router object from the request classAaron Patterson2014-05-231-5/+3
* | pass the correct custom request to the recognize methodAaron Patterson2014-05-231-3/+1
* | switch to the `serve` method so we can remove the request class (eventually)Aaron Patterson2014-05-231-6/+0
* | extract request allocation from the main app serving routineAaron Patterson2014-05-231-2/+4
* | use the accessors on the request object rather than touching envAaron Patterson2014-05-231-2/+2
* | find_routes only use the request, so stop passing envAaron Patterson2014-05-231-3/+3
* | remove NullRequest and just always pass a request classAaron Patterson2014-05-231-26/+1
* | use the request object since we have itAaron Patterson2014-05-231-8/+9
|/
* stop using PARAMETERS_KEY, and use the accessor on the request objectAaron Patterson2014-05-221-6/+6
* pass the instantiated request to the find_routes methodAaron Patterson2014-05-221-5/+7
* Merge pull request #15254 from DNNX/formatter-refactoring-3Rafael Mendonça França2014-05-221-4/+4
|\
| * Rename `stack` to `queue`Viktar Basharymau2014-05-221-4/+4
* | Merge pull request #15252 from DNNX/formatter-refactoring-2Rafael Mendonça França2014-05-221-1/+1
|\ \