Rails 7 has removed ActiveSupport::Dependencies. How should reloading be done now?
Author: mileslaneCreated Feb 7, 2022Updated Oct 11, 2024
Labelsbug?you can help
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'
]Source: ruby-grape/grape