aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing/mapper.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix typo on error message when route definition is ambiguous.André Luis Leal Cardoso Junior2017-06-031-1/+1
* Fix formatting of `direct` and `resolve` doc [ci skip]yuuji.yaginuma2017-06-031-14/+14
* Use more specific check for :format in route pathAndrew White2017-04-181-1/+2
* [docs] fix ActionDispatch documentationHrvoje Šimić2017-03-131-25/+25
* Fix `direct` with params example [ci skip]yuuji.yaginuma2017-03-061-1/+1
* Remove unused params.Jerry Tao2017-02-261-1/+1
* [ci skip] Fix more quotes in direct/resolve docsAndrew White2017-02-231-3/+3
* Clarify use of params in `direct`Andrew White2017-02-221-0/+9
* [ci skip] Fix direct/resolve documentation.Kasper Timm Hansen2017-02-211-11/+11
* Split direct method into twoAndrew White2017-02-211-39/+52
* Raise an error if `direct` is inside a scope blockAndrew White2017-02-211-3/+14
* 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
|/