Closed stmllr closed 6 years ago
If constantize
is the only feature used from activesupport, I'd rather implement this instead of using activesupport.
That's an excellent idea! Feel free to send over a pull request; or I can take a look sometime soon.
There you go.
JobEnquer uses String method
constantize
from gem "activesupport", however this dependency is missing in Gemfile.Non-rails projects fail with
I propose to add "activesupport" to Gemfile and use
require "active_support/core_ext/string"
in JobEnquer.