haml-2.2.9/lib/haml/template.rb:57 seems to be creating a vendor/
plugins/haml/init.rb file. This is is not compatible with the
config.gem 'haml' way of doing things... config.gem already
automatically requires haml, so there is no need for the require
'haml' in init.rb. Also, since the require 'haml' line is forcibly
inserted into vendor/plugins/haml/init.rb I often get version problems
like "another version of haml has already been required" since the
require 'haml' in init.rb runs before config.gem 'haml', :version =>
'2.2.9'.

Is there any chance this functionality could be removed from future
versions of haml?
--~--~---------~--~----~------------~-------~--~----~
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