aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing
Commit message (Expand)AuthorAgeFilesLines
* Privatize unneededly protected methods in Action PackAkira Matsuda2016-12-242-27/+27
* 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-294-13/+13
* removes requires already present in active_support/railsXavier Noria2016-10-271-1/+0
* 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
* Show an "unmatched constraints" error for mismatching and present paramsChris Carter2016-10-031-1/+1
* Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-141-13/+13
* RuboCop is 100% green :tada:Xavier Noria2016-09-021-10/+11
* fixes remaining RuboCop issues [Vipul A M, Xavier Noria]Xavier Noria2016-09-012-3/+3
* Override `respond_to_missing?` instead of `respond_to?` when possibleSean Griffin2016-08-311-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-163-8/+8
* revises more Lint/EndAlignment offensesXavier Noria2016-08-082-6/+6
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-071-2/+0
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-065-238/+238
* remove redundant curlies from hash argumentsXavier Noria2016-08-062-2/+2
* modernizes hash syntax in actionpackXavier Noria2016-08-064-16/+16
* applies new string literal convention in actionpack/libXavier Noria2016-08-066-60/+60
* 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
|/
* Check `request.path_parameters` encoding at the point they're setGrey Baker2016-07-141-1/+0
* Deprecate usage of nil as route pathVolmer2016-07-051-0/+6
* [ci skip] Fix typo & add link in PolymorphicRoutesAlex Kitchens2016-06-291-2/+2
* 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
* Add more info to insecure URL generation errorDerek Prior2016-04-262-2/+2
* Merge pull request #23103 from rails/refactor-handling-of-action-defaultJeremy Daer2016-04-243-16/+6
|\
| * Refactor handling of :action default in routingAndrew White2016-02-163-16/+6
* | 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-122-3/+3
|/ /
* | Niceify the dynamic routes deprecation messagesJon Atack2016-03-031-2/+8
* | Deprecate :controller and :action path parametersAndrew White2016-03-011-0/+9
* | [ci skip] Replace usage of rake routes with rails routesAbhishek Jain2016-02-251-1/+1
* | Add `internal` attribute to routesJon Moss2016-02-222-2/+4
|/
* Use a URL instead of an URL everywhereAbhishek Jain2016-02-152-2/+2
* Fixes routes to match verbs and path with -g optionAbhishek Jain2016-02-111-2/+3
* Converge on filter.Kasper Timm Hansen2016-02-011-5/+4
* Simplify filter normalization.Kasper Timm Hansen2016-02-011-5/+3
* Add options for rake routes taskVipul A M2016-02-021-15/+19