aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/journey/path/pattern_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #35975 from xithan/masterRafael França2019-04-151-11/+11
|\
| * mounted routes with non-word charactersxithan2019-04-151-11/+11
* | Adds named_captures to MatchData to emulate RegexBrandon Weaver2019-04-091-0/+9
|/
* Restrict matching with word boundary or end of stringPetri Avikainen2019-02-051-11/+11
* Define word boundary for unanchored path regexpPetri Avikainen2019-02-051-11/+11
* 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
* Properly escape test namesAkira Matsuda2017-02-021-3/+3
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* modernizes hash syntax in actionpackXavier Noria2016-08-061-11/+11
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-82/+82
* default pattern to use a joined stringAaron Patterson2015-08-171-12/+14
* remove StrexpAaron Patterson2015-08-131-37/+34
* pass anchor directly to `Pattern`Aaron Patterson2015-08-131-14/+13
* make OR in journey patterns compile to a valid regular expressionKonstantin Haase2014-11-291-0/+2
* 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-291-9/+9
* add an alternate constructor to Strexp that takes a stringAaron Patterson2014-05-291-12/+12
* Make ActionDispatch::Journey::Path::Pattern#new raise more meaningful excepti...zires2013-02-271-0/+4
* Use ActiveSupport::TestCase in the journey testsRafael Mendonça França2012-12-311-1/+1
* Alias refute methods to assert_not and perfer assert_not on testsRafael Mendonça França2012-12-311-5/+5
* Integrate Journey into Action DispatchAndrew White2012-12-191-0/+284