aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing/route_set.rb
Commit message (Expand)AuthorAgeFilesLines
* Rails guides are now served over httpsPaul McMahon2018-07-241-1/+1
* Fix Style/RedundantReturn offensesBart de Water2018-04-211-1/+1
* Avoid method_redefined warnings in RouteSet::NamedRouteCollectionutilum2018-02-191-2/+2
* Unused core_extAkira Matsuda2018-02-111-1/+0
* Make sure assert_recognizes can still find routes mounted after enginesRafael Mendonça França2018-02-091-4/+6
* Fix optimized url helpers when using relative url rootAndrew White2017-11-281-0/+10
* Merge pull request #22435 from yui-knk/fix_engine_route_testRafael Mendonça França2017-11-061-0/+7
|\
| * Make `assert_recognizes` to traverse mounted enginesyui-knk2016-04-231-0/+7
* | Change the deprecation horizon of the dynamic routes segment to 6.0Rafael Mendonça França2017-10-231-2/+2
* | [Action Pack] require => require_relativeAkira Matsuda2017-10-211-3/+3
* | Clarify intentions around method redefinitionsMatthew Draper2017-09-011-1/+2
* | [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