Open okliv opened 9 years ago
I was having the same issue, and was able to fix it by adding this to the controller...
def update
...
respond_to do |format|
...
format.json { respond_with_bip @user }
end
end
I'm seeing the same problem after an ajax:error. Any ajax:success after an ajax:error doesn't apply the display_with
lambda. Haven't tried it with display_as
.
This is on Rails 4.2.5.1 and BIP 3.1.0
display_* is not thread safe.
@seuros are there plans to make display_* thread safe?
Update: Clearly I don't understand thread safe because this feature works on my production server just not development.
all i found is ugly
rails 4.1.8 best_in_place 3.0.3