I just came across RedActor (http://redactorjs.com/), a WYSIWYG-editor. I want to use it in combination with Rails and Paperclip but I don't know where to start. I searched the docs and came across PHP examples for uploading files and images.
Google found nothing for me. (Keywords: Rails Paperclip RedActor). I found this gem (https://github.com/SammyLin/redactor-rails) on GitHub but it only offers integration with ActiveRecord and CarrierWave.
What do I have to do to get RedActor working together with Ruby On Rails and Paperclip?