codebrew / backbone-rails

Easily use backbone.js with rails 3.1
MIT License
1.62k stars 255 forks source link

Support for alternate templating? #181

Open kshahkshah opened 9 years ago

kshahkshah commented 9 years ago

So I know the new/current maintainer has a lot on his place, but I'll throw this out there --

I'm interested in a Backbone.js - Rails - React setup. Of course everyone likes there own templating solution so in lieu of me forking the project and just swapping ejs I'd like to know if there is interest in instead going for an adapter setup to allow the user to choose which templating language to use in the generate CoffeeScript render call.

This is of course independent of having the flexibility to avoid using CoffeeScript as a whole which I think is also important but separate. Abstraction on abstractions on abstractions aka "THE FUTURE"

adamwgriffin commented 9 years ago

I would like to see support for alternate templating too.