Newbie: Rails: Can't locate query files at vendor/assets/javascripts/cloudinary
Hello
I do apologise, first of all, for such a complete Newbie question (a newbie both to Cloudinary, and also somewhat to Rails). But one learns by asking questions...
I'm using Nitrous.io to test a Ruby on Rails setup with Cloudinary.
Following the instructions, I have succeeded in these steps:
gem install cloudinary
gem file edited to include:
gem 'cloudinary'
and I then ran bundle. Successful reports upon completing these steps.
However, specifically I want to test browser upload of images, and am attempting to follow these instructions:
Direct uploading from the browser
...which state:
"Start by including the required Javascript files - jQuery, Cloudinary's plugin and the jQuery-File-Upload plugin it depends on. These are located in the vendor/assets/javascripts/cloudinaryfolder of the Ruby GEM."
However, I do not see any files (or additional folders) at all in my vendor/assets/javascripts folder.
Have I missed an important step somewhere?
Thanks indeed for your help!
-
The files are packaged in the distributed Ruby GEM, therefore available in your local machine in the installed gem folder.
It's also available in the Javascript library where it is copied from to the Ruby GEM:
https://github.com/cloudinary/cloudinary_js0
Post is closed for comments.
Comments
1 comment