Another guess is that it is not using jquery to post hence not including the csrf token as a param to post and rails is dropping the requests before they hit your app.<br><div class="gmail_quote"><div dir="ltr">On Fri, 5 Aug 2016 at 14:17, Jon Wood <<a href="mailto:jon@ninjagiraffes.co.uk">jon@ninjagiraffes.co.uk</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><p dir="ltr">My guess is that yes, it regularly posts as you make changes. You should be able to see if that's the case by watching the logs in log/development.log for requests to your save endpoint.</p>
<br><div class="gmail_quote"><div dir="ltr">On Fri, 5 Aug 2016, 08:12 Jesse Waites, <<a href="mailto:jesse.waites@gmail.com" target="_blank">jesse.waites@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi everyone,<div><br></div><div>This may be a little long, please bear with me.</div><div><br></div><div>I have a dead simple hobby rails app spun up with Devise. I have users, users have many Stories. Those associations are done, easy peasy. I am now trying to integrate a Medium.com style WYSIWYG editor called Dante into a hobby app.</div><div><br></div><div>This is the editor:</div><div><a href="https://github.com/michelson/Dante" target="_blank">https://github.com/michelson/Dante</a></div><div><br></div><div>This is the demo in action:</div><div><a href="http://michelson.github.io/Dante/" target="_blank">http://michelson.github.io/Dante/</a></div><div><br></div><div>I have managed to get the editor on the page, but for the life of me I cannot seem to figure out how to get it to actually save the content.</div><div><br></div><div>This is a link to my repo:</div><div><a href="https://github.com/piratebroadcast/bckpckrs/" target="_blank">https://github.com/piratebroadcast/bckpckrs/</a><br></div><div><br></div><div>The integration of the editor is on this page:</div><div><a href="https://github.com/piratebroadcast/bckpckrs/blob/master/app/views/stories/new.html.erb" target="_blank">https://github.com/piratebroadcast/bckpckrs/blob/master/app/views/stories/new.html.erb</a><br></div><div><br></div><div>The only reference anywhere online I've found is *me* trying to figure out how to integrate this thing almost a year ago:</div><div><a href="http://stackoverflow.com/questions/33656321/integrating-dante-ysiwyg-medium-style-editor-into-a-rails-form" target="_blank">http://stackoverflow.com/questions/33656321/integrating-dante-ysiwyg-medium-style-editor-into-a-rails-form</a><br></div><div><br></div><div>There, a developer answers that I should somehow integrate the content from the editor into a simple_form form. I'm not so sure about that, as the editor *Seems* to have an upload URL and can so it itself.</div><div><br></div><div><pre style="font-family:Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:13.6px;margin-top:0px;margin-bottom:0px;font-stretch:normal;line-height:1.45;word-wrap:normal;padding:16px;overflow:auto;border-radius:3px;color:rgb(51,51,51);background-color:rgb(247,247,247)"><span><<span style="color:rgb(99,163,92)">script</span> <span style="color:rgb(121,93,163)">type</span>=<span style="color:rgb(24,54,145)"><span>"</span>text/javascript<span>"</span></span>></span>
<span>    editor <span style="color:rgb(167,29,93)">=</span> <span style="color:rgb(167,29,93)">new</span> <span style="color:rgb(121,93,163)">Dante.Editor</span>(</span>
<span>      {</span>
<span>        el<span style="color:rgb(167,29,93)">:</span> <span style="color:rgb(24,54,145)"><span>"</span>#editor<span>"</span></span>,</span>
<span>        upload_url<span style="color:rgb(167,29,93)">:</span> <span style="color:rgb(24,54,145)"><span>"</span>/images.json<span>"</span></span>, <span style="color:rgb(150,152,150)">//it expect an url string in response like /your/server/image.jpg or <a href="http://app.com/images/image.jpg" target="_blank">http://app.com/images/image.jpg</a></span></span>
<span>        store_url<span style="color:rgb(167,29,93)">:</span> <span style="color:rgb(24,54,145)"><span>"</span>/save<span>"</span></span> <span style="color:rgb(150,152,150)">//post to save</span></span>
<span></span>
<span>      }</span>
<span>    );</span>
<span>    <span>editor</span>.<span style="color:rgb(0,134,179)">start</span>()</span>
<span>  </<span style="color:rgb(99,163,92)">script</span>></span></pre></div><div><br></div><div><br></div><div>I am completely baffled as to how the system would know when you are done "writing" your story into the editor. Does it POST constantly? </div><div><br></div><div>Any and all tips would really be appreciated.</div><div><br></div><div>Thank you!</div><div><br></div><div><br clear="all"><div><br></div>-- <br><div data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div>Jesse Waites</div><div>Web Developer</div><div><a href="http://JesseWaites.com" target="_blank">JesseWaites.com</a></div></div></div></div></div></div></div></div>
</div></div>
_______________________________________________<br>
Chat mailing list<br>
<a href="mailto:Chat@lists.lrug.org" target="_blank">Chat@lists.lrug.org</a><br>
Archives: <a href="http://lists.lrug.org/pipermail/chat-lrug.org" rel="noreferrer" target="_blank">http://lists.lrug.org/pipermail/chat-lrug.org</a><br>
Manage your subscription: <a href="http://lists.lrug.org/options.cgi/chat-lrug.org" rel="noreferrer" target="_blank">http://lists.lrug.org/options.cgi/chat-lrug.org</a><br>
List info: <a href="http://lists.lrug.org/listinfo.cgi/chat-lrug.org" rel="noreferrer" target="_blank">http://lists.lrug.org/listinfo.cgi/chat-lrug.org</a><br>
</blockquote></div>
_______________________________________________<br>
Chat mailing list<br>
<a href="mailto:Chat@lists.lrug.org" target="_blank">Chat@lists.lrug.org</a><br>
Archives: <a href="http://lists.lrug.org/pipermail/chat-lrug.org" rel="noreferrer" target="_blank">http://lists.lrug.org/pipermail/chat-lrug.org</a><br>
Manage your subscription: <a href="http://lists.lrug.org/options.cgi/chat-lrug.org" rel="noreferrer" target="_blank">http://lists.lrug.org/options.cgi/chat-lrug.org</a><br>
List info: <a href="http://lists.lrug.org/listinfo.cgi/chat-lrug.org" rel="noreferrer" target="_blank">http://lists.lrug.org/listinfo.cgi/chat-lrug.org</a><br>
</blockquote></div>