I use formtastic to create new and edit forms for my resources.
with something like f.inputs it fetches and displays all my fields automatically.
I would like to know if there is something similar that makes life easier to write the index and show views. I tried using formtastic with 'disable' to show a readonly form but that's not only undesirable but also makes like messy for radio button/check box inputs where I want a summary instead of all the details.