I've a question regarding the require: false in gem 'cloudinary', require: false line in the installation instruction in Readme.md.. why is it required?
it's a bit unusual to specify require: false in Gemfile, and if there's a technical background for it, I think it's better for it to be specified as part of the readme..
outside of pure curiosity, this line also potentially break test since cloudinary helper like cl_image_tag won't be available in test environment..
Hiya :wave: !
Thanks for the great gem!
I've a question regarding the
require: false
ingem 'cloudinary', require: false
line in the installation instruction inReadme.md
.. why is it required?it's a bit unusual to specify
require: false
inGemfile
, and if there's a technical background for it, I think it's better for it to be specified as part of the readme..outside of pure curiosity, this line also potentially break test since cloudinary helper like
cl_image_tag
won't be available in test environment..