My tinymce
is working fine with rails 4 but where do i customize the text_area.
I have added following block of code in config/tinymce.yml
theme_advanced_toolbar_location: top
theme_advanced_toolbar_align: left
theme_advanced_statusbar_location: bottom
theme_advanced_buttons3_add:
- tablecontrols
- fullscreen
plugins:
- table
- fullscreen
It i remove tinymce.yml file also it is working. Actually where do i customize it.
Edit 1
I followed This link for installation