How to use Handlebars JS with Rails ?
I have a working production app in Ruby on Rails, which uses '.html.erb' files as partials. I need to convert those partials into Handlebar HBS templates.
I tried a gem called 'handlebar_assets', but it recommends to keep the templates in the defaul...