I\'ve obtained a project that have controllers (minimal code only) and models, but the views are missing. Is there a way to generate the views only using scaffold or another
"Another tool"...
How about being able to do "script/generate view_for model_name"? :)
script/generate view_for model_name
There is a gem for that - View Mapper. It has Ruby on Rails 2 and 3 versions.