aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/active_record_multiple_databases.md
Commit message (Collapse)AuthorAgeFilesLines
* Replace replica with primary in automatic connection switching after write ↵tr4b4nt2019-07-021-1/+1
| | | | | in multi-db docs [ci skip] Reads after write should be from the primary database.
* Fix typo initialzer -> initializer [ci skip]Abhay Nikam2019-06-171-1/+1
|
* Update multi-db docseileencodes2019-06-141-1/+20
| | | | | | * Add note about schema cache * Add note about opening too many connections * Improve headers in caveats section
* Fixed a couple of typos, word 'deliberately' and database_resolver_context ↵Akshay Mohite2019-06-061-4/+4
| | | | class name. [ci skip]
* Fix typo in multi database guide depentent -> dependent [ci skip]Abhay Nikam2019-06-041-2/+2
| | | | Fixed the redundant addition of to [ci skip]
* Document multiple databases in Railseileencodes2019-06-041-0/+269
This file documents how to use multiple databases, what features are supported, what features are coming soon, and caveats.