Thanks Oren that worked
Anyone interested can simply test by hitting the index on this
controller
class ThingsController < ApplicationController
require 'rubygems'
require 'RMagick'
def index
img = Magick::Image.read("#{RAILS_ROOT}/public/images/
rails.png").first.scale(5).to_blob
render :text=>img, :status=>200,:content_type=>'image/gif'
end
end
--
You received this message because you are subscribed to the Google Groups
"Heroku" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/heroku?hl=en.