-
Published Answer
This is what my production.rb file looks like:
Paperclip.options[:commandpath] = “/usr/bin/”
LDLIBRARY_PATH = “/usr/bin/”…
•
By
RedMagnum30
-
Published Answer
UPDATE: PROBLEM SOLVED. Moved the “}” after the parameters in the link and things began working again. It isn’t clear why it stoppe…
•
By
RedMagnum30
-
Published Question
I have one route in my Rails 4 application that is no longer working. It works in my development environment and use to work in my production environment but no longer does.
The error looks like:
ActionView::Template:...
1
•
•
By
RedMagnum30
Ruby on Rails
Ruby
-
Published Answer
Fixed the Paperclip load path in my production.rb environments file (/usr/bin/) and that solved my image upload problem.
•
By
RedMagnum30
-
Published Question
I've had a problem with ImageMagick in my Rails application. It will upload GIF's but not other image type. I searched for ImageMagick and it seems like I have multiple versions installed. I installed version 6.9.0 fr...
3
•
•
By
RedMagnum30
Ruby on Rails
Nginx
-
Published Answer
I’m finally back trying to fix my ImageMagick problem. I ran a search and found I have several references to ImageMagick with diffe…
•
By
RedMagnum30
-
Published Answer
asb, I checked the list and found that JPEG and PNG were missing from the list. I’ll try your suggestion and let you know how it go…
•
By
RedMagnum30
-
Published Answer
asb,
I did install from source code, I found the instructions from somewhere but can’t find the URL. It does upload GIF files bu…
•
By
RedMagnum30
-
Published Question
I'm using ImageMagick and Paperclip for uploading images to my Rails app. It is working on my development machine, a Mac, but not here. When Paperclip tries saving different sizes of the images, ImageMagick give the e...
4
•
•
By
RedMagnum30
Ruby on Rails
Nginx
-
Published Question
I used the 1-click Ubuntu-Nginx-Unicorn-Rails install option and have my app up and running. I'm trying to configure my server to support SSL on a couple of things like sign-in and registration. I have my certificate ...
1
•
•
By
RedMagnum30