Trying to deploy a new app to production. Build the server from a base CentOS.
However, when I try to run the rake to migrate the database, i get the following error
[root@tatp tatp_store]# bundle exec rake db:migrate
rake aborted!
uninitialized constant ActiveShipping::Base
(See full trace by running task with --trace)
[root@tatp tatp_store]#
I through it might be a similar issue to the DSL issue but similar fixes do not work.
Thanks!
This issue was caused by a bug in the Spree Active Shipping, issue #26 which has been fixed in build 9d4af80