I have a table of workers: there are parameters of: `admin_mail`, `task` and `done`. in my `index.html.erb`, you can see the table is divided by two conditions: the first one is called `TODO TASKS'' that contains all the tasks that `done = false''. and the second one is called `DONE TASKS` that contains all the tasks that `done = true''. I used `best_in_place` in order to update my table in place. (please see the image that I attached). I wrote done''s columns twice with purpose in order to make sure that the 4-th (above the red line) is updated by the first column (the first column is works with `best_in_place` - above the first line). unfortunately, the 4-th column is not updated. by this update (if the user change the value of done from ''No'' to ''Yes'', the record must be moved to the table below (because of the conditions: if DONE = false, it will be showed in the TODO TASKS, otherwise in the DONE TASKS) I used this tutorial: http://railscasts.com/episodes/302-in-place-editing I added my code to "mycode.txt". Attachments: http://www.ruby-forum.com/attachment/8012/tasks.JPG http://www.ruby-forum.com/attachment/8013/mycode.txt -- Posted via http://www.ruby-forum.com/. -- 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 https://groups.google.com/groups/opt_out.