lml / sketchily

Embed SVG-edit in Rails HTML forms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issues implementing Sketchily

spaetstueckerin opened this issue · comments

Dear Sketchily Team,

wie struggle with the gem trying to implement SVG edit in our Rails app. Due to a lack of documentation and community, we are somehow stuck. What we did so far is the installation of gem and the sketchily_tag within a form. So far so good, what shows up is the SVG edit frame with buttons and a clean pages, but sadly without any functionality and no images on the buttons. For us it seems like a problem with the asset pipeline... but we have no clue how to solve it. We would totally appreciate some help! Help!

Many greetings,
Andrea

What version of Rails are you using?

hi! we are using 3.2 and yet we thought we do not have the right version?!

See github.com/lml/ost for example usage

On Oct 4, 2013, at 10:56 AM, Andrea notifications@github.com wrote:

hi! we are using 3.2 and yet we thought we do not have the right version?!


Reply to this email directly or view it on GitHub.

If you want to debug your particular problem, you can use firefox with the firebug extension and look for any javascript errors. I remember one thing that used to cause errors was including jquery more than once in your application.js file, but I don't know if this applies to you.

Try out the new sketchily version 4.0.1. It contains some namespacing improvements that might fix your issue.