GithubHelp home page GithubHelp logo

Comments (9)

spohlenz avatar spohlenz commented on June 14, 2024

How are you including the TinyMCE assets (application.js or via the tinymce_assets helper)?

from tinymce-rails.

holden avatar holden commented on June 14, 2024

application.js

//= require tinymce-jquery 

from tinymce-rails.

spohlenz avatar spohlenz commented on June 14, 2024

Does the following work in your application.js?

//= require tinymce

I'll have to look into what the TinyMCE libs are doing when jQuery integration is added.

from tinymce-rails.

nxb-dev avatar nxb-dev commented on June 14, 2024

I tried to use both

//= require tinymce-jquery 

and

//= require tinymce

But helper method don't work.

from tinymce-rails.

rjhancock avatar rjhancock commented on June 14, 2024

In Rails 3.2, it seems the javascript include tag is placed at the bottom of the file and not at the top. The tinymce helper needs to be placed AFTER the JS gets loaded or needs to be re-written to ensure it gets loaded before calling the init method.

from tinymce-rails.

pawel2105 avatar pawel2105 commented on June 14, 2024

I get undefined method tinymce in RSpec when it tests views with <%= tinymce %> in it despite it working perfectly in development. Why would this be?

from tinymce-rails.

spohlenz avatar spohlenz commented on June 14, 2024

@pawel2105 Are you adding the tinymce-rails gem to the assets group in your Gemfile, or in the global group? Make sure it is in the global group.

from tinymce-rails.

pawel2105 avatar pawel2105 commented on June 14, 2024

@spohlenz I was. I hadn't restarted Spork which was causing the issue.

from tinymce-rails.

rtriska avatar rtriska commented on June 14, 2024

Faced with the same issue.
Solution: Just put '//= require tinymce-jquery' above '//= require_tree .'
For example:
'//= require jquery'
'//= require jquery_ujs'
'//= require jquery-ui'
'//= require tinymce-jquery'
'//= require_tree .'

In that case '<%= tinymce %>' helper works as it should.

from tinymce-rails.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.