schema_to_scaffold
schema_to_scaffold copied to clipboard
Enables "rails generate scaffold" to create Rails code that matches an existing database
### Description Hullo. I'm seeing the error below when running `scaffold`. It occurs when being run for single, or multiple tables, so it's similar to, but different from #14. >...
brybtg@DESKTOP-LDQ86BQ:/mnt/d/iPlay-Devs/webpanel-project/fivempanel$ scaffold -c -p ~/fivempanel/db/schema.rb Unable to open file '/home/brybtg/fivempanel/db/schema.rb'
Thanks for the project. It might be nice to add a non interactive option or maybe just an output path. I was able to bash something together with: ``` ✔...