Ran into this error message whilst developing tonight: SQLite3::BusyException: database is locked: I have two models: Podcasts have many Tracks Tracks belong to Podcasts. Podcast files are hosted on mixcloud. To create a Podcast: user submits a url for a podcast on mixcloud rails app grabs json feed associated with url json is used to set attributes (title, image etc) on the new Podcast object I'm