Linux. RMagick installs successfully using gem, and appears to install
using Shoes.setup, but fails at the require statement.
Shoes.setup
gem 'rmagick'
end
require 'rmagick'
On Sun, Nov 23, 2008 at 7:10 PM, Devyn Cairns <[EMAIL PROTECTED]>wrote:
> What platform are you on??? Windows, Linux or Mac?
>
> On Sat, Nov 22, 2008 at 5:46 PM, Ryan Baxter <[EMAIL PROTECTED]> wrote:
> > I don't mind saving the images to disk temporarily. I'm stuck just
> trying
> > to referencing it. The method below doesn't seem to work.
> >
> > Shoes.setup do
> > gem 'rmagick'
> > end
> >
> >
> > On Sat, Nov 22, 2008 at 1:01 PM, Devyn Cairns <[EMAIL PROTECTED]>
> > wrote:
> >>
> >> For that to happen, there would have to be a way to load an image from
> >> a string, or you would have to use Tempfile. I think the former would
> >> be better because it opens up so many other possibilities.
> >>
> >> On Sat, Nov 22, 2008 at 9:05 AM, Ryan Baxter <[EMAIL PROTECTED]>
> wrote:
> >> > Is there a way to use RMagick in a Shoes app?
> >> >
> >>
> >>
> >>
> >> --
> >> ~devyn
> >
> >
>
>
>
> --
> ~devyn
>