Currently I want to implement in-place 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/ http://asciicasts.com/episodes/43-ajax-with-rjs (and the same with JQuery: http://asciicasts.com/episodes/136-jquery) http://asciicasts.com/episodes/205-unobtrusive-javascript Edit-in-place with Rails 3 and Prototype: http://www.betaful.com/?p=502 Creating a 100% ajax CRUD using rails 3 and unobtrusive javascript: http://www.stjhimy.com/posts/7 * *Debugging AJAX: http://asciicasts.com/episodes/44-debugging-rjs * Still, I want to ask, what you consider the best way to implement in my application with respect to easy implementation, robustness, cross-browser capabilities (modern browsers only) and with a promising future. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Currently I want to implement in-place 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/ http://asciicasts.com/episodes/43-ajax-with-rjs (and the same with JQuery: http://asciicasts.com/episodes/136-jquery) http://asciicasts.com/episodes/205-unobtrusive-javascript Edit-in-place with Rails 3 and Prototype: http://www.betaful.com/?p=502 Creating a 100% ajax CRUD using rails 3 and unobtrusive javascript: http://www.stjhimy.com/posts/7 * *Debugging AJAX: http://asciicasts.com/episodes/44-debugging-rjs * Still, I want to ask, what you consider the best way to implement in my application with respect to easy implementation, robustness, cross-browser capabilities (modern browsers only) and with a promising future. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Will be nice if you gem will not require any controller''s modification. Only view''s helper or form''s method. Something like this: form.inplace_edit_field :name On 20 дек 2010, 14:14, bourne <bour...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Currently I want to implement in-place 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/http://asciicasts.com/episodes/43-ajax-with-rjs (and the same with JQuery:http://asciicasts.com/episodes/136-jquery)http://asciicasts.com/episodes/205-unobtrusive-javascript > Edit-in-place with Rails 3 and Prototype:http://www.betaful.com/?p=502 > Creating a 100% ajax CRUD using rails 3 and unobtrusive javascript:http://www.stjhimy.com/posts/7 > * > *Debugging AJAX:http://asciicasts.com/episodes/44-debugging-rjs > * > > Still, I want to ask, what you consider the best way to implement in my > application with respect to easy implementation, robustness, cross-browser > capabilities (modern browsers only) and with a promising future.-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.