Gems work fine in shoes on Leopard if they don't have any native c extensions in them, which is the case for libraries like json_pure, cgi, rack... The part that is failing on leopard is the compiling.

To use source code in your app, place it in the same directory as your app, ensure it ends with .rb, and then add a require 'whatever' statment, which is the file name of the source code you would like to include in your app, minus the .rb (optionally). There aren't any special open source dialects of ruby, it's all just normal ruby files you can require and use just like code you write yourself.

Reply via email to