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

Add support for (decaffeinated) JavaScript? #121

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

teleological
Copy link

This commit enables backbone-rails generators to produce JavaScript when the javascript_engine generator option is set to :js. Coffee-rails sets javascript_engine to :coffee, although it can be overridden in an initializer:

Rails.application.config.generators do |g| 
  g.javascript_engine :js 
end

Is this something you'd be interested in merging?

@benben
Copy link

benben commented Jul 3, 2012

Hi @teleological, Hi @ryanfitz

I noticed the same behavior and would really appreciate to see this merged.

Thanks,

ben

@arg
Copy link

arg commented Sep 26, 2012

+1

3 similar comments
@wemakeweb
Copy link

+1

@docunext
Copy link

+1

@benevolentmadman
Copy link

+1

@mkelley33
Copy link
Contributor

I love coffeescript, but the change is easy enough so I 👍

@andCulture
Copy link

+1

@westonplatter
Copy link
Contributor

@teleological could make this PR against http://westonplatter.com/railsy_backbone? I'd love to add it to the repo.

@manusajith
Copy link
Collaborator

@teleological can you please update this PR ?

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

Successfully merging this pull request may close these issues.

10 participants