Ben

Hi,

Im attempting to use the sparklines graph plugin, and am reciving the
message below.

no such file to load – RMagick

Has anyone got any one suggestions on how to go about installing rmagick
using rails or any tutorials?

Thanks

Has anyone got any one suggestions on how to go about installing rmagick
using rails or any tutorials?

rmagic doesn’t really have anything to do with rails. Some plugins call
out
to it but it’s really just a seperate app. In fact RMagick isn’t even
the
app you want it’s just a connector between Ruby and ImageMagick. So go
to
the ImageMagick site, download and install that according to their
instructions then install Rmagick. Rmagick installation should be
trivial
since there’s a gem for it.