Closed xapss closed 10 years ago
The problem is that I don't know whether/when to rely on the Padrino helpers (like html_safe
) to be available...
However, I am working on a rewrite that will use a separate gem to generate the HTML (see https://github.com/krautcomputing/bootstrap_navbar/blob/master/lib/bootstrap_navbar/helpers.rb), that should solve the issue.
Hi there,
Just tried out your gem. Excellent idea.
However, when I try to implement it i get this error: undefined method `html_safe'?
Here's the log. Do you know what I'm doing wrong? Thanks a bunch!