Installed the latest haml on an existing project, 2.2.22 previously installed.
$>rails server => Booting WEBrick => Rails 3.0.0.beta application starting in development on http://0.0.0.0:3000 => Call with -d to detach => Ctrl-C to shutdown server Exiting /home/jbc/rubygems/gems/gems/haml-3.0.2/lib/haml/helpers/ action_view_mods.rb:185:in `alias_method': undefined method `fragment_for' for module `ActionView::Helpers::CacheHelper' (NameError) from /home/jbc/rubygems/gems/gems/haml-3.0.2/lib/haml/helpers/ action_view_mods.rb:185 $> On a hunch, I tried reinstalling the plugin to the project with haml -- rails . It informed me that it was redundant, and I should just specify 'gem haml' in the Gemfile. The line was already there, so I tried moving plugins/haml aside... and got a standard 'template missing'. I've reverted to the old version for now. Thought y'all might like to know. -- You received this message because you are subscribed to the Google Groups "Haml" 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/haml?hl=en.
