werein / x-editable-rails

Edit fields easily with X-Editable helper
https://wereinhq.com/guides/x-editable-rails
MIT License
155 stars 87 forks source link

Missing js depedency: moment.js #89

Open rafaelcgo opened 7 years ago

rafaelcgo commented 7 years ago

I tried to use type: :combodate and got on my js console: "moment is not defined".

To solve I needed to download https://momentjs.com/ and then add the dependency at application.js //= require moment-with-locales.min

Is this on purpose due licensing issues or something? Shouldn't it be on the README?