Not loading tiny_mce editor plugin using Rail3 Branch.

36 views
Skip to first unread message

Park Gibum

unread,
Oct 6, 2011, 3:21:38 PM10/6/11
to CommunityEngine
Hello.
I'm using rvm ruby 1.9.3-rc1, rails 3.1.0 version and download
recently rails3 update branch on github at today.
my application use same configuration of default application.yml of
rails3 branch config directory.
but, not loading tiny_mce editor below error on console.
----
GET http://localhost:3000/users/parkgibum/posts//themes/advanced/editor_template.js
404 (Not Found)
editor_plugin.jsGET http://localhost:3000/users/parkgibum/posts//plugins/curblyadvimage/editor_plugin.js
404 (Not Found)
en.jsGET http://localhost:3000/users/parkgibum/posts//langs/en.js 404
(Not Found)
tiny_mce_src-d4832e48c84f88236be38d10a568efaf.js:3Failed to load:
http://localhost:3000/users/parkgibum/posts//plugins/curblyadvimage/editor_plugin.js
tiny_mce_src-d4832e48c84f88236be38d10a568efaf.js:3Failed to load:
http://localhost:3000/users/parkgibum/posts//langs/en.js
tiny_mce_src-d4832e48c84f88236be38d10a568efaf.js:3Failed to load:
http://localhost:3000/users/parkgibum/posts//themes/advanced/editor_template.js
editor_plugin.jsGET http://localhost:3000/users/parkgibum/posts//plugins/media/editor_plugin.js
404 (Not Found)
tiny_mce_src-d4832e48c84f88236be38d10a568efaf.js:3Failed to load:
http://localhost:3000/users/parkgibum/posts//plugins/media/editor_plugin.js
editor_plugin.jsGET http://localhost:3000/users/parkgibum/posts//plugins/inlinepopups/editor_plugin.js
500 (Internal Server Error)
tiny_mce_src-d4832e48c84f88236be38d10a568efaf.js:3Failed to load:
http://localhost:3000/users/parkgibum/posts//plugins/inlinepopups/editor_plugin.js
editor_plugin.jsGET http://localhost:3000/users/parkgibum/posts//plugins/autosave/editor_plugin.js
404 (Not Found)
tiny_mce_src-d4832e48c84f88236be38d10a568efaf.js:3Failed to load:
http://localhost:3000/users/parkgibum/posts//plugins/autosave/editor_plugin.js

박기범

unread,
Oct 7, 2011, 10:57:41 PM10/7/11
to CommunityEngine
I guess this production.rb option problem.

  config.assets.compile = true

  config.assets.compress = true

but, both options is setting false. no problem for rendering of tiny_mce editor.

why? this is rails3.1 feature.

2011/10/7 Park Gibum <revuma...@gmail.com>

--
You received this message because you are subscribed to the Google Groups "CommunityEngine" group.
To post to this group, send email to communi...@googlegroups.com.
To unsubscribe from this group, send email to communityengi...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/communityengine?hl=en.


Dave Minor

unread,
Jun 27, 2013, 9:39:45 PM6/27/13
to communi...@googlegroups.com
Did you ever find a solution to this?  I'm having the same problem withTinyMCE not appearing in production and the same failed to load plugin errors.  I'm deploying to heroku.

dm

Bruno Bornsztein

unread,
Jun 28, 2013, 9:23:11 AM6/28/13
to communi...@googlegroups.com
Make sure you're including community_engine.js in your additional assets to precompile (in production.rb)


To unsubscribe from this group and stop receiving emails from it, send an email to communityengi...@googlegroups.com.

To post to this group, send email to communi...@googlegroups.com.

Dave Minor

unread,
Jul 6, 2013, 12:58:29 AM7/6/13
to communi...@googlegroups.com
I am including in my precompile.  What is interesting is that it's reported to work in IE but not Firefox or Chrome! There's a first for everything.
Reply all
Reply to author
Forward
0 new messages