Hacker News new | ask | show | jobs
by amalag 5122 days ago
Congratulations on this. I love the idea of tying the back end and front end. I can't see a reason not to integrate with Rails! And it is awesome that you have the in depth guides, that is very refreshing! Will this work with Slim? I like using slim and not having to worry about the HAML % all over the place.
1 comments

It will work with any Rails JST binding. Just use .jst.slim instead of .jst.hamlc (remember to use JS version and not Ruby one :D). Everything that has a proper binding to Rails should work out of box.

For everything else, it has an abstraction layer so you can attach any template engine. We are woking on a guide that describes this process.