8
8

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Rails 4 で TinyMCE を使う時の注意点

8
Last updated at Posted at 2014-03-31

自分用メモです。環境によって多少は異なります。
なお、jquery-turbolinksが入っている環境です。

data-turbolinks-track を有効にする

assets 呼び出しをベタ書きで修正 

修正前
<%= tinymce_assets %>
修正後
<%= javascript_include_tag 'tinymce', 'data-turbolinks-track' => true %>
8
8
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
8
8

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?