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!

Rails Recipes (Pragmatic Programmer) has some good recipes regarding
this type of situation.

-Kyle

http://activescaffold.com/tutorials/