I'm definitely curious about what all is out there too regarding Wysiwyg editors. I have worked with http://www.telerik.com/kendo-ui/editor, but it's paid :/. That being said, everything that company makes is pretty awesome.
Also fwiw, I wouldn't worry too much about security/html_safe in a wysiwyg editor, I feel the security should come in your application code, e.g. sanitizing params for the html_safe with strong_params, and not in the UI. On Saturday, January 17, 2015 at 9:13:06 AM UTC-8, Priya Kanakha wrote: > > Hello, > > Does anyone have a recommendation for a light weight wysiwyg rails gem > that supports file/image uploads, plays nice with Bootstrap 3 - Rails 4.2 - > simpleform and provides decent security/html_safe options? > > I tried a few editors to varying results, but none that truly works - > bootstrap-wysihtml5-rails - image uploads does not work, and seems tied to > a deprecated wysihtml5 project > wysihtml - no drag/drop image uploads > bootsy - installation errors (https://github.com/volmer/bootsy/issues/110) > > Any suggestions greatly appreciated. Thanks a bunch. > > Cheers, > Priya > > -- -- SD Ruby mailing list [email protected] http://groups.google.com/group/sdruby --- You received this message because you are subscribed to the Google Groups "SD Ruby" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
