Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

ruby rails svg

Options
  • 30-03-2006 2:32pm
    #1
    Registered Users Posts: 954 ✭✭✭


    Hey question about generating svg with ruby in a rails framework
    Have a ruby script that generates svg, and I knwo it wont work withthe regualr rhtml views asit needs to bexhtml or xml to be displayed properly, builder makes xml. but Im not up to scratch with it. So can anyone tell me if you could have the xml or xhtml generated with builder in rails.. but display svg with the html

    or should I just give up on that approach and have the svg generation in module and then have a dynamic link in the view for each svg file. Then have the svg files generated and stored somewhere?


Advertisement