Closed jagthedrummer closed 1 year ago
It turns out that the errors about "created_bys
is not a table" & "approved_bys
is not a table" were directly related to the missing legacy_replace_in_file
method. Once I got that method in place the migrations are being altered correctly so that Rails doesn't look for the created_bys
and approved_bys
tables.
I was trying to run the action model tests in the starter repo and was seeing two different errors that were preventing the setup script from even running.
Complaints about "
created_bys
is not a table" & "approved_bys
is not a table"This seems to be related to how we're generating models on the command line.
Complaints about a missing method called
legacy_replace_in_file
Joint PR: https://github.com/bullet-train-co/bullet_train/pull/891