Skip to content

Common Errors in Rails

Lev Brie edited this page Aug 18, 2013 · 1 revision

###Testing


  1. "Could not find table...". Run $ rake db:test:prepare. More than likely, you migrated your table in development but did not prepare the test db, which is still unaware of the existence of the table in question.

Clone this wiki locally