aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing/routes_proxy.rb
Commit message (Expand)AuthorAgeFilesLines
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* Fix regression from multiple mountpoint supportDavid Rodríguez2017-07-241-1/+22
* Allow mounting same engine under several locationsDavid Rodríguez2017-07-051-2/+5
* 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
* `respond_to_missing?` should be privateRyuta Kamizono2017-04-221-2/+3
* Override `respond_to_missing?` instead of `respond_to?` when possibleSean Griffin2016-08-311-1/+1
* applies new string literal convention in actionpack/libXavier Noria2016-08-061-1/+1
* Make the helpers a required argumentEvan Phoenix2015-02-191-2/+2
* Cache url_helpers instead of creating each timeEvan Phoenix2015-02-191-4/+5
* Missing or unneeded require extract_optionsAkira Matsuda2013-02-011-0/+2
* Override respond_to? since we are also overriding method_missing.José Valim2012-01-031-0/+4
* Move RoutesProxy to separate filePiotr Sarnacki2010-09-031-0/+35