PullMonkey Blog

07 Sep

Open Flash Chart II and Rails 3


Just a quick note about the Open Flash Chart II plugin for Rails and Rails 3.  Rails 3 did a 180 with regards to ERB tags and security.  Everything is now considered unsafe HTML.  So where we used to be able to do <%= @graph %>, we have to now do <%= @graph.html_safe %>.

Thanks go to kendagriff.



One Response to “Open Flash Chart II and Rails 3”

  1. By tom on Sep 27, 2010 | Reply

    your area graph does not display anything
    can you create an example of stacked area please
    Thx
    philip

Sorry, comments for this entry are closed at this time.