aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Refactor configs_for and friendseileencodes2018-03-217-56/+101
* Add tests for new rake taskseileencodes2018-03-211-1/+128
* Update schema/structure dump tasks for multi dbeileencodes2018-03-212-14/+36
* Add ability to create/drop/migrate all dbs for a given enveileencodes2018-03-212-8/+11
* Add create/drop/migrate db tasks for each database in the environmenteileencodes2018-03-211-0/+25
* Add DatabaseConfig Struct and associated methodseileencodes2018-03-211-0/+39
* 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
* | | Check exclude before flagging cookies as secure in ActionDispatch::SSL (#32262)Catherine Khuu2018-03-153-1/+15
* | | Merge pull request #31250 from lsylvester/only-preload-misses-on-multifetch-c...Kasper Timm Hansen2018-03-156-9/+101
|\ \ \
| * | | Only preload misses on multifetch cacheLachlan Sylvester2018-03-066-9/+101
* | | | Merge pull request #32244 from bogdanvlviv/partly-revert-32231Kasper Timm Hansen2018-03-151-4/+2
|\ \ \ \
| * | | | Partly revert #32231bogdanvlviv2018-03-141-4/+2
* | | | | Merge pull request #32260 from artfuldodger/patch-3Kasper Timm Hansen2018-03-151-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Fix typo in active_job_basics.mdJon Evans2018-03-151-1/+1
|/ / / /
* | | | Avoid dalli 2.7.7 for nowyuuji.yaginuma2018-03-152-2/+2
* | | | Merge pull request #32220 from rails/fix-time-columns-on-sqlite3Andrew White2018-03-157-11/+83
|\ \ \ \
| * | | | Ensure that leading date is stripped by quoted_timeAndrew White2018-03-112-4/+37