Hi, I've updated Rails, checked out ActiveScaffold, and also installed the "in_place_editing" plugin. I've then added the following line to my controller:
columns[:body].inplace_edit = true This does initiate in place editing, and the update does actually work correctly to the database, with no error log entries in the server side rails log, HOWEVER instead of seeing the updated text in the cell I see the following: try { Element.update("expense-update_column-1-body-cell", "test12"); } catch (e) { alert('RJS error:\n\n' + e.toString()); alert('Element.update(\"expense-update_column-1-body-cell\", \"test12\");'); throw e } Background: I'm running Mac OSX 10.5.2. Ruby 1.8.6. Rails 2.0.2. ActiveScaffold 1.1.1. Any ideas? I assume this is a script.aculo.us issue? Tips on how to fault find? Thanks Greg --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---