[EMAIL PROTECTED] wrote: > Hi Nathan, > > So, to clarify, the gem release of rails 2.1 should work with Haml 2.0? Yes. > Is there anything other than config.gem 'haml' necessary to get this working? You'll need to install Haml as a plugin (you can do this by doing "haml --rails path/to/app"). Once you've done that, I don't think config.gem will be necessary, but I'm not entirely sure of that. > Using in this way my rails app complains about not > finding an index.html.erb file. I tried playing around with > ActionView::Template.register_template_handler(:haml,Haml::Template) a > bit to no avail, so just wanted to see if there was any documentation > on what versions are workign with what, and any steps needed to do > so. > It seems likely that you don't have it installed as a plugin. See above. > thanks! > jack
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
