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

2020-01-19 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

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

2020-01-19 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

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

2020-01-19 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

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

2020-01-19 Thread Walter Lee Davis
> 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 the > picture it displays with a circled button that says send and you can also > delete

[Rails] how do i send pictures in channels?

2020-01-19 Thread fugee ohu
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 the picture it displays with a circled button that says send and you can also delete it instead How do I do that? -- You received this message

[Rails] actiontext.scss not loading

2020-01-19 Thread fugee ohu
application.scss @import "actiontext.scss"; -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscr...@googlegroups.com. To view this

[Rails] where are these requests for images coming from?

2020-01-19 Thread fugee ohu
It seems I may have succeeded in importing something becuase webpacker is looking for all these image files Can someone explain to me what's going on? Seems to be looking for bootstrap and also actiontext image files? Module not found: Error: Can't resolve '../img/play-pause.png' in

[Rails] webpacker wants images under /app ?

2020-01-19 Thread fugee ohu
This is from app/javascript/application.js // Uncomment to copy all static images under ../images to the output folder and reference // them with the image_pack_tag helper in views (e.g <%= image_pack_tag 'rails.png' %>) // or the `imagePath` JavaScript helper below. // // const images =