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

Can't get x-editable to work even under fresh app #84

Open ggaston095 opened 7 years ago

ggaston095 commented 7 years ago

I couldn't get x-editable to work on my project (neither with bootstrap nor jquery), so I created a plain rails 5 blog app

I've also created a public repo. I've followed all steps described here.

I don't know if I should have a specific jquery version or something, but It isn't working and my chrome console output is empty.

Rubioli commented 7 years ago

Have you added $('.editable').editable()?

jirikolarik commented 7 years ago

@Rubioli is right, just add this line to application.js