aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/contributing_to_ruby_on_rails.md
diff options
context:
space:
mode:
authorMatthew Draper <matthew@trebex.net>2015-04-20 09:10:08 +0930
committerMatthew Draper <matthew@trebex.net>2015-04-20 09:14:19 +0930
commit8b09b45458cf9c7117f84e99449f32084e123db7 (patch)
treea78192321184dce41b10188f8e33749188551ad3 /guides/source/contributing_to_ruby_on_rails.md
parent41ae432f492bfedadc6977012c8d38665bda3ae2 (diff)
downloadrails-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/contributing_to_ruby_on_rails.md')
0 files changed, 0 insertions, 0 deletions