From: Got Got Date: 2007-12-14T02:15:13+09:00 Subject: Re: scruffy question Hi, I have tested with : send_data(graph.render(:width => 800, :as => 'PNG', :to => "#{RAILS_ROOT}" + "/public/images/test.png"), :type =>'image/png', :disposition => 'inline') instead of : send_data(graph.render(:width => 800, :as => 'PNG'), :type => 'image/png', :disposition=> 'inline') But i have the same problem : app/controllers/supports_controller.rb:88: syntax error, unexpected tSTRING_BEG, expecting $end end',gfd :disposition=> 'inline') ^ I can't understand !!! Who can help me to use Scruffy with RoR ? Got -- Posted via http://www.ruby-forum.com/.