OSx Aptana not finding RMagick
|
|
Hi, Please advise me on how to get Aptana to see rubystack’s Rmagick files. |
|
|
Hi Kimberly, Probably the only thing you need to do is setting environment variable MAGICK_CODER_MODULE_PATH and updating PATH inside Aptana RadRails IDE. It was already described here:
Another thing I was doing in past is to set following environment variables directly in environment.rb file or just add them to one of initializers (Rails 2.0). You can find the example below: ENV[“MAGICK_CODER_MODULE_PATH”]=”/bitnami/rubystack/common/lib/ImageMagick-6.3.4/modules-Q16/coders” I hope it helps. Let us know if you still have problems. greetz |
|
|
Hi Danoo, Thanks, |
|
|
Hi, Thanks. |
