Upgrade to rails 7
From rails 7 on zeitwerk is used for autoloading.
https://guides.rubyonrails.org/classic_to_zeitwerk_howto.html
This lead to an issue, where Conf was not being autoloaded when used
from an initializers. The occurences are now wrapped with a call of
Rails.application.reloader.to_prepare do
to load the class in
question.
I have removed the explicit activesupport
dependency from the gemfile, it is required by activeresource-response
anyway.
Closes #127 (closed)
Edited by paz