From: Andrea Aaa Date: 2008-08-05T22:28:51+09:00 Subject: Install gems on shoes I've executed with shoes this script on a .rb file: Shoes.setup do gem 'json >= 1.1.1' gem 'activerecord' gem 'sqlite3-ruby' gem 'RedCloth' end require 'json' require 'activerecord' require 'sqlite3' requiee 'RedCloth' Shoes.app do @msg = para "ALL SYSTEMS GO" animate(20) { @msg.toggle } end I wanted to install sqlite3 and RedCloth gems, but I got an error. Can anyone help me with it? thanks -- Posted via http://www.ruby-forum.com/.