[Rails] trix actiontext rich content append to div in view from js file (actioncable channel) not displaying rich content, field not clearing after submit

2020-01-20 Thread fugee ohu
My app was working before I tried adding images in the richtext field Now the form field doesn't clear on submit and everything appends to the element I'm appending to from my javascript channel file (room.js) wrapped in So the problem is it doesn't display until the page is refreshed then

[Rails] how do i append a json object to a css selector in the dom

2020-01-20 Thread fugee ohu
I need to append this json object including images to a css selector Anyone can tell me how { "id": 43, "name": "content", "body":

Re: [Rails] how do i send pictures in channels?

2020-01-20 Thread fugee ohu
On Sunday, January 19, 2020 at 4:56:19 PM UTC-5, Walter Lee Davis wrote: > > > > > On Jan 19, 2020, at 4:10 PM, fugee ohu > > wrote: > > > > Got my chat app working in rails 6 with channels but now how do I let > users send pictures in channels? I've seen chat apps where after you > upload