aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing/mapper.rb
Commit message (Expand)AuthorAgeFilesLines
...
* | fix typo in `match` doc [ci skip]yuuji.yaginuma2016-11-201-1/+1
* | Fix incorrect output from rails routes when using singular resources issue #2...Erick Reyna2016-11-181-5/+5
* | Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* | let Regexp#match? be globally availableXavier Noria2016-10-271-1/+0
* | Remove deprecated support for passing `:path` and route path as stings in `Ac...Rafael Mendonça França2016-10-101-12/+1
* | Remove deprecated support passing path as `nil` in `ActionDispatch::Routing::...Rafael Mendonça França2016-10-101-5/+1
* | fixes remaining RuboCop issues [Vipul A M, Xavier Noria]Xavier Noria2016-09-011-1/+1
* | Fix nested multiple rootsRyo Hashimoto2016-08-291-1/+1
* | Change method visibility to be privateRafael Mendonça França2016-08-171-57/+57
* | Push :defaults extraction down one levelRafael Mendonça França2016-08-171-60/+60
* | Add three new rubocop rulesRafael Mendonça França2016-08-161-2/+2
* | revises more Lint/EndAlignment offensesXavier Noria2016-08-081-3/+3
* | normalizes indentation and whitespace across the projectXavier Noria2016-08-061-16/+16
* | remove redundant curlies from hash argumentsXavier Noria2016-08-061-1/+1
* | modernizes hash syntax in actionpackXavier Noria2016-08-061-7/+7
* | applies new string literal convention in actionpack/libXavier Noria2016-08-061-22/+22
* | Merge pull request #25913 from chrisarcand/fix-keyed-defaults-with-rootRafael Mendonça França2016-07-271-1/+8
|\ \
| * | Fix 'defaults' option for root routeChris Arcand2016-07-211-1/+8
|/ /
* | Deprecate usage of nil as route pathVolmer2016-07-051-0/+6
* | Fix setting route's to in a scopePiotr Jakubowski2016-06-281-1/+9
* | Prevent `{ internal: true }` from being stored in the routerJon Moss2016-06-071-1/+1
* | Support for unified Integer class in Ruby 2.4+Jeremy Daer2016-05-181-2/+2
* | Replace `loop` to `until`Molchanov Andrey2016-05-071-2/+1
* | Merge pull request #23103 from rails/refactor-handling-of-action-defaultJeremy Daer2016-04-241-0/+4
|\ \
| * | Refactor handling of :action default in routingAndrew White2016-02-161-0/+4
* | | Merge pull request #24031 from samphilipd/sam/do_not_clobber_options_in_route...Jeremy Daer2016-04-191-2/+1
|\ \ \
| * | | Do not destructively mutate passed options hash in route definitionsSam Davies2016-03-031-2/+1
* | | | Pass over all Rails 5 warnings, to make sure:Vipul A M2016-04-121-1/+1
|/ / /
* / / Add `internal` attribute to routesJon Moss2016-02-221-1/+3
|/ /
* | Fix marking of custom routes for JourneyAndrew White2016-01-201-14/+20
* | Revert "Remove literal? check to fix issue with prefixed optionals"eileencodes2016-01-201-1/+1
* | Remove literal? check to fix issue with prefixed optionalseileencodes2016-01-161-1/+1
* | Kept overridden root method and removed original methodPrathamesh Sonpatki2016-01-071-21/+21
* | Merge pull request #22373 from yui-knk/ad_constraintsYves Senn2015-11-301-1/+1
|\ \
| * | Add `Routing` namespace to point appropriate constantyui-knk2015-11-221-1/+1
* | | Brush up errors of `ActionDispatch::Routing::Mapper#mount`yui-knk2015-11-281-6/+9
|/ /
* | Delete needless `require 'active_support/deprecation'`yui-knk2015-10-201-1/+0
* | Allow multiple `root` routes in same scope levelRafael Sales2015-10-101-2/+3
* | Fix mounted engine named routes regressionMatthew Erhard2015-10-071-0/+1
* | [ci skip] Change 'an URL' to 'a URL' as URL doesn't have a vowel soundtanmay30112015-10-061-1/+1
* | Remove not used requiresMarcin Olichwirowicz2015-09-011-3/+1
* | always dispatch to controllers the same wayAaron Patterson2015-08-251-5/+9
* | pull up dispatcher allocationAaron Patterson2015-08-241-1/+1
* | set route precedence at allocation timeAaron Patterson2015-08-201-2/+2
* | don't touch internalsAaron Patterson2015-08-181-1/+1
* | drop array allocations when building pathsAaron Patterson2015-08-181-8/+6
* | use the strategy pattern to match request verbsAaron Patterson2015-08-171-10/+1
* | switch Route constructors and pass in the regexpAaron Patterson2015-08-171-9/+15
* | introduce an alternate constructor for Route objectsAaron Patterson2015-08-171-1/+1
* | default pattern to use a joined stringAaron Patterson2015-08-171-1/+3