0sc / activestorage-cloudinary-service

MIT License
60 stars 8 forks source link

Question about installation instruction #27

Closed ignatiusreza closed 4 years ago

ignatiusreza commented 5 years ago

Hiya :wave: !

Thanks for the great gem!

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..