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
One small tip is to add "--no-test-framework" if using Rspec and don't want test files generated for each view in spec/views
--no-test-framework