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.
On Friday, June 28, 2013 8:23:11 AM UTC-5, Bruno wrote: > > Make sure you're including community_engine.js in your additional assets > to precompile (in production.rb) > > > On Thu, Jun 27, 2013 at 8:39 PM, Dave Minor <[email protected] > <javascript:>>wrote: > >> 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]> >>> >>>> 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<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<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<http://localhost:3000/users/parkgibum/posts//langs/en.js>404 >>>> (Not Found) >>>> tiny_mce_src-**d4832e48c84f88236be38d10a568ef**af.js:3Failed to load: >>>> http://localhost:3000/users/**parkgibum/posts//plugins/** >>>> curblyadvimage/editor_plugin.**js<http://localhost:3000/users/parkgibum/posts//plugins/curblyadvimage/editor_plugin.js> >>>> tiny_mce_src-**d4832e48c84f88236be38d10a568ef**af.js:3Failed to load: >>>> http://localhost:3000/users/**parkgibum/posts//langs/en.js<http://localhost:3000/users/parkgibum/posts//langs/en.js> >>>> tiny_mce_src-**d4832e48c84f88236be38d10a568ef**af.js:3Failed to load: >>>> http://localhost:3000/users/**parkgibum/posts//themes/** >>>> advanced/editor_template.js<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<http://localhost:3000/users/parkgibum/posts//plugins/media/editor_plugin.js> >>>> 404 (Not Found) >>>> tiny_mce_src-**d4832e48c84f88236be38d10a568ef**af.js:3Failed to load: >>>> http://localhost:3000/users/**parkgibum/posts//plugins/** >>>> media/editor_plugin.js<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<http://localhost:3000/users/parkgibum/posts//plugins/inlinepopups/editor_plugin.js> >>>> 500 (Internal Server Error) >>>> tiny_mce_src-**d4832e48c84f88236be38d10a568ef**af.js:3Failed to load: >>>> http://localhost:3000/users/**parkgibum/posts//plugins/** >>>> inlinepopups/editor_plugin.js<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<http://localhost:3000/users/parkgibum/posts//plugins/autosave/editor_plugin.js> >>>> 404 (Not Found) >>>> tiny_mce_src-**d4832e48c84f88236be38d10a568ef**af.js:3Failed to load: >>>> http://localhost:3000/users/**parkgibum/posts//plugins/** >>>> autosave/editor_plugin.js<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 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<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] <javascript:>. >> >> To post to this group, send email to [email protected]<javascript:> >> . >> Visit this group at http://groups.google.com/group/communityengine. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > > -- 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.
