Tagged Questions

3
votes
6answers
1k views

Is there any rails plugin like formtastic that makes show and index views easier to code?

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 ...