aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing
Commit message (Expand)AuthorAgeFilesLines
...
* | | Avoid method_redefined warnings in RouteSet::NamedRouteCollectionutilum2018-02-191-2/+2
* | | Remove usage of strip_heredoc in the framework in favor of <<~Rafael Mendonça França2018-02-162-6/+5
* | | 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 typos. Improve text_helper documentation.James Lovejoy2018-01-191-3/+3
* | | Fix optimized url helpers when using relative url rootAndrew White2017-11-281-0/+10
* | | Fix CustomUrls#direct doc formattingT.J. Schuck2017-11-221-6/+6
* | | Update incorrect backtick usage in RDoc to teletypeT.J. Schuck2017-11-221-1/+1
* | | Merge pull request #22435 from yui-knk/fix_engine_route_testRafael Mendonça França2017-11-063-6/+15
|\ \ \
| * | | Make `assert_recognizes` to traverse mounted enginesyui-knk2016-04-233-6/+15
* | | | Improve docs of ActionDispatch::Routing::Mapperbogdanvlviv2017-11-031-4/+14
* | | | 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-213-7/+7
* | | | Clarify intentions around method redefinitionsMatthew Draper2017-09-011-1/+2
* | | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2017-08-261-1/+1
|\ \ \ \
| * | | | [ci skip] Fix a typoyui-knk2017-08-181-1/+1
* | | | | Use tt in doc for ActionPack [ci skip]Yoshiyuki Hirano2017-08-262-4/+4
* | | | | fix typo in ambiguous route definition error messageZoran Pesic2017-08-181-1/+1
|/ / / /
* | | | Use frozen string literal in actionpack/Kir Shatrov2017-07-296-0/+12
* | | | Fix regression from multiple mountpoint supportDavid Rodríguez2017-07-242-1/+27
* | | | [Action Pack] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-112-0/+2
* | | | Merge pull request #29655 from kirs/frozen-friendly-ap-arMatthew Draper2017-07-102-2/+4
|\ \ \ \
| * | | | Prepare AP and AR to be frozen string friendlyKir Shatrov2017-07-062-2/+4
* | | | | Allow mounting same engine under several locationsDavid Rodríguez2017-07-053-10/+20
|/ / / /
* | | | 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-028-8/+0
| * | | | Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-028-0/+8
| |\ \ \ \
| | * | | | Enforce frozen string in RubocopKir Shatrov2017-07-018-0/+8
| * | | | | 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-013-7/+7
|/ / / /
* | | | Fix missing formats in route-set URLsJonathan del Strother2017-06-231-0/+2
* | | | Fix typo on error message when route definition is ambiguous.André Luis Leal Cardoso Junior2017-06-031-1/+1
* | | | Fix formatting of `direct` and `resolve` doc [ci skip]yuuji.yaginuma2017-06-031-14/+14
* | | | `respond_to_missing?` should be privateRyuta Kamizono2017-04-221-2/+3
* | | | Reuse the Parameters#to_h check in the routing helpersRafael Mendonça França2017-04-182-15/+4
* | | | Use more specific check for :format in route pathAndrew White2017-04-181-1/+2
* | | | Merge pull request #28394 from shime/docs-action-dispatchXavier Noria2017-03-225-31/+31
|\ \ \ \
| * | | | [docs] fix ActionDispatch documentationHrvoje Šimić2017-03-135-31/+31
* | | | | Always use original url_for when generating direct routesAndrew White2017-03-172-1/+9
* | | | | Add support for calling nested direct routes (#28462)Andrew White2017-03-173-24/+20
* | | | | Remove unnecessary params mungingAndrew White2017-03-151-2/+1
|/ / / /
* | | | Fix `direct` with params example [ci skip]yuuji.yaginuma2017-03-061-1/+1
* | | | Remove unused params.Jerry Tao2017-02-262-2/+2
* | | | Commit flash changes when using a redirect route.Andrew White2017-02-251-0/+2
* | | | [ci skip] Fix more quotes in direct/resolve docsAndrew White2017-02-231-3/+3
* | | | Clarify use of params in `direct`Andrew White2017-02-221-0/+9
* | | | Bump removal of `/:controller/:action` to Rails 5.2Andrew White2017-02-221-2/+2
* | | | [ci skip] Fix direct/resolve documentation.Kasper Timm Hansen2017-02-211-11/+11
* | | | Split direct method into twoAndrew White2017-02-212-49/+56