aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing/route_set.rb
Commit message (Expand)AuthorAgeFilesLines
...
* | Wrap routes.url_helpers.url_for via a proxyAndrew White2017-02-211-4/+21
* | Fully initialize routes before the first request is handledJean Boussier2017-01-181-0/+6
* | Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-5/+5
* | removes requires already present in active_support/railsXavier Noria2016-10-271-1/+0
* | 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-011-2/+2
* | Add three new rubocop rulesRafael Mendonça França2016-08-161-2/+2
* | normalizes indentation and whitespace across the projectXavier Noria2016-08-061-46/+46
* | remove redundant curlies from hash argumentsXavier Noria2016-08-061-1/+1
* | modernizes hash syntax in actionpackXavier Noria2016-08-061-2/+2
* | applies new string literal convention in actionpack/libXavier Noria2016-08-061-15/+15
* | Add more info to insecure URL generation errorDerek Prior2016-04-261-1/+1
* | Merge pull request #23103 from rails/refactor-handling-of-action-defaultJeremy Daer2016-04-241-14/+0
|\ \ | |/ |/|
| * Refactor handling of :action default in routingAndrew White2016-02-161-14/+0
* | Pass over all Rails 5 warnings, to make sure:Vipul A M2016-04-121-2/+2
* | Niceify the dynamic routes deprecation messagesJon Atack2016-03-031-2/+8
* | Deprecate :controller and :action path parametersAndrew White2016-03-011-0/+9
|/
* Use a URL instead of an URL everywhereAbhishek Jain2016-02-151-1/+1
* Allow AC::Parameters as an argument to url_helpersPrathamesh Sonpatki2016-01-071-2/+11
* Don't catch all NameError to reraise as ActionController::RoutingError #22368Maxime Garcia2015-12-121-2/+4
* Remove arity check for `RouteSet#draw`yui-knk2015-11-211-4/+0
* remove unnecessary forwardable requireTimo Schilling2015-10-211-1/+0
* Fix mounted engine named routes regressionMatthew Erhard2015-10-071-2/+6
* 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
* always dispatch to controllers the same wayAaron Patterson2015-08-251-2/+16
* always return a controller class from the `controller_class` methodAaron Patterson2015-08-251-3/+1
* pull up dispatcher allocationAaron Patterson2015-08-241-4/+0
* directly ask the request for the controller classAaron Patterson2015-08-241-6/+1
* remove useless ivarAaron Patterson2015-08-241-2/+1
* remove setter for the dispatcher classAaron Patterson2015-08-241-2/+2
* use a custom request class to determine the controller classAaron Patterson2015-08-241-2/+7
* Remove unused block argumentsdeepj2015-08-231-2/+2
* Fix Railties test failure for asset routeseileencodes2015-08-221-1/+5
* Refactor to remove controller class from route to requesteileencodes2015-08-221-40/+8
* Remove unnecessary cachingeileencodes2015-08-211-5/+1
* make the routes reader privateAaron Patterson2015-08-181-0/+1
* only keep one hash of named routesAaron Patterson2015-08-141-1/+2
* rm add_route2Aaron Patterson2015-08-141-1/+1
* pass pass the mapping object down the add_route stackAaron Patterson2015-08-141-47/+1
* pass the mapping object to build_routeAaron Patterson2015-08-141-5/+5
* pass the path ast downAaron Patterson2015-08-141-3/+2
* stop adding path_info to the conditions hashAaron Patterson2015-08-141-1/+0
* `build_path` doesn't need the path variable anymoreAaron Patterson2015-08-131-2/+2
* remove StrexpAaron Patterson2015-08-131-7/+1
* pass anchor directly to `Pattern`Aaron Patterson2015-08-131-3/+2
* we already have access to the AST, so just use itAaron Patterson2015-08-131-3/+3
* remove default arguments that aren't usedAaron Patterson2015-08-131-1/+1