aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/journey/routes_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-10/+10
* use the mapper to build the routing tableAaron Patterson2015-08-151-31/+14
* only keep one hash of named routesAaron Patterson2015-08-141-8/+8
* rm add_route2Aaron Patterson2015-08-141-15/+19
* remove StrexpAaron Patterson2015-08-131-5/+3
* pass anchor directly to `Pattern`Aaron Patterson2015-08-131-2/+2
* extract required_defaults from the conditions hash before constructing the routeAaron Patterson2015-06-081-9/+9
* Prefer assert_not over refuteRafael Mendonça França2015-05-181-1/+1
* ActionDispatch::Journey::Routes#empty? test casesValentine Valyaeff2015-05-191-0/+2
* Merge pull request #15806 from tgxworld/partition_routes_during_setupAaron Patterson2015-03-021-0/+21
|\
| * Partition routes during setup.Guo Xiang Tan2015-02-261-0/+21
* | Remove unneeded comment. [ci skip]Zoltan Kiss2015-03-021-1/+0
|/
* Path::Pattern is instantiated internally, so make the contructor require a st...Aaron Patterson2014-05-291-4/+4
* add an alternate constructor to Strexp that takes a stringAaron Patterson2014-05-291-1/+1
* 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-2/+2
* Integrate Journey into Action DispatchAndrew White2012-12-191-0/+53