I'm trying to connect to a SQLServer 2008 database running on localhost,
but I can't seem to get it working.

Every time I try to run rake db:migrate I get an error telling me that I
should install activerecord-sqlserver-adapter:

I have tried to installe ther server-adapter with gem, but it doesn't
seems to be working properly.

*****
$ rake db:migrate
(in c:/Documents and Settings/mad/My Documents/Aptana Studio 3
Workspace/Musix)
rake aborted!
Please install the sqlserver adapter: `gem install
activerecord-sqlserver-adapter` (no such file to load --
active_record/connection_adapters/sqlserver_adapter)

(See full trace by running task with --trace)


$ gem install activerecord-sqlserver-adapter
Successfully installed activerecord-sqlserver-adapter-3.0.5
1 gem installed
Installing ri documentation for activerecord-sqlserver-adapter-3.0.5...
Installing RDoc documentation for
activerecord-sqlserver-adapter-3.0.5...


$ rake db:migrate
(in c:/Documents and Settings/mad/My Documents/Aptana Studio 3
Workspace/Musix)
rake aborted!
Please install the sqlserver adapter: `gem install
activerecord-sqlserver-adapter` (no such file to load --
active_record/connection_adapters/sqlserver_adapter)

(See full trace by running task with --trace)

-- 
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.

Reply via email to