From 87dae537db5186bd46fd5c5ec11776ae02538acf Mon Sep 17 00:00:00 2001 From: Sam Pohlenz Date: Wed, 10 Jul 2024 16:30:51 +0930 Subject: [PATCH] Update README to refer to Propshaft support --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c88d0a88..d0225b9d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Rails Integration for TinyMCE The `tinymce-rails` gem integrates the [TinyMCE](https://www.tiny.cloud/) editor with the Rails asset pipeline. -This gem is compatible with Rails 5.0 and higher. +This gem is compatible with Rails 5.1 and higher. This is the branch for TinyMCE 5. Please see the [`main`](https://github.com/spohlenz/tinymce-rails) branch for TinyMCE 7, and alternate branches for [TinyMCE 6](https://github.com/spohlenz/tinymce-rails/tree/tinymce-6), [TinyMCE 4](https://github.com/spohlenz/tinymce-rails/tree/tinymce-4) & [TinyMCE 3.5.x](https://github.com/spohlenz/tinymce-rails/tree/tinymce-3). @@ -58,7 +58,7 @@ See the [TinyMCE 5 Documentation](https://www.tiny.cloud/docs/configure/) for a Use *one* of the following options to include TinyMCE assets. -(1) Add to your application.js: +(1) Add to your application.js (Sprockets only): ```js //= require tinymce @@ -73,10 +73,14 @@ or (2) with jQuery integration: (3) The TinyMCE assets can be included on a per-page basis using the `tinymce_assets` helper: ```erb -<%= tinymce_assets %> -#=>