aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Better error message when running `rake routes` with CONTROLLER arg:Edouard CHIN2016-01-071-7/+18
* Merge pull request #20109 from prathamesh-sonpatki/keep-only-one-rootKasper Timm Hansen2016-01-071-21/+21
|\
| * Kept overridden root method and removed original methodPrathamesh Sonpatki2016-01-071-21/+21
* | Allow AC::Parameters as an argument to url_helpersPrathamesh Sonpatki2016-01-071-2/+11
* | Merge pull request #20797 from byroot/prevent-url-for-ac-parametersRafael França2015-12-181-1/+4
|\ \
| * | Prevent ActionController::Parameters from being passed to url_for directlyJean Boussier2015-12-151-1/+4
| |/
* / Don't catch all NameError to reraise as ActionController::RoutingError #22368Maxime Garcia2015-12-121-2/+4
|/
* 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
|/
* Remove arity check for `RouteSet#draw`yui-knk2015-11-211-4/+0
* remove unnecessary forwardable requireTimo Schilling2015-10-211-1/+0
* Delete needless `require 'active_support/deprecation'`yui-knk2015-10-201-1/+0
* Merge pull request #21849 from yui-knk/refactor_regexp_to_stringAndrew White2015-10-121-4/+0
|\
| * Change `Journey::Route#verb` to return string instead of regexp.yui-knk2015-10-031-4/+0
* | Allow multiple `root` routes in same scope levelRafael Sales2015-10-101-2/+3
* | Fix mounted engine named routes regressionMatthew Erhard2015-10-072-2/+7
* | [ci skip] Change 'an URL' to 'a URL' as URL doesn't have a vowel soundtanmay30112015-10-062-2/+2
|/
* `url_for` does not modify polymorphic optionsBernerd Schaefer2015-09-041-1/+2
* Remove not used requiresMarcin Olichwirowicz2015-09-011-3/+1
* provide a request and response to all controllersAaron Patterson2015-08-251-4/+6
* adding a direct dispatch method to controller classesAaron Patterson2015-08-251-1/+1