shairontoledo / rghost

RGhost is a document creation and conversion API. It uses the Ghostscript framework for the format conversion, utilizes EPS templates and is optimized to work with larger documents. Support(PDF,PS,GIF,TIF,PNG,JPG,etc)
http://rghost.rubyforge.org
MIT License
187 stars 46 forks source link

Color library gotcha #66

Open jhoutz opened 8 years ago

jhoutz commented 8 years ago

Just a heads up for future users, RGhost was throwing an error with not having the Color ruby library installed (https://rubygems.org/gems/color/versions/1.8).

I got it to work by adding "gem color" in the Gemfile and running bundle, but, "gem color" MUST be above "gem rghost" in the Gemfile.

My environment: • Rails 3.2.22 • Ruby 2.1.6