aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing/mapper.rb
Commit message (Expand)AuthorAgeFilesLines
...
* | | Add custom polymorphic mappingAndrew White2017-02-211-10/+54
* | | Don't allocate a hash unnecessarilyAndrew White2017-02-211-1/+1
* | | Only accept symbols and strings for Mapper#directAndrew White2017-02-211-1/+6
* | | Rename url_helper to directAndrew White2017-02-211-7/+7
* | | Add support for defining custom url helpers in routes.rbAndrew White2017-02-211-0/+41
* | | Add missing requireDavid Heinemeier Hansson2017-01-161-0/+1
* | | Remove deprecated ActionController::Metal.callRafael Mendonça França2017-01-031-9/+7
* | | Privatize unneededly protected methods in Action PackAkira Matsuda2016-12-241-25/+23
* | | No need to nodoc private methodsAkira Matsuda2016-12-241-17/+17
* | | Revert "fix typo in `match` doc [ci skip]"Jon Moss2016-11-191-1/+1
* | | 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