I read about the Observer class, look for javascript observers and tried to find some tutorials or answer about how do it on rails. I find answers, but all about PHP.
What does this mean: "when I change value on checkbox"? Checkboxes can
either be checked or unchecked. In addition, I don't see any checkboxes
in your view.
It sounds like you want to place a checkbox on each object in an index view, then observe the click event in JavaScript within that index view and have the current state of that checkbox sent to an Ajax endpoint in your controller for that model. Does that sound like a good wrap-up?