aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | | | | | | Eager load supports individual filesAaron Patterson2018-09-262-4/+8
| | | | * | | | | | | | Allow helpers to be deferred until the routes have been finalizedAaron Patterson2018-09-252-5/+24
| | | | * | | | | | | | Eagerly build the routing helper module after routes are committedAaron Patterson2018-09-257-27/+62
| |_|_|/ / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #33974 from rails/remove-catch-all-from-amAaron Patterson2018-09-251-17/+7
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | This patch removes deprecated catch-all routes from AMAaron Patterson2018-09-241-17/+7
* | | | | | | | | | | | Merge pull request #33973 from rails/remove-catch-allAaron Patterson2018-09-2519-78/+296
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | make bot happyAaron Patterson2018-09-244-9/+9
| * | | | | | | | | | | | Add hack to deal with warningsAaron Patterson2018-09-241-1/+1
| * | | | | | | | | | | | Remove deprecated catch-all route in the AV testsAaron Patterson2018-09-2419-78/+296
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #33977 from marshall-lee/abandon-top-supportRyuta Kamizono2018-09-2510-27/+4
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Abandon TOP support.Vladimir Kochnev2018-09-2510-27/+4
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #33953 from wagurano/guides_markdown_custom_header_idRafael França2018-09-242-2/+7
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix rails guides markdown.rb and renderer.rb to use custom header idwagurano2018-09-232-2/+7
* | | | | | | | | | | | Merge pull request #33964 from pskl/masterRafael França2018-09-241-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Improve phrasing of one sentence in the contributing guidePascal Lamouric2018-09-241-1/+1
* | | | | | | | | | | | Merge pull request #33959 from eugeneius/eager_load_attribute_methodsRyuta Kamizono2018-09-252-0/+55
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Eagerly define attribute methods in productionEugene Kenny2018-09-242-0/+55
* | | | | | | | | | | | Merge pull request #33960 from utilum/update_minimagick_version_to_4.9.2Ryuta Kamizono2018-09-241-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | update mini_magick to the latest versionutilum2018-09-241-2/+2
|/ / / / / / / / / / /
* | | | | | | | | | | Extract `instrument` method.Kasper Timm Hansen2018-09-231-26/+11
* | | | | | | | | | | `Persistence#increment!` requires an attribute argument which is incrementedRyuta Kamizono2018-09-242-1/+6
* | | | | | | | | | | Merge pull request #33829 from mtsmfm/encode-filenameKasper Timm Hansen2018-09-2310-82/+104
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Encode Content-Disposition filenames on send_data and send_fileFumiaki MATSUSHIMA2018-09-1310-82/+104
* | | | | | | | | | | | Merge pull request #33949 from sjain1107/no-private-defKasper Timm Hansen2018-09-239-72/+87
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Remove private defSakshi Jain2018-09-239-72/+87
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #33951 from abartov/patch-1George Claghorn2018-09-231-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Added mandatory region and bucketAsaf Bartov2018-09-231-0/+2
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #32971 from y-yagi/use_plus_operator_to_unfreeze_stringYuji Yaginuma2018-09-23101-364/+366
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-23101-364/+366
|/ / / / / / / / / /
* | | | | | | | | | Make sure this test check the issue solved in #31135Rafael Mendonça França2018-09-221-6/+12
* | | | | | | | | | Fix "warning: shadowing outer local variable - job"yuuji.yaginuma2018-09-221-2/+2
* | | | | | | | | | Merge pull request #33564 from avit/escape_javascript_castingRafael França2018-09-212-4/+9
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Let escape_javascript handle conversion to stringAndrew Vit2018-09-212-4/+9
* | | | | | | | | | | No private def in the codebaseRafael Mendonça França2018-09-212-13/+16
* | | | | | | | | | | Merge pull request #33932 from schneems/schneems/recyclable-key-support-cacheRichard Schneeman2018-09-218-0/+69
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Switch to supports_cache_versioning? check to a class methodschneems2018-09-208-29/+23
| * | | | | | | | | | | [close #33907] Error when using "recyclable" cache keys with a store that doe...schneems2018-09-208-0/+75
* | | | | | | | | | | | Merge pull request #33940 from ianfleeton/chaptersRyuta Kamizono2018-09-211-13/+13
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Replace line items with chapters [ci skip]Ian Fleeton2018-09-211-13/+13
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #33934 from tgxworld/add_missing_test_caseRyuta Kamizono2018-09-211-0/+7
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Add missing test case for `redirect_to` when request includes a port.Guo Xiang Tan2018-09-211-0/+7
* | | | | | | | | | | | | Merge pull request #33922 from schneems/schneems/collection-caching-easier-to...Richard Schneeman2018-09-201-0/+35
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | [ci skip] document collection_caching.rbschneems2018-09-191-0/+35
* | | | | | | | | | | | | | Merge pull request #33933 from davidcelis/patch-1Yuji Yaginuma2018-09-211-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Fix missing curly brace in documentationDavid Celis2018-09-201-0/+1
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge pull request #33906 from dark-panda/ignore-psqlrc-when-using-psqlRafael França2018-09-204-12/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | Ignore psqlrc files when executing psql commandsJ Smith2018-09-174-12/+12
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge pull request #33930 from bogdanvlviv/correct-spelling-in-33891George Claghorn2018-09-201-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Correct spelling in "Contributing to Ruby on Rails" guide [ci skip]bogdanvlviv2018-09-201-1/+1
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Merge pull request #33850 from sharang-d/fix-asset_enqueued_with-for-hashesRafael França2018-09-203-9/+38
|\ \ \ \ \ \ \ \ \ \ \ \ \