What is the best WYSIWYG for Rails - Ruby on Rails Blog
Posted
by bgadoci
on Stack Overflow
See other posts from Stack Overflow
or by bgadoci
Published on 2010-04-17T15:47:31Z
Indexed on
2010/04/18
4:03 UTC
Read the original article
Hit count: 678
What is the best way to allow for the adding of images and embedding of video in the body:text field of a Ruby on Rails blog.
I understand that I can use an attachment like Paperclip to add a photo to a record but I am wondering how to get images/vids into the actual body of the post.
© Stack Overflow or respective owner