I'm having the same issues.... Thing is I have "gem "rmagick",
"2.12.2", :require => "RMagick"" in my Gemfile, but it still tries to
install 2.13.1.... not sure why??

On Apr 13, 7:01 am, railsnerd <[email protected]> wrote:
> 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.

Reply via email to