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

Update BIP URL and Window URL on Friendly_id Slug update #482

Open dja opened 9 years ago

dja commented 9 years ago

Reaching out to see if anyone else is trying to get BIP and Friendly_id working better together - For example, on updating a user's name, it would automatically update the URL for BIP updates in the BIP data attributes and also use HTML5's History API history.replaceState() method to update the URL in the browser.

May just fork this and implement myself, but if others have done it... would be great!