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 On Friday, October 7, 2011 9:57:41 PM UTC-5, Park Gibum wrote: > > 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 <[email protected] <javascript:>> > >> 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 >> >> -- >> You received this message because you are subscribed to the Google Groups >> "CommunityEngine" group. >> To post to this group, send email to [email protected]<javascript:> >> . >> To unsubscribe from this group, send email to >> [email protected] <javascript:>. >> For more options, visit this group at >> http://groups.google.com/group/communityengine?hl=en. >> >> > -- You received this message because you are subscribed to the Google Groups "CommunityEngine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/communityengine. For more options, visit https://groups.google.com/groups/opt_out.
