We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NameError at uninitialized constant ActiveSupport::HashWithIndifferentAccess
Ruby | /Users/....../.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/gems/middleman-meta-tags-0.6.0/lib/middleman-meta-tags/helpers.rb: in meta_tags, line 5
Gemfile: gem "middleman", "~> 4.2" gem "middleman-autoprefixer" gem "middleman-livereload", "~> 3.4.6" gem "better_errors", "~> 2.5" gem "binding_of_caller", "~> 0.8" gem "middleman-meta-tags"
gem "middleman", "~> 4.2" gem "middleman-autoprefixer" gem "middleman-livereload", "~> 3.4.6" gem "better_errors", "~> 2.5" gem "binding_of_caller", "~> 0.8" gem "middleman-meta-tags"
Head: <%= display_meta_tags site: "Hütten mieten", description: t("meta.description") %>
<%= display_meta_tags site: "Hütten mieten", description: t("meta.description") %>
The text was updated successfully, but these errors were encountered:
@nothinghalosix Mind trying out the branch at https://github.com/substancelab/middleman-meta-tags/tree/add_middleman_4.4_support to see if that fixes the issue for you?
Sorry, something went wrong.
@nothinghalosix the fix of @koppen is merged on master.
No branches or pull requests
NameError at
uninitialized constant ActiveSupport::HashWithIndifferentAccess
Ruby | /Users/....../.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/gems/middleman-meta-tags-0.6.0/lib/middleman-meta-tags/helpers.rb: in meta_tags, line 5
Gemfile:
gem "middleman", "~> 4.2" gem "middleman-autoprefixer" gem "middleman-livereload", "~> 3.4.6" gem "better_errors", "~> 2.5" gem "binding_of_caller", "~> 0.8" gem "middleman-meta-tags"
Head:
<%= display_meta_tags site: "Hütten mieten", description: t("meta.description") %>
The text was updated successfully, but these errors were encountered: