forked from lardawge/rfm
-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
I am new to filemaker, I have installed filemaker server. I have install rfm gem,
Following is my config in config/rfm.yml
:host: "192.168.1.20"
:ssl: false
:timeout: 10
:port: 16000
:account_name: "somename"
:password: "somepass"
:database: "dbname"
:ssl_certificate: '/path/to/certificatefile/certificate.pem'
I have created user model & tried to fetch first record as follow,
@user = User.find(1);
puts "First User: " + @user.to_s
I am getting timeout error. (Net::ReadTimeout (Net::ReadTimeout):)
Metadata
Metadata
Assignees
Labels
No labels