Skip to content

Version skew problem arising from Maruku filter #12

@mfaughn

Description

@mfaughn

haml-contrib is dependent on Tilt, which it picks up from it's dependency on Haml. The current release of Tilt (2.6.0) no longer includes the MarukuTemplate class, which results in a NameError: uninitialized constant Tilt::MarukuTemplate when haml-contrib tries to register the Maruku filter. Haml will rescue a LoadError for when it requires maruku.rb from haml-contrib but nothing handles the NameError. There are a couple ways to fix this. If I knew which one the maintainers preferred, I'd go ahead and do it myself...but I don't know which way they would prefer to see this fixed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions