Magnus D. wrote in post #958686: > I'm trying to connect to a SQLServer 2008 database running on localhost, > but I can't seem to get it working.
Advice: do not use MS SQL Server with Rails. Do not do Rails development on Windows. Both of these will make your life harder. > > Every time I try to run rake db:migrate I get an error telling me that I > should install activerecord-sqlserver-adapter: [...] What does your database.yml file look like? Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

