Tagged Questions
0
votes
1answer
103 views
Dragonfly - Uploaded images not displayed
I am using dragonfly with jruby and apache tomcat to upload images. I am trying to display images that i am uplaoding dynamically using profile_picture.thumb('30x30#').url
When I run the app using ...
0
votes
0answers
138 views
wrong URLs deploying to a subdirectory
in my view I have:
<a href="<%= @project.file.url %>"><%= @project.file.name %></a>
locally, in development, all works fine and I can download the file. But on my VPS in ...