On Mon, Nov 24, 2008 at 10:04:07AM +0100, Vassilis Rizopoulos wrote:
> You do need the require 'rubygems'
> before your requires. The setup does not do it automagically.

Setup does require rubygems. The problem seems to be that some
characters need to be uppercased in the require.

  Shoes.setup do
    gem "rmagick"
  end

  require "RMagick"

  Shoes.app do
    para Magick::Image
  end

_why

Reply via email to