> The important part of a backtrace are first lines. Also, ensure backtrace
> silencers are removed (uncomment last line in
> config/initializers/backtrace_silencers.rb). If bug it's in a plugin
> (probably)
> silencers must be removed to get lines of plugin files in the backtrace.
>
Sergio -
Thanks for your thoughts.
I turned of the silencers (had to add an initializer with the
following statement: Rails.backtrace_cleaner.remove_silencers!),
Here now is the trace I get:
actionpack (2.3.2) lib/action_view/template.rb:76:in `[]'
actionpack (2.3.2) lib/action_view/paths.rb:48:in
`find_template_without_active_scaffold'
actionpack (2.3.2) lib/action_view/paths.rb:47:in `each'
actionpack (2.3.2) lib/action_view/paths.rb:47:in
`find_template_without_active_scaffold'
vendor/plugins/active_scaffold/lib/extensions/
generic_view_paths.rb:11:in `find_template'
actionpack (2.3.2) lib/action_controller/base.rb:1380:in
`default_template'
actionpack (2.3.2) lib/action_controller/base.rb:943:in
`render_without_benchmark'
actionpack (2.3.2) lib/action_controller/benchmarking.rb:
51:in `render_without_active_scaffold'
activesupport (2.3.2) lib/active_support/core_ext/
benchmark.rb:17:in `ms'
activesupport (2.3.2) lib/active_support/core_ext/
benchmark.rb:10:in `realtime'
activesupport (2.3.2) lib/active_support/core_ext/
benchmark.rb:17:in `ms'
actionpack (2.3.2) lib/action_controller/benchmarking.rb:
51:in `render_without_active_scaffold'
vendor/plugins/active_scaffold/lib/extensions/
action_controller_rendering.rb:13:in `render'
It looks like the @path variable is not getting set, but I am not sure
why.
Tom
--
You received this message because you are subscribed to the Google Groups
"ActiveScaffold : Ruby on Rails plugin" 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/activescaffold?hl=en.