This pull request refactors the seed() function to reduce the amount of time my code holds on to the database lock. I wasn't quite able to solve all of the bugs related to deploying Oasis on Heroku in time for this week's staging, so this passes all unit tests and looks fine in my browser, but I don't know how it will perform in the production environment.
This pull request refactors the
seed()
function to reduce the amount of time my code holds on to the database lock. I wasn't quite able to solve all of the bugs related to deploying Oasis on Heroku in time for this week's staging, so this passes all unit tests and looks fine in my browser, but I don't know how it will perform in the production environment.Solves #303