Hi! What is the best way to load HAML in a Rails 3 application? In Rails 2 applications, I used to just add 'config.gem "haml"' in my environment.rb file and even did not have to use the plugin.
Now, just adding gem "haml" in the Gemfile does not seem to activate it, I have to add "require 'haml/template'" in my application.rb file. Is it the best way? Nicolas. -- 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.
