aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing/route_set.rb
Commit message (Expand)AuthorAgeFilesLines
* [Action Pack] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Merge pull request #29655 from kirs/frozen-friendly-ap-arMatthew Draper2017-07-101-1/+2
|\
| * Prepare AP and AR to be frozen string friendlyKir Shatrov2017-07-061-1/+2
* | Allow mounting same engine under several locationsDavid Rodríguez2017-07-051-2/+2
|/
* Merge branch 'master' into require_relative_2017Xavier Noria2017-07-021-18/+11
|\
| * Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
| * Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-021-0/+1
| |\
| | * Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
| * | Merge pull request #29644 from wilson/unify-route-helper-visibilityMatthew Draper2017-07-011-18/+11
| |\ \ | | |/ | |/|
| | * Properly register "custom" URL helpers as named helpers.Wilson Bilkovich2017-06-301-18/+10
| |/
* / [Action Dispatch] require => require_relativeAkira Matsuda2017-07-011-3/+3
|/
* Fix missing formats in route-set URLsJonathan del Strother2017-06-231-0/+2
* Reuse the Parameters#to_h check in the routing helpersRafael Mendonça França2017-04-181-5/+1
* Merge pull request #28394 from shime/docs-action-dispatchXavier Noria2017-03-221-1/+1
|\
| * [docs] fix ActionDispatch documentationHrvoje Šimić2017-03-131-1/+1
* | Always use original url_for when generating direct routesAndrew White2017-03-171-1/+5
* | Add support for calling nested direct routes (#28462)Andrew White2017-03-171-20/+12
* | Remove unnecessary params mungingAndrew White2017-03-151-2/+1
|/
* Remove unused params.Jerry Tao2017-02-261-1/+1
* Bump removal of `/:controller/:action` to Rails 5.2Andrew White2017-02-221-2/+2
* Split direct method into twoAndrew White2017-02-211-10/+4
* Push option extract into call methodAndrew White2017-02-211-5/+4
* Fix typo in exception messageAndrew White2017-02-211-1/+1
* Prefer remove_method over undef_methodAndrew White2017-02-211-4/+4
* Add custom polymorphic mappingAndrew White2017-02-211-43/+63
* Don't allocate a hash unnecessarilyAndrew White2017-02-211-1/+5
* Add support for defining custom url helpers in routes.rbAndrew White2017-02-211-0/+75
* 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