Vishal Sodani
2008-Feb-26 14:17 UTC
Non-rails application -- want to use migration for sql 2005
Hi, I want to use migration feature for a non-rails application.My application uses SQL 2005.How can I do it? thanks -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Craig Demyanovich
2008-Feb-26 14:33 UTC
Re: Non-rails application -- want to use migration for sql 2005
On Tue, Feb 26, 2008 at 9:17 AM, Vishal Sodani < rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > Hi, > I want to use migration feature for a non-rails application.My > application uses SQL 2005.How can I do it?Say you''re writing a desktop application using the .NET framework. You could generate a Rails application just for the migration feature and store it in your project hierarchy. For example, my_cool_project db migrations // the name of your rails app app ... db migrate // the usual migrations structure in a rails app 001_... 002_... ... lib log public ... src // you''re .NET code Otherwise, I''d search Google. For example, this search migration outside rails turns up several hits. Regards, Craig --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---