grape
grape copied to clipboard
Rails 7 has removed ActiveSupport::Dependencies. How should reloading be done now?
https://github.com/ruby-grape/grape/issues/358 https://github.com/ruby-grape/grape#reloading-api-changes-in-development We have:
ActiveSupport::Dependencies.explicitly_unloadable_constants += [
'GrapeAPI::V1::RootEndpoint',
'GrapeAPI::RootEndpoint'
]
Any updates on this?
Any updates on this?
No updates. AFAIK nobody is working on this.
i am stuck here. any help?
NoMethodError: undefined method `explicitly_unloadable_constants' for ActiveSupport::Dependencies:Module
It sounds like it's time to move away from grape to something like pure API with VueJS, or Turbo from Hotwire
It sounds like it's time to move away from grape to something like pure API with VueJS, or Turbo from Hotwire
We'll miss you, @blshkv!