Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In gem ckeditor v5.1.2: app/assets/config/manifest.js overrides main manifest.js application configuration (Rails 7.1.3.4) #938

Closed
Sega100500 opened this issue Jul 3, 2024 · 3 comments

Comments

@Sega100500
Copy link

In gem ckeditor v5.1.2: app/assets/config/manifest.js overrides main manifest.js application configuration - all directives of main application are losed after mount ckeditor gem (Rails 7.1.3.4).
According to the unspoken rules, the manifest file for a gem should be called: <gem_name>_manifest.js, i.e. in your case ckeditor_manifest.js (I don’t remember exactly where, but this topic was discussed earlier, and it was never reflected in the official Rails documentation).

@galetahub galetahub pinned this issue Jul 3, 2024
@galetahub
Copy link
Owner

I just renamed app/assets/config/manifest.js to app/assets/config/ckeditor_manifest.js and it's worked.
All tests passed.

@galetahub
Copy link
Owner

This will be fixed in the upcomming release 5.1.3

@galetahub
Copy link
Owner

Fixed in 5.1.3 release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants