I have bundler 1.0 running on rails 2.8. After this, I am getting a weird problem. All webpages have started giving me "Undefined Method" error. Log does not suggest anything either. Please refer to the log below and suggest me if you have encountered similar problem before.
thank you. Error details - HomeController#index (ActionView::TemplateError) "undefined method `summary' for #<Post:0xba185d0>" On line #3 of app/views/home/index.html.haml app/views/home/index.html.haml:3:in `_run_haml_app47views47home47index46html46haml' .bundle/gems/ruby/1.8/ gems/actionpack-2.3.8/lib/action_view/renderable.rb:34:in `send' .bundle/gems/ruby/1.8/gems/actionpack-2.3.8/lib/action_view/ renderable.rb:34:in `render_without_trace_View_path_r_2_Rendering' .bundle/gems/ruby/1.8/ gems/actionpack-2.3.8/lib/action_view/base.rb:306:in `with_template' .bundle/gems/ruby/1.8/gems/actionpack-2.3.8/lib/ action_view/renderable.rb:30:in `render_without_trace_View_path_r_2_Rendering' .bundle/gems/ruby/1.8/ gems/actionpack-2.3.8/lib/action_view/template.rb:205:in `render_template' .bundle/gems/ruby/1.8/gems/actionpack-2.3.8/lib/ action_view/base.rb:265:in `render_without_haml' .bundle/gems/ruby/1.8/ gems/haml-3.0.17/lib/haml/helpers/action_view_mods.rb:13:in `render' .bundle/gems/ruby/1.8/gems/actionpack-2.3.8/lib/action_view/ base.rb:348:in `_render_with_layout' .bundle/gems/ruby/1.8/gems/ actionpack-2.3.8/lib/action_view/base.rb:262:in `render_without_haml' .bundle/gems/ruby/1.8/gems/haml-3.0.17/lib/haml/ helpers/action_view_mods.rb:13:in `render' .bundle/gems/ruby/1.8/gems/ actionpack-2.3.8/lib/action_controller/base.rb:1250:in `render_for_file' .bundle/gems/ruby/1.8/gems/actionpack-2.3.8/lib/ action_controller/base.rb:936:in `render_without_benchmark' -- You received this message because you are subscribed to the Google Groups "Heroku" 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/heroku?hl=en.
