hasan
1 post(s)
|
here is full error message – ActionView::ActionViewError in TuneupController#show
Couldn’t find template file for in [”/Users/nhmtanveerhossainkhanhasan/projects/classified_ad_new_repo/trunk/development/swiad/app/views”, ”/Users/nhmtanveerhossainkhanhasan/projects/classified_ad_new_repo/trunk/development/swiad/vendor/plugins/fiveruns_tuneup/views”]
RAILS_ROOT: /Users/nhmtanveerhossainkhanhasan/projects/classified_ad_new_repo/trunk/development/swiad Application Trace | Framework Trace | Full Trace
/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_view/base.rb:312:in `render_file_without_fiveruns_tuneup’ vendor/plugins/fiveruns_tuneup/lib/fiveruns/tuneup/instrumentation/action_view/base.rb:30:in `globalize_old_render_file’ vendor/plugins/fiveruns_tuneup/lib/fiveruns/tuneup/instrumentation/utilities.rb:52:in `step’ vendor/plugins/fiveruns_tuneup/lib/fiveruns/tuneup/instrumentation/action_view/base.rb:29:in `globalize_old_render_file’ vendor/plugins/globalize/lib/globalize/rails/action_view.rb:18:in `render_file’ /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_view/base.rb:331:in `render_without_fiveruns_tuneup’ vendor/plugins/fiveruns_tuneup/lib/fiveruns/tuneup/instrumentation/action_view/base.rb:72:in `existing_rendering_method’ lib/core-ext/rails_core_ext.rb:86:in `render’ lib/core-ext/rails_core_ext.rb:86:in `render’
any help?
|
Brian Dainton
Moderator
19 post(s)
|
Hi hasan,
Hm, the globalize and fiveruns_tuneup plugins are not playing nicely together. Both plugins wrap/alias one or more ActionPack ‘render’ methods and somewhere in this render call stack the view’s template_path is getting blanked out. Unfortunately, I don’t have a good workaround for you at the moment. If you’d like to send a trimmed-down version of your rails app (to support@fiveruns.com) that displays this problem, I’ll be happy to dig further and see if I can’t solve the issue.
|