aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/journey
Commit message (Expand)AuthorAgeFilesLines
* pull up path parsingAaron Patterson2015-08-141-0/+4
* use predicate methods instead of hard coding verb stringsAaron Patterson2015-08-141-1/+1
* remove hard coded regular expressionAaron Patterson2015-08-142-1/+5
* remove StrexpAaron Patterson2015-08-133-34/+11
* pass anchor directly to `Pattern`Aaron Patterson2015-08-132-8/+7
* Array#any? is slower and not the inverse of Array#empty?Jean Boussier2015-07-301-2/+2
* Use delete_if instead of each; delete(key)schneems2015-07-301-3/+2
* Remove (another) array allocationschneems2015-07-301-5/+14
* Remove array allocationschneems2015-07-301-2/+2
* Avoid calling to_s on nil in journey/formatterschneems2015-07-301-2/+2
* Speed up journey missing_keysschneems2015-07-291-3/+15
* Speed up journey extract_parameterized_partsschneems2015-07-291-2/+3
* Freeze string literals when not mutated.schneems2015-07-192-4/+4
* Merge pull request #19431 from hmarr/head-routingRafael Mendonça França2015-06-221-1/+2
|\
| * Respect routing precedence for HEAD requestsHarry Marr2015-03-201-1/+2
* | extract required_defaults from the conditions hash before constructing the routeAaron Patterson2015-06-082-6/+5
* | Use block variable instead of globalschneems2015-06-011-1/+1
* | ActionDispatch::Journey::Routes#empty? test casesValentine Valyaeff2015-05-191-1/+1
* | Added ActionDispatch::Journey::Routes#empty?juggernaut-2015-05-181-0/+4
* | Merge pull request #18392 from brainopia/fix_route_requirementsArthur Nogueira Neves2015-04-271-1/+1
|\ \
| * | Correct route requirements by overriding defaultls (fixes #18373)brainopia2015-01-081-1/+1
* | | sort_by instead of sortYang Bo2015-04-081-1/+1
| |/ |/|
* | Merge pull request #15806 from tgxworld/partition_routes_during_setupAaron Patterson2015-03-022-8/+13
|\ \
| * | Partition routes during setup.Guo Xiang Tan2015-02-262-8/+13
* | | Revert "Merge pull request #18764 from tsun1215/master"Jeremy Kemper2015-02-261-1/+0
|/ /
* / Explicitly ignored wildcard verbs from head_routesTerence Sun2015-02-081-0/+1
|/
* 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