Open derekprior opened 6 years ago
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?
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
editable/rails
is written in coffee script, but this gem does not have a dependency on coffee-rails. The only dependency listed israilties
which does not have a coffee script dependency.