On Jueves, 13 de Mayo de 2010 16:00:33 hoenth escribió: > > Don't you get a backtrace? > > I do, here are the last few lines: > > c:/Ruby/lib/ruby/gems/1.8/gems/rspec-rails-1.3.2/lib/spec/rails/ > extensions/action_view/base.rb:27:in `render' > app/views/classrooms/show.html.erb:25 > c:/Ruby/lib/ruby/gems/1.8/gems/rspec-rails-1.3.2/lib/spec/rails/ > extensions/action_view/base.rb:27:in `render' > c:/Ruby/lib/ruby/gems/1.8/gems/rspec-rails-1.3.2/lib/spec/rails/ > extensions/action_view/base.rb:27:in `render' > app/controllers/classrooms_controller.rb:29:in `show' > > > line 27 of the ActionView::Base is: > > render_without_mock_proxy(options, old_local_assigns, &block)
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 Cambra .:: entreCables S.L. ::. Mariana Pineda 23, 50.018 Zaragoza T) 902 021 404 F) 976 52 98 07 E) [email protected] -- 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.
