aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Merge pull request #32316 from rails/fix-non-ascii-static-file-servingRafael França2018-03-226-4/+15
|\ \ \ \ \ \ \ \
| * | | | | | | | Use ASCII-8BIT paths in ActionDispatch::StaticAndrew White2018-03-226-4/+15
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Remove unused variableRafael Mendonça França2018-03-221-1/+0
* | | | | | | | Merge pull request #32319 from yahonda/no_monkeypatch_for_ruby260Rafael França2018-03-221-9/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Ruby 2.6 will not require monkey patched `URI#unescape`Yasuo Honda2018-03-221-9/+1
|/ / / / / / /
* | | | | | | Merge pull request #31869 from BKSpurgeon/patch-1Ryuta Kamizono2018-03-221-12/+16
|\ \ \ \ \ \ \
| * | | | | | | Update documentation [ci skip]Ben Koshy2018-02-021-12/+15
* | | | | | | | Use try in tests that try to test try.Kasper Timm Hansen2018-03-211-7/+2
* | | | | | | | Fix `test_config_another_database` failureRyuta Kamizono2018-03-222-5/+5
* | | | | | | | Add `QueryingMethodsDelegationTest` to cover query methods delegationRyuta Kamizono2018-03-221-0/+28
* | | | | | | | Merge pull request #32221 from composerinteralia/batch-predicate-builderRyuta Kamizono2018-03-221-10/+16
|\ \ \ \ \ \ \ \
| * | | | | | | | Use PredicateBuilder for bind params in BatchesDaniel Colson2018-03-111-10/+16
* | | | | | | | | Merge pull request #32253 from zwass/before_action_docsRyuta Kamizono2018-03-221-0/+12
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add cancellation info to before filter docsZachary Wasserman2018-03-141-0/+12
* | | | | | | | | | Merge pull request #32310 from sodabrew/mysql2-0.4-0.5Ryuta Kamizono2018-03-222-2/+2
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | |
| * | | | | | | | | Support mysql2 0.4.x and 0.5.xAaron Stone2018-03-202-2/+2
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Update loofah to mitigate CVE-2018-8048Andrew White2018-03-211-5/+5
* | | | | | | | | Merge pull request #32293 from dzirtusss/fix-system-tests-transactionsEileen M. Uchitelle2018-03-211-0/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix system tests transactions not closed between examplesSergey Tarasov2018-03-191-0/+1
* | | | | | | | | | Cache url helpers moduleAndrew White2018-03-211-1/+2
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Allow any version of dalli less them 2.7.7Rafael Mendonça França2018-03-202-2/+2
* | | | | | | | | Merge pull request #32305 from q-centrix/perf-improvement-translation-helperAndrew White2018-03-201-2/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Memoize the result of gsubbing @virtual_pathDillon Welch2018-03-201-2/+5
* | | | | | | | | | Merge pull request #32302 from q-centrix/perf-improvement-tag-nameAndrew White2018-03-201-3/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Interpolate '' instead of nil when multiple is false.Dillon Welch2018-03-201-3/+3
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #32282 from javan/fix-digesting-mixed-formatsJavan Makhmali2018-03-203-4/+15
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Fix digesting templates with mixed formatsJavan Makhmali2018-03-203-4/+15
|/ / / / / / / / /
* | | | | | | | | Merge pull request #32300 from albertoalmagro/albertoalmagro/remove-outdated-...Rafael França2018-03-198-99/+9
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Remove support for Qu gem.Alberto Almagro2018-03-198-99/+9
|/ / / / / / / / /
* | | | | | / / / Add documentation about not accepting PRs for new adapters (#32298)Jeremy Green2018-03-192-0/+7
| |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | Remove backported CHANGELOG entry [ci skip]Andrew White2018-03-191-8/+0
* | | | | | | | Allow full use of the AWS S3 SDK authentication options (#32270)Brian Knight2018-03-194-3/+18
|/ / / / / / /
* | | | | | | Merge pull request #32278 from saveriomiroddi/add_mysql_json_to_activerecord_...Eileen M. Uchitelle2018-03-191-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Add MySQL JSON reference to ActiveRecord::Store documentationSaverio Miroddi2018-03-171-2/+2
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #32283 from bogdanvlviv/move-csp-info-from-5_2_release_notesEileen M. Uchitelle2018-03-192-63/+109
|\ \ \ \ \ \ \
| * | | | | | | Move CSP info from 5.2 release notes to guide [ci skip]bogdanvlviv2018-03-182-63/+109
* | | | | | | | Merge pull request #32284 from bogdanvlviv/fix-failing-test-test_quoted_time_utcAndrew White2018-03-191-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix failing `QuotingTest#test_quoted_time_utc`bogdanvlviv2018-03-191-2/+2
| |/ / / / / / /
* / / / / / / / Fix unclosed tags in `RedisCacheStore` docs [ci skip]yuuji.yaginuma2018-03-191-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #32281 from bogdanvlviv/fix-rails_5_2-notes-32222Kasper Timm Hansen2018-03-181-154/+0
|\ \ \ \ \ \ \
| * | | | | | | Fix "Ruby on Rails 5.2 Release Notes" [ci skip]bogdanvlviv2018-03-181-154/+0
* | | | | | | | Update Redis cache store docsStefan Wrobel2018-03-171-14/+34
| |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #32275 from elainefang/fix-grammarGeorge Claghorn2018-03-161-4/+4
|\ \ \ \ \ \ \
| * | | | | | | Fix grammar in Getting Started with Railsef7182018-03-161-4/+4
|/ / / / / / /
* | | | | | | Merge pull request #32271 from eileencodes/fix-three-tier-default-connectionEileen M. Uchitelle2018-03-164-2/+53
|\ \ \ \ \ \ \
| * | | | | | | Switch dbconsole config loader checkeileencodes2018-03-161-1/+1
| * | | | | | | Fix connection handling with three-tier configeileencodes2018-03-163-1/+52
* | | | | | | | :scissors:Rafael Mendonça França2018-03-161-1/+0
* | | | | | | | Fix multiline expression indexes for postgresql (#31621)fatkodima2018-03-163-3/+3
* | | | | | | | Don't need to include in the changelog something that was release in 5.2Rafael Mendonça França2018-03-151-4/+0