I am getting:
tail log/production.log -> Completed 500 Internal Server Error in 5ms ActionView::Template::Error (tiny_mce/tiny_mce.js isn't precompiled): 20: div class="navbar navbar-fixed-top" 21: div class="navbar-inner" app/views/layouts/application.html.erb:18:in `_app_views_layouts_application_html_erb__1001433435_73096230' The strange thing is I did: 1. Removed all tinyMCE related files and configuration statements from my project 2. cap deploy:assets:clean 3. cap deploy:assets:precompile I have verified that the offending lines do not exist on the server. So somehow it appears as though this asset is being cached somewhere? My deployment stack Debian6 nginx passenger (installed nginx via the passenger-install-nginx-module) ruby 1.9.3 installed systemwide using rvm. Any ideas? Thanks -- * You received this message because you are subscribed to the Google Groups "Capistrano" 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/capistrano?hl=en
