If you are using HAML and Globalize then you might need to tweak plugins/globalize/lib/globalize/rails/action_view.rb so HAML templates are actually “transformed”:
Change
@@re_extension = /\.(rjs|rhtml|rxml)$/
to
@@re_extension = /\.(rjs|rhtml|rxml|erb|builder|haml)$/
and HAML works again.
This entry was posted
on Wednesday, March 26th, 2008 at 17:13 and is filed under Ruby.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
back