TinyMCE and Bootstrap Modals — Works only one time
问题 I'm using Bootstrap and tinymce-rails so that I can have a nice text editor for some of my text areas. However, I'm having a modal render a form that contains a textarea and the "tinymce" class, but this modal only actually shows the TinyMCE text editor one time. Once the modal is closed and re-opened, it only looks like a regular text field. Here's the form that's being rendered: <%= form_for @paragraph_section, html: {class: "form-horizontal"} do |f| %> <div class="form-group"> <%= f.label