aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/journey/nodes/node.rb
Commit message (Expand)AuthorAgeFilesLines
* Expand metaprogramming for Symbol, Slash and Dot.Alberto Almagro2018-12-071-6/+7
* Write the code in a more natural way.Rafael Mendonça França2018-02-161-2/+2
* PERF: reduce retained objects in JourneySam2018-02-161-2/+2
* [Action Pack] require => require_relativeAkira Matsuda2017-10-211-1/+1
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* [Action Dispatch] require => require_relativeAkira Matsuda2017-07-011-1/+1
* applies new string literal convention in actionpack/libXavier Noria2016-08-061-5/+5
* used predicate methods to avoid is_a? checksRonak Jangir2015-10-101-0/+2
* drop array allocations when building pathsAaron Patterson2015-08-181-0/+2
* drop string allocations for each resourceAaron Patterson2015-08-181-0/+2
* drop object allocation during routes setupAaron Patterson2015-08-171-3/+3
* avoid is_a? checksAaron Patterson2015-08-171-0/+2
* use predicate methods to avoid is_a? checksAaron Patterson2015-08-171-0/+2
* Freeze string literals when not mutated.schneems2015-07-191-1/+1
* use a parser to extract the group parts from the pathAaron Patterson2014-05-291-0/+4
* update AD::Journey to follow Rails coding conventionsFrancesco Rodriguez2012-12-201-5/+5
* :nodoc: Journey because is not part of the public API [ci skip]Francesco Rodriguez2012-12-191-12/+12
* Integrate Journey into Action DispatchAndrew White2012-12-191-0/+124