When you say you uninstalled the gem, you mean you...
# support
j
When you say you uninstalled the gem, you mean you removed it from your Gemfile and ran
bundle
to update the Gemfile.lock?
g
I first ran rake d solidus_subscriptions:install
It removed the file in the initializer
It also asked me if I want to run the migrations - which I did - but it didn't remove any of the tables, indexes and foreign keys
I then removed the gem
Removed from gemfile and uninstalled
j
it's still being loaded for some reason, which makes me suspicious that it's still in your Gemfile, as that's what decides what gets loaded
I guess probably worth running
bundle exec spring stop
too just in case
g
I just did that - now I can't even start my server:
`/Users/georg/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.1.6.1/lib/active_support/inflector/methods.rb286in
const_get': uninitialized constant SolidusSubscriptions (NameError)
Did you mean? SolidusVolumePricing
But I guess it is a step into the right direction 😄
j
Something seems very wrong.
g
Yup. Will speak to the engineers tomorrow - but given the gem doesn't really work that well (i.e. it displays subscription options for products that are not subscribe, and many other issues it causes) it will be best to setup a new instance, move everything over and have us write our own subscription logic.
We wasted too many hours on this 😔😅
Thank you for your help anyway @Jared Norman!
sg thumbs up 1