best_in_place
best_in_place copied to clipboard
A RESTful unobtrusive jQuery Inplace-Editor and a helper as a Rails Gem
- Fixes module `BestInPlace::DisplayMethods::Renderer` usage for Ruby 3.2 Fixes #640
The title says it all: Please release a new version. The last version is from 2017 (!) @seuros: You merged last pull request #631 and you also released last version...
this includes https://github.com/jackmoore/autosize/pull/199 which makes this gem CSP compatible
Hi, currently, I'm trying to use the best_in_place gem with my Rails 6 application, but since I use Webpacker I'm not able to figure out how to get the gem...
Ruby 3.2 is more strict on its keyword argument syntax which results in the following error. ``` ActionView::Template::Error: unknown keywords: method, type, attr, helper_options ```
Rails 6 deprecation warning raised: ``` DEPRECATION WARNING: Initialization autoloaded the constants ActionText::ContentHelper and ActionText::TagHelper. Being able to do this is deprecated. Autoloading during initialization is going to be an...
ignore this
* Textarea and inputs using display_with or display_as no longer send request if data unchanged * Dates no longer send request if data unchanged [https://github.com/bernat/best_in_place/issues/633](url)
caused by line: bip_area user, :mailing_address, "Mars Royal Palace" bip_text is working on regular input fields, but have no way to test textareas...
What is the project status? Are accepting contributors? @bernat @seuros