Hi, Is it possible to create a new database (I know how to establish a secondary connection) from within rails, using ActiveRecord::Schema? There''s a create_database method under ActiveRecord::ConnectionAdapters::SQLServerAdapter but I don''t see similar methods for the other adapters. Thanks, Mike
Apparently Analagous Threads
- Where to override ActiveRecord::ConnectionAdapters::SQLServerAdapter?
- Creating a DB in the schema import process
- Please explain transactions within sqlserveradapter.rb ?
- Calling validates_inclusion_of out of default namespace
- Can I execute DML from within Rails?