carmen
carmen copied to clipboard
Require ActiveSupport
This fixes #297.
@apotheon it looks like the other require
line came in through https://github.com/carmen-ruby/carmen/commit/5d456f56e0bf528bac9600cc950c773db465a3d7. Some of that code is still in use today.
require 'active_support'
doesn't actually require any of the libraries inside of AS. You still need to do that individually. require 'active_support'
is basically setup code. See https://guides.rubyonrails.org/active_support_core_extensions.html#stand-alone-active-support for more details!
Thanks. I stand corrected regarding the other require
.
@benhutton - How do you feel about maintaining a fork and pulling in code from pull requests already submitted as needed? Perhaps name it "SanDiego" and publish it as a gem. That's assuming you know the codebase well enough and have time to be a maintainer.
@apotheon I definitely don't know this codebase at all! Sorry