aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/journey/path/pattern.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Merge pull request #35975 from xithan/masterRafael França2019-04-151-1/+2
|\
| * mounted routes with non-word charactersxithan2019-04-151-1/+2
* | Adds named_captures to MatchData to emulate RegexBrandon Weaver2019-04-091-0/+4
|/
* Restrict matching with word boundary or end of stringPetri Avikainen2019-02-051-1/+1
* Define word boundary for unanchored path regexpPetri Avikainen2019-02-051-1/+1
* Fix array routing constraintsfatkodima2018-02-171-2/+2
* 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
* Fully initialize routes before the first request is handledJean Boussier2017-01-181-0/+7
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+1
* applies new string literal convention in actionpack/libXavier Noria2016-08-061-2/+2
* Replace x.times.map{} with Array.new(x){}Viktar Basharymau2016-01-021-1/+1
* used predicate methods to avoid is_a? checksRonak Jangir2015-10-101-3/+3
* avoid is_a? checksAaron Patterson2015-08-171-2/+2
* pull RegexpOffsets in to a methodAaron Patterson2015-08-171-27/+14
* default pattern to use a joined stringAaron Patterson2015-08-171-2/+2
* remove StrexpAaron Patterson2015-08-131-7/+11
* pass anchor directly to `Pattern`Aaron Patterson2015-08-131-3/+3
* 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-291-2/+2
|/
* 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
* ask the strexp for the astAaron Patterson2014-05-291-3/+2
* push the formatter up to the Route objectAaron Patterson2014-05-211-3/+2
* cache the formatter on the path objectAaron Patterson2014-05-201-0/+5
* Replace map.flatten with flat_map in actionpackErik Michaels-Ober2014-03-031-2/+2
* Make ActionDispatch::Journey::Path::Pattern#new raise more meaningful excepti...zires2013-02-271-1/+1
* update AD::Journey to follow Rails coding conventionsFrancesco Rodriguez2012-12-201-30/+31
* :nodoc: Journey because is not part of the public API [ci skip]Francesco Rodriguez2012-12-191-4/+4
* Integrate Journey into Action DispatchAndrew White2012-12-191-0/+195