Hi folks - I have run into an issue with solidus_s...
# support
g
Hi folks - I have run into an issue with solidus_subscriptions: I removed the gem, and reversed the installation. Firstly, the migrations remained, so I had to manually write a migration to get rid of any tables, indexes and foreign keys. Now that the gem is uninstalled and all migrations removed, the entire store broke into pieces, as whatever we do traces of the gem keep appearing - i.e.:
ActionView::Template::Error (undefined method 'subscribable' for #<Spree::Variant:0x00007feec5b059d0>): 106: <div data-hook="admin_product_form_subscribable"> 107: <%= f.field_container :subscribable do %> 108: <label> 109: <%= f.check_box :subscribable %> 110: <%= Spree::Product.human_attribute_name(:subscribable) %> 111: </label> 112: <% end %>
No idea where this is coming from? What do we have to do - step by step to remove the gem?