Would anyone know why I get `LoadError: cannot loa...
# support
k
Would anyone know why I get
LoadError: cannot load such file -- solidus/migrations/rename_gateways
when trying to migrate`20180814112435_rename_bogus_gateways.spree.rb` ? I have set up a fresh install and moved over everything from existing install, and no migrations have been taken out or removed. Only difference is that it’s now on Solidus 3.2 but I have reverted t. 3.1.7 and didn’t fix it. Also tried 3.2.2
e
Hey Kurtis, I’m not sure about the full context but anyway on solidus master that migration has been turned into a no-op, explaining it was only useful while updating to v2.3 https://github.com/solidusio/solidus/blob/master/core/db/migrate/20170608074534_rename_bogus_gateways.rb#L19 probably it’s ok to replace its contents with what’s in solidus master, and the version you have there is coming from the 2.3 update
k
Thanks @elia
👍 1