diff options
author | Matthew Draper <matthew@trebex.net> | 2015-04-20 09:10:08 +0930 |
---|---|---|
committer | Matthew Draper <matthew@trebex.net> | 2015-04-20 09:14:19 +0930 |
commit | 8b09b45458cf9c7117f84e99449f32084e123db7 (patch) | |
tree | a78192321184dce41b10188f8e33749188551ad3 /guides/source/documents.yaml | |
parent | 41ae432f492bfedadc6977012c8d38665bda3ae2 (diff) | |
download | rails-8b09b45458cf9c7117f84e99449f32084e123db7.tar.gz rails-8b09b45458cf9c7117f84e99449f32084e123db7.tar.bz2 rails-8b09b45458cf9c7117f84e99449f32084e123db7.zip |
Only *configure* the queue in setup; DB creation must come later
setup gets called from the initializer, so it happens more than once in
a test run. Trying to drop the database again after the first process is
connected is.. ineffective. And entirely pointless.
Instead, defer creating the database to start_workers -- which only
happens once, right before we start doing anything real.
Diffstat (limited to 'guides/source/documents.yaml')
0 files changed, 0 insertions, 0 deletions