Tagged Questions

0
votes
2answers
270 views

Using REST in Place with nested attributes

REST in Place is a fantastic rails plugin by Jan Varwig that uses AJAX to edit object attributes inline. It was very easy to set up, simple to implement, and generally just works well. I've read ...