codebrew / backbone-rails

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

Provide JS generators, not Coffesscript #173

Open specialorange opened 10 years ago

specialorange commented 10 years ago

When installing, provide the ability to use pure JS, not CoffeeScript, potentially with the installing call of rails generate backbone:install --javascript

tsiege commented 9 years ago

:+1:

themire commented 9 years ago

+1

kshahkshah commented 9 years ago

@sinisterchipmunk did this work already, I've merged his work into the latest master on my branch available here: https://github.com/whistlerbrk/backbone-rails/

meetwudi commented 9 years ago

+1 for generating js. Not everybody loves CoffeeScript :)

kshahkshah commented 9 years ago

Just an update on this thread before I disengage. I've just ended up using React directly, it's so simple to integrate that I'm over using Backbone. Sinisterchipmunk's work did merge, but it still doesn't work. The object's aren't getting instantiated correctly I believe.

thesteady commented 9 years ago

+1, I was hoping to use this gem, but CoffeeScript is a dealbreaker for me.