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

Release time? #93

Closed d4mk0 closed 6 years ago

d4mk0 commented 6 years ago

Guys I have spent a lot of time for debugging my problem in code like this:

editable region, :country_id, source: countries.map { |country| { value: country.id, text: country.name } }, value: region.country.name

In release v1.5.5 it works incorrect, when i click on field, he doesn't find value in sources array... But in master tree here it works really great with Rails 5.0.5.

May be its time for new release?

jirikolarik commented 6 years ago

Hi,

sure thing :)

jirikolarik commented 6 years ago

Bumped ;)

d4mk0 commented 6 years ago

Very nice job! Thank you!!! Also please dup this release to github release/tag pages.