From: Dave Myron Date: 2008-05-08T08:35:23+09:00 Subject: Re: [ANN] Erubis 2.6.0 released - a fast and extensible eRuby kwa@kuwata-lab.com wrote: > > * Improved support of Ruby on Rails 2.0.2. > New class ActionView::TemplateHandlers::Erubis is defined and > registered as default handler of *.html.erb and *.rhtml. > Doesn't work over here with Rails 2.0.2 and Erubis 2.6.0. The reason is because ActionView::Base doesn't have methods register_default_template_handler nor register_template_handler. Those are now in ActionView::Template. I've posted a bug at Erubis' tracker (http://rubyforge.org/tracker/index.php?func=detail&aid=20015&group_id=1320&atid=5201) that includes the simple fix (change "Base.class_eval" to "Template.class_eval"). Dave -- View this message in context: http://www.nabble.com/-ANN--Erubis-2.6.0-released---a-fast-and-extensible-eRuby-tp17062146p17116985.html Sent from the ruby-talk mailing list archive at Nabble.com.