paco.onrails
2008-May-09 03:13 UTC
CRUD in one single page (inline editing and creating with AJAX[?])
Hello everybody, I am new in RoR and this is my first post. What I am looking for is a pattern for do CRUD in one single page with *in-line creating* and *in-line editing*. The idea is that main page is a listing and you can: 1. see datails of every item. 2. add new items in-line 3. delete items 4. edit items in-line As I said I am new in RoR and I''d like to find a guide or tutorial or hint related to how to create this pattern using RoR and AJAX. I am planning to use this pattern in a web application which I am working on. Best! --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Kyle
2008-May-09 17:13 UTC
Re: CRUD in one single page (inline editing and creating with AJAX[?])
Rails Recipes (Pragmatic Programmer) has some good recipes regarding this type of situation. -Kyle On May 8, 10:13 pm, "paco.onrails" <pacorey...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hello everybody, I am new in RoR and this is my first post. > What I am looking for is a pattern for do CRUD in one single page with > *in-line creating* and *in-line editing*. The idea is that main page > is a listing and you can: > 1. see datails of every item. > 2. add new items in-line > 3. delete items > 4. edit items in-line > As I said I am new in RoR and I''d like to find a guide or tutorial or > hint related to how to create this pattern using RoR and AJAX. I am > planning to use this pattern in a web application which I am working > on. > > Best!--~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Ix Quic
2008-May-12 14:58 UTC
Re: CRUD in one single page (inline editing and creating with AJAX[?])
http://activescaffold.com/tutorials/ paco.onrails wrote:> What I am looking for is a pattern for do CRUD in one single page with > *in-line creating* and *in-line editing*. The idea is that main page > is a listing and you can: > 1. see datails of every item. > 2. add new items in-line > 3. delete items > 4. edit items in-line--~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---