You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PG::ObjectInUse: ERROR: database "foo_test" is being accessed by other users
DETAIL: There is 1 other session using the database.
: DROP DATABASE IF EXISTS "foo_test"
Couldn't drop database 'foo_test'
rails aborted!
ActiveRecord::StatementInvalid: PG::ObjectInUse: ERROR: database "foo_test" is being accessed by other users
DETAIL: There is 1 other session using the database.
: DROP DATABASE IF EXISTS "foo_test"
PG::ObjectInUse: ERROR: database "foo_test" is being accessed by other users
DETAIL: There is 1 other session using the database.
Error
New rails app with RSpec
bundle exec rake --trace
without prodder (works fine without an error)
with prodder (errors)
Workaround
Add an empty migration
Potential fixes
The text was updated successfully, but these errors were encountered: