-
Add a require_tinymce method (named
process_require_tinymce_directive
) which will:- pull in editor_plugin_(src)?.js depending on Rails.env ['development', 'test', 'production']
- add compressor marking code to end of application.js
From
tiny_mce_gzip.php
- the 2.0.4 version. Look at it for more ideas. 'tinymce.each("' . implode(',', $files) . '".split(","),function(f){tinymce.ScriptLoader.markDone(tinyMCE.baseURL+"/"+f+".js");});'; -
design method to deal with plugin & theme css and html. Possibilities include:
- extend sprockets to create multiple assets
- move all of that stuff to /public/?
- fix or track down
document_base_url
bug - fix 8bit character data problem in the spellchecker plugin