Actually, if you use the "haml --rails" functionality, Haml will load itself from the gem during the plugin initialization. That way, all you need in the plugin directory is init.rb.
- Nathan Jeffrey Hardy wrote: >> Do I always have to install haml seperately as a plugin for my RoR >> project, or can I use the installed haml gem within my RoR project >> > > Yeah, you do. The plugin needs to be installed in order to hook into > the Rails internals and enable Haml for your app. You use the Gem > when you're outside of Rails. > > /Jeff > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
