chamnap / liquid-rails

Renders liquid templates with layout and partial support
https://rubygems.org/gems/liquid-rails
MIT License
118 stars 102 forks source link

Change `h` method to `view_context` to allow rails 5 server to boot #30

Closed brandoncordell closed 6 years ago

brandoncordell commented 7 years ago

I don't know if view_context is a good name, but I have it running and serving my themes now.

I'll start working on better Rails 5 integration soon, but this will at least allow me to continue working.

richpeck commented 7 years ago

Working confirmed. Please merge

basicsaki commented 7 years ago

Working for me as well .Please merge.

chamnap commented 6 years ago

I've fixed on the master branch. Thanks for the PR.