If this has been dealt with before then forgive me, then if someone
would be kind enough to point me to the url.
I recently purchased RubyMine and installed it as per instructions
(Windows7).
I have an existing database that I wish to use and searched the internet
an came across a couple of articles dealing with this issue.
I have the follwoing installed ROR 2.2.3, Ruby 1.9.1 and MYSQL. I
adjusted the information in database.yml with the information required.
development:
adapter: mysql
encoding: utf8
reconnect: false
database: amgonline_test
username: root
password: password
host: xxx.xxx.x.x // server
port: 3306
I''ve checkes that all the paths are correcty setup within RubyMine. I
run rake.migrate and I get the following error.
rake aborted! Can't create TCP/IP socket (10106)
I have searched via google for information specific to ROR put have
found nothing.
I'm rather new to all this, coming from a clipper/clarion background.
This is my first adventure into this type of development.
Thanking you for your assitance.