In_place_edit help (maybe with script.aculo.us)?

Hello,

I am using RoR and want to place a in_place_edit function that gets information from a database, edit and then saves it back to the database. Can anybody tell me how to do this?

I found a lot of examples on the web but none of them worked for me :frowning: (The most successfull I have tried was script.aculo.us but without database)

Thanks!

Mark

There's the classic in_place_edit plugin (plugin install in_place_editing) or *shameless plug* you could use my RESTful inplace editor (plugin install http://svn.varwig.org/rails/plugins/rest_in_place). It even let's you chose between jQuery and Prototype.