aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing/route_set.rb
Commit message (Expand)AuthorAgeFilesLines
* Use match? where we don't need MatchDataAkira Matsuda2019-07-291-1/+1
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-3/+0
* Change the deprecation message for dynamic routes segment to 6.1Abhay Nikam2019-04-201-2/+2
* Simplify and fasten NamedRouteCollection#define_url_helperJean Boussier2019-04-101-12/+10
* url -> URL where apt inside actionpack/Sharang Dashputre2019-04-011-1/+1
* Revert "Don't handle params option in a special way in url_for helper"Rafael Mendonça França2019-01-161-0/+4
* Module#{define_method,alias_method,undef_method,remove_method} become public ...Ryuta Kamizono2018-12-211-4/+4
* Follow up #34064bogdanvlviv2018-10-061-21/+0
* Revert "Merge pull request #33970 from rails/eager-url-helpers"schneems2018-10-031-19/+2
* Fix call sitesGannon McGibbon2018-10-021-1/+1
* Merge pull request #33256 from ilkkao/ilkkao/remove-unused-params-optionRyuta Kamizono2018-10-011-4/+0
|\
| * Don't handle params option in a special way in url_for helperIlkka Oksanen2018-08-201-4/+0
* | Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-2/+2
* | Routes from Engine Railties should not be an infinite loopAaron Patterson2018-09-261-2/+4
* | Allow helpers to be deferred until the routes have been finalizedAaron Patterson2018-09-251-0/+22
* | Eagerly build the routing helper module after routes are committedAaron Patterson2018-09-251-2/+16
* | Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-1/+1
|/
* 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