Tagged Questions
1
vote
0answers
21 views
TinyMCE used in a partial is not loading when it is called in another partial remotely
In my rails app, I have a page for creating a new question. Also I need to create the same type of sub question under the parent question. So the layout being the same, I have used a partial ...
0
votes
0answers
17 views
tinyMCE mceAddControl
I am using this gem.
I create 2-3 sets in config/tinymce.yml, In my page I use more than 2 instances of tinymce with configurations specified in config file.
Also this instances in a list (ul) I am ...
1
vote
1answer
26 views
Configure tinymce-rails to use a different font family by default
I have seen a few examples of this for configuring normal tinymce, however not in the context of the tinymce-rails gem? I would imagine it is just a setting in tinymce.yml but haven't been able to ...
0
votes
0answers
30 views
styles drop down is not working in tinymce editor
I've installed the tinymce-rails gem and I am able to see the editor in my page, everything is working fine except styles drop down list, which is located beside headlines drop down(working fine).
On ...
1
vote
0answers
40 views
RefineryCMS + TinyMCE + Integrate tinymce 3.5.6 with refinery 2.0.2
I am developing a CMS by modifing refinery, but instead of using the default editor I want to use TinyMCE editor but I am facing trouble integrating it with refinery. The editor tags does not appear ...
1
vote
1answer
112 views
TinyMCE on Rails 4, the asset pipeline isn't flowing for me
I have the tiny_mce folder inside of vendor/assets/javascripts/. In my application.js file, I have:
//= require tiny_mce/tiny_mce_src.js
In development, the Tiny mce editor works. In production on ...
0
votes
0answers
34 views
Tinymce-rails helper action not working
I am new-ish to rails and I am having trouble with the Tinymce-rails gem. I have it installed and when I try the following code on a form I get this error. I am not sure what is causing it.
"can't ...
0
votes
1answer
202 views
TinyMCE gem is not working in my rails 3 application
I am trying to use tinyMCE gem in my rail 3 application. I cant see all the options on editor like
I cant see-
1.Style (Option is visible but can not drop down)
2. cant insert image (A button to ...
1
vote
1answer
115 views
integrate tinymce into rails + backbone
I've used tinymce for quite a while. and thanks to http://github.com/spohlenz/tinymce-rails
But now i have to include in tinymce in the app based on backbone-on-rails
I've followed all the ...
1
vote
2answers
59 views
fill_in in tinyMce
I want to fill in text in a page having Tinymce Editor for functional Automation testing using Cucumber and selenium driver.I am able to open the image dialog but unable to fill in the textfield ...
2
votes
0answers
19 views
undefined method `javascript_expansions' for ActionView::Helpers::AssetTagHelper:Module [duplicate]
Possible Duplicate:
After upgrading to Rails 3.1.1: “undefined method `javascript_expansions'” error
I'm using tinymce with activescaffold in rails 3.2 and I'm getting this error:
...
1
vote
0answers
112 views
How to handle with multiple assets hosts and tinymce-rails?
I am using tinymce in my app.
https://github.com/spohlenz/tinymce-rails
I require it in application.js
//= require tinymce-jquery
I moved my assets lately outside to few hostnames.
...
1
vote
2answers
82 views
How can I use TinyMCE components with SSL?
I have a Ruby on Rails admin section protected by an SSL certificate. Unfortunately, TinyMCE is loaded from the public/javascripts directory. Because the site is loading an un-encrypted script, all ...
1
vote
1answer
129 views
TinyMCE Spellchecker Rails not working
I am currently using the tinymce-rails gem found here https://github.com/spohlenz/tinymce-rails and I am having trouble getting the spellchecker to initialize. The TinyMCE editor works fine otherwise.
...
1
vote
1answer
121 views
TinyMCE: using maxchars plugin in Rails
I've got a Rails app that is using TinyMCE, via the TinyMCE-Rails gem. I'm trying to use the maxchars plugin to get word count going. I've added the plugin to config/tinymce.yml
plugins:
- ...
3
votes
2answers
50 views
ArgumentError when using TinymceSpellcheck
I want to use 'tinymce_spellcheck' to use the spellcheck button in my tinymce editor.
I wrote in my controller:
def spellcheck
data = ActiveSupport::JSON.decode(request.raw_post)
args = ...
1
vote
2answers
51 views
Automatically generate id on headings that are inserted by TinyMCE
The default behaviour in TinyMCE is to create headings as such:
<h1>My heading text!</h1>
We're currently building a table of contents macro for our app which uses TinyMCE. I'd like ...
1
vote
2answers
109 views
TinyMCE editor formatting creates unwanted 200b characters
I have a TinyMCE editor on my page. Content added to the editor:
jfdkl
jfdslk
tinyMCE.activeEditor.getContent({"format":"raw"})
returns this:
"<p>jfdkl</p><p><strong ...
3
votes
3answers
610 views
TinyMCE: disable html edit button
Is there a way in TinyMCE to disable the "edit html" button? I'm overwhelmed by the config options and can't seem to find it. I noticed users can use that to place javascript in their field which I do ...
1
vote
1answer
345 views
rails 3.2.8 ruby 1.9.x tinymce-rails ActiveSupport::HashWithIndifferentAccess (NameError)
I am trying to use tiny-mce WYSIWYG editor with active-admin in my rails 3.2.8 application. After including:
gem 'tinymce-rails'
(https://github.com/spohlenz/tinymce-rails)
in my Gemfile i get the ...
1
vote
1answer
368 views
tinyMCE does not work with Active Admin in Chrome
I used this guide to integrate tinyMCE into Active Admin textarea elements.
I did:
Download tinyMCE of latest version (tinymce_3.5.6.zip) and put tiny_mce folder to my puplic/javascripts folder.
...
2
votes
1answer
231 views
TinyMce Rails Theme Simple and Theme Advanced in one page
I have an events.html.haml file. I want the first text area to have a customized plugin, theme:simple.
The next text area, i want it to have everything I specified in my config/tinymce.yml
Here's my ...
2
votes
0answers
82 views
tinymce pre plugin button looks disabled
I am using tinymce in my rails 3.2 application.
I have added pre as a plugin in tinymce.yml in config. But the the button that appears on UI to add the code segment looks disabled. Why? There are no ...
1
vote
1answer
220 views
tinymce setContent not working with erb
In my web application I am using the tinymce editor to allow users to create html emails. I have included a feature where they can save a template to the database so they can use it for multiple ...
0
votes
1answer
119 views
TinyMCE: Set Text
I'm currently using tinymce as a html text editor in a rails application and I'm currently facing a problem. I'm unable to set the text of the html editor to a desired text. I'm using javascript to ...
3
votes
1answer
100 views
Jquery.tinymce.js gets loaded but TinyMCE doesnt get inserted
We have used tinyMCE at several places in our app just by adding a class to the text area or whichever element wherein we need to insert TinyMCE. But when I try to add tinyMCE to a newly created text ...
5
votes
2answers
522 views
How to fill tinymce-rails editor with capybara and selenium?
I have trouble with using capybara to test tinymce form. I'm using tinymce-rails and have 7 editors in my form. Also I'm using asciimath plugin with tinymce.
Everything works fine, but I'm unable to ...
1
vote
1answer
186 views
Easy way to format blog posts in Rails app
I've been trying to get styling working on site uncookedblog.com for hours now. I have tried using this TinyMCE gem, and CKeditor as well as some other gems. I just can't figure this stuff out. All I ...
2
votes
1answer
327 views
tinymce-rails set content_css
I'm developing an Rails application and using the tinymce-rails gem. In the TinyMce configuration I can normally set my main content.css file that is used by the editor, so it looks like the result ...
2
votes
3answers
411 views
Rails + tinymce-rails weird error
I'm using tinymce-rails for a form .... until last night everything worked fine ... this morning when I came in and tried to run the form I get this error
undefined local variable or method 'tinymce' ...
1
vote
1answer
54 views
Can't get several tiny_mce editors on a page, only one
I use Ruby on Rails 2.3 and gem 'tiny_mce'
Gem uses TinyMCE 3.4
Gem generates script on my page
tinyMCE.init({
editor_selector : 'mceEditor',
mode : 'textareas'
});
Next, I have several ...
2
votes
1answer
2k views
Lightweight Rails 3 WYSIWYG editor
As the title states, I'm looking for a lightweight Rails 3(.1) WYSIWYG editor. I don't want to have to install a bunch of plugins, it should be through a Gem. It doesn't have to be feature rich ...
0
votes
1answer
430 views
Loading TinyMCE globally for Rails app
So I installed this implementation of tinymce-rails gem:
Added gem 'tinymce-rails' to the Gemfile and ran bundle install
Configured //= require tinymce-jquery in ...
2
votes
1answer
1k views
How best to sanitize fields in ruby on rails
I currently have a controller capturing some html from TinyMCE on the front end. If I tinker with firebug it is possible to submit script tags and inject alert messages etc on to the screen.
edit: ...
0
votes
1answer
270 views
How to add HTML comment in tinymce editor in rails project
I am using the tinymce editor for one of my rails app.
I need to add HTML comments (<!-- -->), but it's not able to save the HTML tag as comment.
Please help!!
Thanks in advance.
0
votes
1answer
256 views
Making own buttons in tinymce, using bbcode
rails gem in my rails app. i use it with bbcode and as parser i use bbcodeizer.
bbcodeizer allows me to define own bbcode tags.
tinymce allows me to add own buttons.
if i want to add a button, how ...
0
votes
1answer
299 views
How to integrate TinyMCE in Ruby on Rails
I want to integrate TinyMCE in my Rails project. Where can I find a tutorial regarding this? I would also like to know whether there are any TinyMCE plugins.
1
vote
2answers
283 views
Invoke tinyMCE commands in ruby on rails app
I am trying to use tinyMCE in a ruby on rails application. This is my initialization code.
<script type="text/javascript" src="/tiny_mce/tiny_mce.js"></script>
<script ...
1
vote
1answer
277 views
How do I integrate photo uploading with the tinymce content editor in a Rails3.1 app?
I am using the tinymce-rails gem which is working great on it's own. I want to create a custom plugin for it so I can use paperclip to upload images to a media library. I need to access the tinymce ...
1
vote
2answers
305 views
How to prevent tinyMCE from modifying image URLs in rails
I have a problem with tinyMCE and Image URLs in rails. I inserted the image with this URL:
http://mydomain.com/fold1/fold2/fold3/2010/name.png
and the image is properly inserted. But when I ...
2
votes
1answer
575 views
Postgres or database_cleaner?
I'm running into a very strange case. I have this scenario and sometimes it passes. Sometimes it doesn't. In fact, every step is green, but then after the step it produces this garbage stack trace ...
1
vote
1answer
290 views
trouble using tinymce using ruby on rails
I am having trouble in using tinymce editor with rails 3. I want to show text in bold letters and having trouble using tags like when I write something in p tags It should go to next paragraphs. in my ...
1
vote
2answers
219 views
text_area submit problem using Rich Text Editor which outputs HTML
Using tiny_mce from https://github.com/kete/tiny_mce
to be able to change the format of the text, the problem is once its submitted it sends the html to my comments and its not getting translated and ...
0
votes
1answer
77 views
Multiple tinymce_hammer in same form in rails
Iam using tinymce_hammer as a rich text editor. But now i have a form where there are two textareas. they have to be tinymce_hammer. but now when i save, only one textarea is saved in the db. the ...
0
votes
2answers
412 views
Rails 2.3.8 tiny mce issue - undefined method `uses_tiny_mce'
I am facing an issue in my application with tiny mce.
All the gem version & ruby version is OK on my system, but it is giving me error
= undefined method `uses_tiny_mce'
Here i installed the ...
1
vote
1answer
374 views
Jammit fails to package tinyMCE
When I load the page with tinyMCE I get the following errors:
"NetworkError: 404 Not Found - http://localhost:3000/users//langs/en.js"
en.js
"NetworkError: 404 Not Found - ...
1
vote
1answer
522 views
tinymce wysiwyg editor is giving extra line in html
I am using tinymce wysiwyg editor in my Application.
I save my tinymce o/p in my database, but when i retrieve it in my html page it is adding blank extra line that i don't want.
For Ex:-
when i am ...
4
votes
3answers
886 views
Is it possible to use tinyMCE with rails_admin?
I really like rails_admin, but my clients don't like CKEditor. Is this really the only option for WYSIWYG on this gem? Is there any way to use tinyMCE with rails_admin?
3
votes
1answer
569 views
Any assets manager on rails 3?
Does anybody know any asset manager on rails 3 for upload/browse image/file? Like this one http://tinymce.moxiecode.com/enterprise/mcimagemanager.php
1
vote
1answer
543 views
TinyMCE limit text on scrollerActived
I have a textarea in my rails application to collect content from user in a database. The rails application is further feeding that text to an XML-driven flex application.
The flex application has ...




