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

Gem is missing dependency on coffeescript #95

Open
derekprior opened this issue Dec 8, 2017 · 2 comments
Open

Gem is missing dependency on coffeescript #95

derekprior opened this issue Dec 8, 2017 · 2 comments

Comments

@derekprior
Copy link

editable/rails is written in coffee script, but this gem does not have a dependency on coffee-rails. The only dependency listed is railties which does not have a coffee script dependency.

@jirikolarik
Copy link
Member

Is coffee-rails the only gem which can load coffee script in rails? If so, I'm happy to add it to gem spec otherwise I'd rather leave it on user, what do you think?

@tssmits
Copy link

tssmits commented Feb 10, 2018

I am trying out the gem, and ran into a similar problem. To get things to work at my end, I had to fork the repo and decaffeinate it (replaced all the coffee with regular old javascript). So far it seems to work very well.

This would solve the problem for users who don't want (or cannot have) the coffee-rails gem in their project.

Here is the fork: https://github.com/tssmits/x-editable-rails/tree/decaffeinate

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

No branches or pull requests

3 participants