Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switching between different machines #22

Open
michalb82 opened this issue Jul 24, 2010 · 1 comment
Open

Switching between different machines #22

michalb82 opened this issue Jul 24, 2010 · 1 comment

Comments

@michalb82
Copy link

Problem/Scenario:
I have a development environment on my local machine. Everything works fine.
I deploy the application to other machine in production mode. Resizing image does not work and I don't have a clue why. I have no imagemagick installed but since I am in production mode I will not see this error.

Solution? This code:
# Log the failure to load the image.
logger.debug("Exception working with image: #{$!}")
Should be changed to WARN:
# Log the failure to load the image.
logger.warn("Exception working with image: #{$!}")

@technoweenie
Copy link
Owner

Can you send a pull request, or make this change in a fork?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants