re attachinary
I'm using this on the show page, but it is not generating any html. Using Attachinary. Not sure where to look... The photo upload works OK, and when finished uploading redirects me to the show page, but there's no picture!
<% if @user.avatar? %>
<%= cl_image_tag(@user.avatar.path, { size: '100x120', crop: :fit, gravity: :face }) %>
<% end %>
Using Rails 4.0.2, Ruby 2 on linux box
0
-
After further investigating this with Thomas, when experiencing an issue such as this you should verify that you include the jQuery files (manually or using asset pipeline).
For more information:
http://cloudinary.com/documentation/rails_image_upload#direct_uploading_environment_setup0
Post is closed for comments.
Comments
1 comment