forked from rails-sqlserver/activerecord-sqlserver-adapter
-
Notifications
You must be signed in to change notification settings - Fork 0
Rails DB Rake Tasks
metaskills edited this page Sep 13, 2010
·
17 revisions
As of 2.3.6 of the adapter, we compliant to the rake task interfaces in the :db namespace of rails. That means for new developers that are working with a non-legacy DB that is accurately reflected by schema.rb can now use the standard rake tasks for just about everything except actually setting up the new/test databases.
The only problem is that the we have not yet committed patches yet upstream to rails to remove Windows specific command interpolation from their databases.rake task. So