aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/mount_test.rb
Commit message (Expand)AuthorAgeFilesLines
* mounted routes with non-word charactersxithan2019-04-151-0/+9
* Define word boundary for unanchored path regexpPetri Avikainen2019-02-051-0/+6
* 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 three new rubocop rulesRafael Mendonça França2016-08-161-2/+2
* modernizes hash syntax in actionpackXavier Noria2016-08-061-6/+6
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-3/+3
* make the routes reader privateAaron Patterson2015-08-181-1/+1
* Consistent usage of spaces in hashes across our codebaseRafael Mendonça França2015-01-291-1/+1
* Switch to kwargs in ActionController::TestCase and ActionDispatch::IntegrationKir Shatrov2015-01-291-1/+1
* Rails-ish apps should descend from Rails::RailtieAaron Patterson2014-07-161-4/+10
* always test against a routed rack app so there are always url_helpersAaron Patterson2014-07-071-1/+2
* Fix request's path_info when a rack app mounted at '/'.Larry Lv2014-06-141-0/+7
* Revert "Don't remove trailing slash from PATH_INFO for mounted apps"Piotr Sarnacki2014-01-161-5/+0
* Fix mounting engines inside a resources blockPiotr Sarnacki2013-12-101-1/+12
* Don't remove trailing slash from PATH_INFO for mounted appsPiotr Sarnacki2013-06-211-0/+5
* Update tests for #9704, named route collisionsJeremy Kemper2013-03-241-1/+1
* Make sure :via works with mountPratik Naik2012-08-201-0/+9
* Add passing tests for generating URLs with nested SCRIPT_NAMEsJeremy Kemper2012-05-071-0/+5
* adding tests for #4029Aaron Patterson2011-12-191-1/+1
* Check if the routes object really responds to define_mount_prefix.José Valim2010-12-091-0/+18
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-1/+1
* Make all AP tests pass for Ruby 1.9.1.José Valim2010-03-121-4/+4
* Add support for mount RackApp, :at => "/sprockets" with a shorthand of mount ...Carlhuda2010-03-081-0/+36