bernat / best_in_place

A RESTful unobtrusive jQuery Inplace-Editor and a helper as a Rails Gem
http://blog.bernatfarrero.com/in-place-editing-with-javascript-jquery-and-rails-3/
1.2k stars 572 forks source link

Project status #630

Open hashtegner opened 3 years ago

hashtegner commented 3 years ago

What is the project status? Are accepting contributors?

@bernat @seuros

andreasgebhard7 commented 3 years ago

@hashtegner @bernat @seuros Only when it stopped working with Rails 6.1 I noticed that best_in_place is one of my most important tools. I am simply not good enough to help, but I would love to see it being continued.

crivotz commented 3 years ago

No news?

diesl commented 3 years ago

Seems like this project is dead 😢

If you look at the commit history, there ist almost no activity since 2017.

The issue tracker also speaks for itself. Tickets about deprecation warnings, problems with webpacker ...

I think it is best to look for alternatives. There are some alternatives mentioned in #620, but the comments are from 2019 and maybe a bit dated. Does somebody know if these alternatives can still be recommended?

hashtegner commented 3 years ago

@diesl I didn't have tested it yet, but probably I will migrate to https://github.com/wbotelhos/inplace

diesl commented 3 years ago

@hashtegner Thanks for the suggestion, but Inplace does not seem very alive too. So I doubt it is a good alternative ...

poqudrof commented 3 years ago

Hey guys, I guess that even though the project seems dead, it is still pretty usable. I included in my new rails project last year, and did some updates for Webpack and Turbo as linked in #620 .

This projet, or its implementation is getting "dated" with JQuery. I wrote custom "modern" code to extend it to replace images and ActionText with Trix with StimulusReflex.

I think that an «update» would be to write another version using Turbo & Stimulus and update the Rails part. I really like the design and ease of use of this library, but I get some strange issues in my app. I put a form instead and no one really noticed 🤷. If we push more towards inplace editing in my app I will think about creating a Turbo/Stimulus version, that will include Image and Trix edition #606.

This is «good enough» for most modern uses, such a big update is not mandatory yet (not until JQuery gets illegal 😉).

Cheers. Jeremy.