Skip to content

Commit

Permalink
rename 'slave' to 'replica' everywhere and provide backward compatibi…
Browse files Browse the repository at this point in the history
…lity
  • Loading branch information
aks committed Apr 17, 2017
1 parent 7108a00 commit bb58e17
Show file tree
Hide file tree
Showing 35 changed files with 399 additions and 297 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -8,8 +8,8 @@ before_script:
- bundle update
- cp test/config/database_postgresql.yml.travis test/config/database_postgresql.yml
- psql -c 'create database fresh_connection_test_master;' -U postgres
- psql -c 'create database fresh_connection_test_slave1;' -U postgres
- psql -c 'create database fresh_connection_test_slave2;' -U postgres
- psql -c 'create database fresh_connection_test_replica1;' -U postgres
- psql -c 'create database fresh_connection_test_replica2;' -U postgres
cache: bundler
rvm:
- 2.1.10
Expand Down

0 comments on commit bb58e17

Please sign in to comment.