rake db:schema:load has a malformed string for an error message. The message should display the name of the file and also properly namespace the display of the migrate task's name (e.g. rake sequel:migrate), but because the error string is single-quoted, this doesn't happen and the intended interpolated values are instead interpreted as literals.
rake db:schema:load
has a malformed string for an error message. The message should display the name of the file and also properly namespace the display of themigrate
task's name (e.g.rake sequel:migrate
), but because the error string is single-quoted, this doesn't happen and the intended interpolated values are instead interpreted as literals.