I was getting the message:

<pre>
....../lib/ruby/gems/1.8/gems/haml-2.0.3/lib/haml/filters.rb:218:in
`render': uninitialized constant Sass::Plugin (NameError)
</pre>

at merb startup when I had :sass filter in a view. The set of relevant
gems is:

<pre>
haml (2.0.3)
merb (0.9.7)
merb-core (0.9.7)
merb-haml (0.9.7)
</pre>

The problem solved by adding a require line 216 in the filters.rb:

<pre>
      lazy_require 'sass/plugin'
</pre>

Am I doing somethig wrong, or is it a bug?

Thank you!
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to