I'd like to add handlebar.js as a view engine in my rails app. I'm trying to share the same templates for both the server and client.
I've found a few gem's already (handlebar_assets and handlebar-rails), but they seem to focus only on client side use. I'd like something that was usable from the server as well.
Is rendering handlebar templates in controllers easy? I'm betting this has been done before, but I'm having a hard time locating examples.