I’m wondering if there is a way to generate scaffolding against a specific database. I am using two databases in my app and would like to generate scaffolding for both, separately. This is assuming that the scaffold generator still uses the database to generate views in rails 2.3.4, which may not be the case.
Thanks in advance.
I haven’t test it, but would this work?