I'm used to creating new Rails apps and their schemas from scratch/scaffolding. However I need to hook up this app to an existing postgresql database in AWS that has never previously been hooked up to a rails app and contains a single table.
What's the best way to generate the rails app and model that will contain all of the columns in the database? I'm hoping there's a shortcut as opposed to manually writing a migration and copying each column name/type in.