You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.The text was updated successfully, but these errors were encountered: