I just released a new version of my Rails Schema Generator;. There are two changes in this release:

  • Migrations should finally work correctly using either old-style (1_migrate_to_foo) or new-style (001_migrate_to_foo) numbering.
  • SQL Server support has been added.

There’s also some support for Oracle hiding in the tree, but it’s disabled as I can’t see a way to get it to work without having all of the Oracle OCI libraries installed. So, if you’re using Oracle with Rails, and you care, try uncommenting the Oracle line in schema_generator.rb and then leave a comment telling me what happens.