Irksome Rails problem. It seems obvious to me that the “show” and “edit” views will often want to be updated together. You might add a column to a table, and want to add that column to both views. You might want to re-order the fields. Yet, as far as I can see, there is no plugin that makes display of the “edit” and display of the “show” actions occur in the same file.
It shouldn’t be too hard to implement, and I might implement it myself. See my question at StackOverflow.