Displaying 1 result from an estimated 1 matches for "on_the_spot".
2010 Dec 20
2
The Rails3 way for in-place editing
...editing directly on the index-page
(for the sake of learning just xx products with a name to be edited).
These are my favorite links from yesterday''s research (for the archives):
*On the spot is a Rails3 compliant unobtrusive javascript in-place-editing
plugin: http://rubygems.org/gems/on_the_spot
(http://rubydoc.info/gems/on_the_spot/0.0.6/frames,
http://www.dixis.com/?p=408)
https://code.google.com/p/jquery-in-place-editor/
(http://www.appelsiini.net/projects/jeditable)
Rails 3 Remote Links and Forms: A Definitive Guide:
http://www.alfajango.com/blog/rails-3-remote-links-and-forms/
h...