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 > 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]. > To unsubscribe from this group, send email to > [email protected]. > 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 post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/communityengine?hl=en.
