You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please add maruku etc as dependencies. Without maruku installed, compiling HAML containing :maruku gives the error To use the "maruku" filter, please install the haml-contrib gem, which is inaccurate.. Running the line Haml::Filters.register_tilt_filter "Maruku", :template_class => Tilt::MarukuTemplate in a REPL gives LoadError: cannot load such file -- maruku, again fairly cryptic.
The text was updated successfully, but these errors were encountered:
Please add maruku etc as dependencies. Without maruku installed, compiling HAML containing
:maruku
gives the errorTo use the "maruku" filter, please install the haml-contrib gem, which is inaccurate.
. Running the lineHaml::Filters.register_tilt_filter "Maruku", :template_class => Tilt::MarukuTemplate
in a REPL givesLoadError: cannot load such file -- maruku
, again fairly cryptic.The text was updated successfully, but these errors were encountered: