Skip to content
New issue

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

Server side HTML Handlebars templates #10

Open
grigio opened this issue Nov 23, 2011 · 9 comments
Open

Server side HTML Handlebars templates #10

grigio opened this issue Nov 23, 2011 · 9 comments
Labels

Comments

@grigio
Copy link

grigio commented Nov 23, 2011

Is possible to access to the handlebars templates server side?. I mean the equivalent of poirot or stache which use mustache instead of handlebars

<%= template_include_tag 'post_list' %>

in https://github.com/olivernn/poirot

@noiseunion
Copy link

+1

@leshill
Copy link
Owner

leshill commented Nov 24, 2012

Hi @grigio, @noiseunion,

The template is available to your JavaScript as an entry of the HandlebarsTemplates object (or whatever you have configured for your namespace).

So I am a bit confused by this since the template_include_tag just adds the template to the page as a script tag (at least that is what I think it does :) What am I missing?

@noiseunion
Copy link

I looking for something similar to this: https://github.com/railsware/sht_rails.

We have been looking at using the Handlebars_assets gem in conjunction with the SHT gem, however it would be nice to just have a one-stop-shop on this issue...and I like the way Handlebars_Assets works with regards to what it does, would be really nice to be able to use the same template both client and server-side in a rails app.

@leshill
Copy link
Owner

leshill commented Nov 26, 2012

Hi @noiseunion,

Interesting. So you want to render the Handlebars template inside a rails view on the server OR as a JavaScript template in the browser?

Let me think about it, I might have some time this week.

@noiseunion
Copy link

yeah that would be the goal. :) Would eliminate the need for duplicating a template which would be awesome!

@leshill
Copy link
Owner

leshill commented Dec 4, 2012

Hi @grigio, @noiseunion,

Do either of you want to take a stab at this? I am still swamped.

@noiseunion
Copy link

Sorry for the delay in getting back. I would be willing to give it a whirl when I get a chance. Just not sure when that will be yet.

@variousauthors
Copy link

Oh man! I want this too.

@activist
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants