in_place_editing icon indicating copy to clipboard operation
in_place_editing copied to clipboard

NOTICE: official repository moved to https://github.com/amerine/in_place_editing

Results 5 in_place_editing issues
Sort by recently updated
recently updated
newest added

In Rails 4 throws that error [when calling `in_place_editor_field`](https://github.com/rails/in_place_editing/blob/master/lib/in_place_macros_helper.rb#L72), it must be that `InstanceTag` class doesn't exist in Rails 4, it's been replaced by a module called `ActiveModelInstanceTag`.

I just fixed the "405 Method not allowed" problem with Rails 3

Rails 3.0 deprecated the default route that makes all public controller methods reachable. This plug-in relies on set_\* methods being accessible, which means I have to list them in both...

My validations are being ignored by in_place_edit. Is this normal?

This works when I use it in a scaffold edit view but it doesn't work when I use it in the index scaffold view? What is this? I get an...